#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 &f, CoordType p) |
void | AddVert (const VertexType &p) |
MeshSampler (MeshType &_m) | |
void | reset () |
Public Attributes | |
MeshType & | m |
bool | perFaceNormal |
Definition at line 161 of file point_sampling.h.
typedef MeshType::CoordType vcg::tri::MeshSampler< MeshType >::CoordType |
Definition at line 166 of file point_sampling.h.
typedef MeshType::FaceType vcg::tri::MeshSampler< MeshType >::FaceType |
Definition at line 165 of file point_sampling.h.
typedef MeshType::VertexType vcg::tri::MeshSampler< MeshType >::VertexType |
Definition at line 164 of file point_sampling.h.
vcg::tri::MeshSampler< MeshType >::MeshSampler | ( | MeshType & | _m | ) | [inline] |
Definition at line 168 of file point_sampling.h.
void vcg::tri::MeshSampler< MeshType >::AddFace | ( | const FaceType & | f, |
CoordType | p | ||
) | [inline] |
Definition at line 186 of file point_sampling.h.
void vcg::tri::MeshSampler< MeshType >::AddVert | ( | const VertexType & | p | ) | [inline] |
Definition at line 180 of file point_sampling.h.
void vcg::tri::MeshSampler< MeshType >::reset | ( | ) | [inline] |
Definition at line 175 of file point_sampling.h.
MeshType& vcg::tri::MeshSampler< MeshType >::m |
Definition at line 171 of file point_sampling.h.
bool vcg::tri::MeshSampler< MeshType >::perFaceNormal |
Definition at line 173 of file point_sampling.h.