#include <mmsftglyph.h>
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 | |
| MMSFTMesh * | currentMesh |
| std::vector< MMSFTMesh * > | meshList |
| MMSFTVertexList | tempVertexList |
| unsigned int | err |
Definition at line 39 of file mmsftglyph.h.
| MMSFTGlyph::MMSFTGlyph | ( | ) |
Definition at line 35 of file mmsftglyph.cpp.
| MMSFTGlyph::~MMSFTGlyph | ( | ) |
Definition at line 40 of file mmsftglyph.cpp.
| 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.
MMSFTMesh* MMSFTGlyph::currentMesh [private] |
Definition at line 42 of file mmsftglyph.h.
std::vector<MMSFTMesh*> MMSFTGlyph::meshList [private] |
Definition at line 45 of file mmsftglyph.h.
MMSFTVertexList MMSFTGlyph::tempVertexList [private] |
Definition at line 48 of file mmsftglyph.h.
unsigned int MMSFTGlyph::err [private] |
Definition at line 51 of file mmsftglyph.h.