Public Member Functions | |
void | AddFace (const FaceType &f, const CoordType &p) |
void | AddTextureSample (const FaceType &, const CoordType &, const Point2i &) |
void | AddVert (VertexType &p) |
VertexPointerSampler () | |
~VertexPointerSampler () | |
Public Attributes | |
MeshType * | m |
vector< VertexType * > | sampleVec |
Private simple class needed to perform sampling of pointers to vertexes.
Definition at line 65 of file overlap_estimation.h.
OverlapEstimation< MESH_TYPE >::VertexPointerSampler::VertexPointerSampler | ( | ) | [inline] |
Definition at line 71 of file overlap_estimation.h.
OverlapEstimation< MESH_TYPE >::VertexPointerSampler::~VertexPointerSampler | ( | ) | [inline] |
Definition at line 72 of file overlap_estimation.h.
void OverlapEstimation< MESH_TYPE >::VertexPointerSampler::AddFace | ( | const FaceType & | f, | |
const CoordType & | p | |||
) | [inline] |
Definition at line 76 of file overlap_estimation.h.
void OverlapEstimation< MESH_TYPE >::VertexPointerSampler::AddTextureSample | ( | const FaceType & | , | |
const CoordType & | , | |||
const Point2i & | ||||
) | [inline] |
Definition at line 77 of file overlap_estimation.h.
void OverlapEstimation< MESH_TYPE >::VertexPointerSampler::AddVert | ( | VertexType & | p | ) | [inline] |
Definition at line 75 of file overlap_estimation.h.
MeshType* OverlapEstimation< MESH_TYPE >::VertexPointerSampler::m |
Definition at line 69 of file overlap_estimation.h.
vector<VertexType*> OverlapEstimation< MESH_TYPE >::VertexPointerSampler::sampleVec |
Definition at line 73 of file overlap_estimation.h.