MMSFTGlyph Class Reference

container of meshes that describe a polygon glyph More...

#include <mmsftglyph.h>

List of all members.


Public Member Functions

 MMSFTGlyph ()
 ~MMSFTGlyph ()
void tessVertex (const double x, const double y, const double z)
const double * tessCombine (const double x, const double y, const double z)
void tessBegin (unsigned int meshType)
void tessEnd ()
void tessError (unsigned int e)
unsigned int getErrorCode () const
unsigned int getMeshCount () const
const MMSFTMesh *const getMesh (unsigned int index) const

Private Attributes

MMSFTMeshcurrentMesh
std::vector< MMSFTMesh * > meshList
MMSFTVertexList tempVertexList
unsigned int err

Detailed Description

container of meshes that describe a polygon glyph

Definition at line 39 of file mmsftglyph.h.


Constructor & Destructor Documentation

MMSFTGlyph::MMSFTGlyph (  ) 

Definition at line 35 of file mmsftglyph.cpp.

MMSFTGlyph::~MMSFTGlyph (  ) 

Definition at line 40 of file mmsftglyph.cpp.


Member Function Documentation

void MMSFTGlyph::tessVertex ( const double  x,
const double  y,
const double  z 
)

Definition at line 48 of file mmsftglyph.cpp.

const double * MMSFTGlyph::tessCombine ( const double  x,
const double  y,
const double  z 
)

Definition at line 53 of file mmsftglyph.cpp.

void MMSFTGlyph::tessBegin ( unsigned int  meshType  ) 

Definition at line 59 of file mmsftglyph.cpp.

void MMSFTGlyph::tessEnd (  ) 

Definition at line 64 of file mmsftglyph.cpp.

void MMSFTGlyph::tessError ( unsigned int  e  ) 

Definition at line 69 of file mmsftglyph.cpp.

unsigned int MMSFTGlyph::getErrorCode (  )  const

Definition at line 74 of file mmsftglyph.cpp.

unsigned int MMSFTGlyph::getMeshCount (  )  const

Definition at line 79 of file mmsftglyph.cpp.

const MMSFTMesh *const MMSFTGlyph::getMesh ( unsigned int  index  )  const

Definition at line 84 of file mmsftglyph.cpp.


Member Data Documentation

Definition at line 42 of file mmsftglyph.h.

std::vector<MMSFTMesh*> MMSFTGlyph::meshList [private]

Definition at line 45 of file mmsftglyph.h.

Definition at line 48 of file mmsftglyph.h.

unsigned int MMSFTGlyph::err [private]

Definition at line 51 of file mmsftglyph.h.


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