![]() |
Blender V2.61 - r43446
|

Public Member Functions | |
| DualConInputReader (const DualConInput *mesh, float _scale) | |
| void | reset () |
| Reset file reading location. | |
| Triangle * | getNextTriangle () |
| Get next triangle. | |
| int | getNextTriangle (int t[3]) |
| int | getNumTriangles () |
| Get number of triangles. | |
| int | getNumVertices () |
| For explicit vertex models. | |
| float | getBoundingBox (float origin[3]) |
| Get bounding box. | |
| void | getNextVertex (float v[3]) |
| void | printInfo () |
| int | getMemory () |
| Get storage size. | |
Definition at line 43 of file dualcon_c_api.cpp.
| DualConInputReader::DualConInputReader | ( | const DualConInput * | mesh, |
| float | _scale | ||
| ) | [inline] |
| float DualConInputReader::getBoundingBox | ( | float | origin[3] | ) | [inline, virtual] |
Get bounding box.
Implements ModelReader.
Definition at line 156 of file dualcon_c_api.cpp.
References veccopy().
| int DualConInputReader::getMemory | ( | ) | [inline, virtual] |
Get storage size.
Implements ModelReader.
Definition at line 170 of file dualcon_c_api.cpp.
References DualConInputReader().
| Triangle* DualConInputReader::getNextTriangle | ( | ) | [inline, virtual] |
Get next triangle.
Implements ModelReader.
Definition at line 90 of file dualcon_c_api.cpp.
References GET_CO, GET_FACE, DualConInput::totface, veccopy(), and Triangle::vt.
| int DualConInputReader::getNextTriangle | ( | int | t[3] | ) | [inline, virtual] |
Implements ModelReader.
Definition at line 119 of file dualcon_c_api.cpp.
References GET_FACE, and DualConInput::totface.
| void DualConInputReader::getNextVertex | ( | float | v[3] | ) | [inline, virtual] |
Implements ModelReader.
Definition at line 163 of file dualcon_c_api.cpp.
| int DualConInputReader::getNumTriangles | ( | ) | [inline, virtual] |
| int DualConInputReader::getNumVertices | ( | ) | [inline, virtual] |
For explicit vertex models.
Implements ModelReader.
Definition at line 151 of file dualcon_c_api.cpp.
References DualConInput::totco.
| void DualConInputReader::printInfo | ( | ) | [inline, virtual] |
Implements ModelReader.
Definition at line 169 of file dualcon_c_api.cpp.
| void DualConInputReader::reset | ( | ) | [inline, virtual] |
Reset file reading location.
Implements ModelReader.
Definition at line 57 of file dualcon_c_api.cpp.
References simple_enum_gen::d, GET_FACE, i, DualConInput::max, DualConInput::min, DualConInput::totface, and veccopy().
Referenced by DualConInputReader().