|
|
template<EdgeConcept EdgeType> |
| void | add (const EdgeType &e, double u, bool copyQuality=true) |
| |
|
template<FaceConcept FaceType> |
| void | add (const FaceType &f, bool copyNormal=false, bool copyQuality=true) |
| |
|
template<FaceConcept FaceType> |
| void | add (const FaceType &f, const PointType &barCoords, bool copyNormal=false, bool copyQuality=true) |
| |
|
template<FaceConcept FaceType> |
| void | add (const FaceType &f, const std::vector< ScalarType > &barCoords, bool copyNormal=false, bool copyQuality=true) |
| |
|
void | add (const PointType &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 PointType & | sample (uint i) const |
| |
|
const MeshType & | samples () const |
| |
|
template<EdgeConcept EdgeType> |
| void | set (uint i, const EdgeType &e, double u, bool copyQuality=true) |
| |
|
template<FaceConcept FaceType> |
| void | set (uint i, const FaceType &f, bool copyNormal=false, bool copyQuality=true) |
| |
|
template<FaceConcept FaceType> |
| void | set (uint i, const FaceType &f, const PointType &barCoords, bool copyNormal=false, bool copyQuality=true) |
| |
|
template<FaceConcept FaceType> |
| void | set (uint i, const FaceType &f, const std::vector< ScalarType > &barCoords, bool copyNormal=false, bool copyQuality=true) |
| |
|
void | set (uint i, const PointType &p) |
| |
|
template<VertexConcept VertexType> |
| void | set (uint i, const VertexType &v) |
| |
|
std::size_t | size () const |
| |