FLOAT_MATH::fm_VertexIndex Class Reference
#include <FloatMath.h>
List of all members.
|
Public Member Functions |
| virtual uint32_t | getIndex (const double pos[3], bool &newPos)=0 |
| virtual uint32_t | getIndex (const float pos[3], bool &newPos)=0 |
| virtual uint32_t | getVcount (void) const =0 |
| virtual const double * | getVertexDouble (uint32_t index) const =0 |
| virtual const float * | getVertexFloat (uint32_t index) const =0 |
| virtual const double * | getVerticesDouble (void) const =0 |
| virtual const float * | getVerticesFloat (void) const =0 |
| virtual bool | isDouble (void) const =0 |
| virtual bool | saveAsObj (const char *fname, uint32_t tcount, uint32_t *indices)=0 |
Member Function Documentation
| virtual uint32_t FLOAT_MATH::fm_VertexIndex::getIndex |
( |
const double |
pos[3], |
|
|
bool & |
newPos | |
|
) |
| | [pure virtual] |
| virtual uint32_t FLOAT_MATH::fm_VertexIndex::getIndex |
( |
const float |
pos[3], |
|
|
bool & |
newPos | |
|
) |
| | [pure virtual] |
| virtual uint32_t FLOAT_MATH::fm_VertexIndex::getVcount |
( |
void |
|
) |
const [pure virtual] |
| virtual const double* FLOAT_MATH::fm_VertexIndex::getVertexDouble |
( |
uint32_t |
index |
) |
const [pure virtual] |
| virtual const float* FLOAT_MATH::fm_VertexIndex::getVertexFloat |
( |
uint32_t |
index |
) |
const [pure virtual] |
| virtual const double* FLOAT_MATH::fm_VertexIndex::getVerticesDouble |
( |
void |
|
) |
const [pure virtual] |
| virtual const float* FLOAT_MATH::fm_VertexIndex::getVerticesFloat |
( |
void |
|
) |
const [pure virtual] |
| virtual bool FLOAT_MATH::fm_VertexIndex::isDouble |
( |
void |
|
) |
const [pure virtual] |
| virtual bool FLOAT_MATH::fm_VertexIndex::saveAsObj |
( |
const char * |
fname, |
|
|
uint32_t |
tcount, |
|
|
uint32_t * |
indices | |
|
) |
| | [pure virtual] |
The documentation for this class was generated from the following file: