#include <point_sampling.h>
Public Types | |
typedef MeshType::CoordType | CoordType |
typedef MeshType::FaceType | FaceType |
typedef MeshType::VertexType | VertexType |
Public Member Functions | |
void | AddFace (const FaceType &, const CoordType &) |
void | AddTextureSample (const FaceType &, const CoordType &, const Point2i &, float) |
void | AddVert (VertexType &p) |
void | reset () |
TrivialPointerSampler () | |
~TrivialPointerSampler () | |
Public Attributes | |
std::vector< VertexType * > | sampleVec |
Definition at line 132 of file point_sampling.h.
typedef MeshType::CoordType vcg::tri::TrivialPointerSampler< MeshType >::CoordType |
Definition at line 135 of file point_sampling.h.
typedef MeshType::FaceType vcg::tri::TrivialPointerSampler< MeshType >::FaceType |
Definition at line 137 of file point_sampling.h.
typedef MeshType::VertexType vcg::tri::TrivialPointerSampler< MeshType >::VertexType |
Definition at line 136 of file point_sampling.h.
vcg::tri::TrivialPointerSampler< MeshType >::TrivialPointerSampler | ( | ) | [inline] |
Definition at line 139 of file point_sampling.h.
vcg::tri::TrivialPointerSampler< MeshType >::~TrivialPointerSampler | ( | ) | [inline] |
Definition at line 140 of file point_sampling.h.
void vcg::tri::TrivialPointerSampler< MeshType >::AddFace | ( | const FaceType & | , |
const CoordType & | |||
) | [inline] |
Definition at line 155 of file point_sampling.h.
void vcg::tri::TrivialPointerSampler< MeshType >::AddTextureSample | ( | const FaceType & | , |
const CoordType & | , | ||
const Point2i & | , | ||
float | |||
) | [inline] |
Definition at line 156 of file point_sampling.h.
void vcg::tri::TrivialPointerSampler< MeshType >::AddVert | ( | VertexType & | p | ) | [inline] |
Definition at line 150 of file point_sampling.h.
void vcg::tri::TrivialPointerSampler< MeshType >::reset | ( | ) | [inline] |
Definition at line 142 of file point_sampling.h.
std::vector<VertexType *> vcg::tri::TrivialPointerSampler< MeshType >::sampleVec |
Definition at line 148 of file point_sampling.h.