|
Blender
V3.3
|
Public Member Functions | |
| DualConInputReader (const DualConInput *mesh, float _scale) | |
| void | reset () |
| Reset file reading location. More... | |
| Triangle * | getNextTriangle () |
| Get next triangle. More... | |
| int | getNextTriangle (int t[3]) |
| int | getNumTriangles () |
| Get number of triangles. More... | |
| int | getNumVertices () |
| For explicit vertex models. More... | |
| float | getBoundingBox (float origin[3]) |
| Get bounding box. More... | |
| void | getNextVertex (float[3]) |
| void | printInfo () |
| int | getMemory () |
| Get storage size. More... | |
Public Member Functions inherited from ModelReader | |
| ModelReader () | |
| Constructor. More... | |
Definition at line 30 of file dualcon_c_api.cpp.
|
inline |
|
inlinevirtual |
Get storage size.
Implements ModelReader.
Definition at line 137 of file dualcon_c_api.cpp.
References DualConInputReader().
|
inlinevirtual |
Get next triangle.
Implements ModelReader.
Definition at line 70 of file dualcon_c_api.cpp.
References GET_CO, GET_LOOP, GET_TRI, libmv::isnan(), NULL, t, DualConInput::tottri, and veccopy().
|
inlinevirtual |
Implements ModelReader.
Definition at line 96 of file dualcon_c_api.cpp.
References GET_TRI, t, and DualConInput::tottri.
Implements ModelReader.
Definition at line 128 of file dualcon_c_api.cpp.
|
inlinevirtual |
|
inlinevirtual |
For explicit vertex models.
Implements ModelReader.
Definition at line 116 of file dualcon_c_api.cpp.
References DualConInput::totco.
|
inlinevirtual |
Implements ModelReader.
Definition at line 134 of file dualcon_c_api.cpp.
|
inlinevirtual |
Reset file reading location.
Implements ModelReader.
Definition at line 43 of file dualcon_c_api.cpp.
References DualConInput::max, max, min, DualConInput::min, DualConInput::tottri, and veccopy().
Referenced by DualConInputReader().