Public Methods |
|
| OPCODECREATE () |
| | Constructor.
|
Public Attributes |
|
udword | NbTris |
| | Number of triangles in the input model.
|
|
udword | NbVerts |
| | Number of vertices in the input model.
|
|
const udword * | Tris |
| | List of indexed triangles.
|
|
const Point * | Verts |
| | List of points.
|
|
udword | Rules |
| | Splitting rules (SPLIT_COMPLETE is mandatory in OPCODE).
|
|
bool | NoLeaf |
| | true => discard leaf nodes (else use a normal tree).
|
|
bool | Quantized |
| | true => quantize the tree (else use a normal tree).
|
|
bool | KeepOriginal |
| | true => keep a copy of the original tree (debug purpose).
|