|
Blender V4.3
|
Inherits ModelReader.
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[3]) |
| void | printInfo () |
| int | getMemory () |
| Get storage size. | |
Public Member Functions inherited from ModelReader | |
| ModelReader () | |
| Constructor. | |
Definition at line 32 of file dualcon_c_api.cpp.
|
inline |
|
inlinevirtual |
Get storage size.
Implements ModelReader.
Definition at line 141 of file dualcon_c_api.cpp.
References DualConInputReader().
|
inlinevirtual |
Get next triangle.
Implements ModelReader.
Definition at line 74 of file dualcon_c_api.cpp.
References GET_CO, GET_LOOP, GET_TRI, getNextTriangle(), NULL, DualConInput::tottri, veccopy(), and Triangle::vt.
Referenced by getNextTriangle().
Implements ModelReader.
Definition at line 101 of file dualcon_c_api.cpp.
References GET_TRI, and DualConInput::tottri.
|
inlinevirtual |
Implements ModelReader.
Definition at line 134 of file dualcon_c_api.cpp.
|
inlinevirtual |
|
inlinevirtual |
For explicit vertex models.
Implements ModelReader.
Definition at line 122 of file dualcon_c_api.cpp.
References DualConInput::totco.
|
inlinevirtual |
Implements ModelReader.
Definition at line 140 of file dualcon_c_api.cpp.
|
inlinevirtual |
Reset file reading location.
Implements ModelReader.
Definition at line 45 of file dualcon_c_api.cpp.
References DualConInput::max, DualConInput::min, min, DualConInput::tottri, and veccopy().
Referenced by DualConInputReader().