|
|
using | ConstIterator = std::vector< PointT >::const_iterator |
| |
|
using | PointType = PointT |
| |
|
using | ScalarType = PointT::ScalarType |
| |
|
|
template<EdgeConcept EdgeType> |
| void | add (const EdgeType &e, double u=0.5) |
| |
|
template<FaceConcept FaceType> |
| void | add (const FaceType &f) |
| |
|
template<FaceConcept FaceType> |
| void | add (const FaceType &f, const PointT &barCoords) |
| |
|
template<FaceConcept FaceType> |
| void | add (const FaceType &f, const std::vector< ScalarType > &barCoords) |
| |
|
void | add (const PointT &p) |
| |
|
template<VertexConcept VertexType> |
| void | add (const VertexType &v) |
| |
|
ConstIterator | begin () const |
| |
|
void | clear () |
| |
|
ConstIterator | end () const |
| |
|
void | reserve (uint n) |
| |
|
void | resize (uint n) |
| |
|
const PointT & | sample (uint i) const |
| |
|
const std::vector< PointT > & | samples () const |
| |
|
template<EdgeConcept EdgeType> |
| void | set (uint i, const EdgeType &e, double u=0.5) |
| |
|
template<FaceConcept FaceType> |
| void | set (uint i, const FaceType &f) |
| |
|
template<FaceConcept FaceType> |
| void | set (uint i, const FaceType &f, const PointT &barCoords) |
| |
|
template<FaceConcept FaceType> |
| void | set (uint i, const FaceType &f, const std::vector< ScalarType > &barCoords) |
| |
|
void | set (uint i, const PointT &p) |
| |
|
template<VertexConcept VertexType> |
| void | set (uint i, const VertexType &v) |
| |
|
std::size_t | size () const |
| |
|
|
std::vector< PointT > | mSamples |
| |
The documentation for this class was generated from the following file: