$darkmode
VCG Library
Public Types | Public Member Functions | Public Attributes | List of all members
vcg::tri::TrivialPointerSampler< MeshType > Class Template Reference

Public Types

typedef MeshType::ScalarType ScalarType
 
typedef MeshType::CoordType CoordType
 
typedef MeshType::VertexType VertexType
 
typedef MeshType::EdgeType EdgeType
 
typedef MeshType::FaceType FaceType
 

Public Member Functions

void reset ()
 
void AddVert (VertexType &p)
 
void AddEdge (const EdgeType &e, ScalarType u)
 
void AddFace (const FaceType &, const CoordType &)
 
void AddTextureSample (const FaceType &, const CoordType &, const Point2i &, float)
 

Public Attributes

std::vector< VertexType * > sampleVec
 

The documentation for this class was generated from the following file: