#include <mmsftmesh.h>
Public Member Functions | |
MMSFTMesh (unsigned int m) | |
~MMSFTMesh () | |
void | addVertex (const double x, const double y, const double z) |
unsigned int | getVertexCount () const |
const MMSFTVertex & | getVertex (unsigned int index) const |
unsigned int | getMeshType () const |
Private Attributes | |
MMSFTVertexVector | vertices |
unsigned int | meshType |
OpenGL primitive type. |
Definition at line 39 of file mmsftmesh.h.
MMSFTMesh::MMSFTMesh | ( | unsigned int | m | ) |
Definition at line 35 of file mmsftmesh.cpp.
MMSFTMesh::~MMSFTMesh | ( | ) |
Definition at line 40 of file mmsftmesh.cpp.
void MMSFTMesh::addVertex | ( | const double | x, | |
const double | y, | |||
const double | z | |||
) |
Definition at line 44 of file mmsftmesh.cpp.
unsigned int MMSFTMesh::getVertexCount | ( | ) | const |
Definition at line 48 of file mmsftmesh.cpp.
const MMSFTVertex & MMSFTMesh::getVertex | ( | unsigned int | index | ) | const |
Definition at line 52 of file mmsftmesh.cpp.
unsigned int MMSFTMesh::getMeshType | ( | ) | const |
Definition at line 56 of file mmsftmesh.cpp.
MMSFTVertexVector MMSFTMesh::vertices [private] |
Definition at line 41 of file mmsftmesh.h.
unsigned int MMSFTMesh::meshType [private] |