opatIO-cpp 0.3.0a
Open Parametrized Array Table
|
Represents a simplex containing a point, along with barycentric weights. More...
#include <tableLattice.h>
Public Attributes | |
std::size_t | ID = static_cast<std::size_t>(-1) |
The ID of the simplex in the triangulation. Defaults to an invalid ID. | |
std::vector< double > | barycentricWeights |
Barycentric weights of the point within this simplex. | |
Represents a simplex containing a point, along with barycentric weights.
Example:
std::vector<double> opat::lattice::Simplex::barycentricWeights |
Barycentric weights of the point within this simplex.
std::size_t opat::lattice::Simplex::ID = static_cast<std::size_t>(-1) |
The ID of the simplex in the triangulation. Defaults to an invalid ID.