|
VTK
|
#include <vtkDecimatePro.h>
Public Member Functions | |
| TriArray (const vtkIdType sz) | |
| ~TriArray () | |
| vtkIdType | GetNumberOfTriangles () |
| void | InsertNextTriangle (LocalTri &t) |
| LocalTri & | GetTriangle (vtkIdType i) |
| void | Reset () |
Public Attributes | |
| LocalTri * | Array |
| vtkIdType | MaxId |
Definition at line 348 of file vtkDecimatePro.h.
|
inline |
Definition at line 350 of file vtkDecimatePro.h.
|
inline |
Definition at line 352 of file vtkDecimatePro.h.
|
inline |
Definition at line 356 of file vtkDecimatePro.h.
|
inline |
Definition at line 357 of file vtkDecimatePro.h.
Definition at line 359 of file vtkDecimatePro.h.
|
inline |
Definition at line 360 of file vtkDecimatePro.h.
| LocalTri* vtkDecimatePro::TriArray::Array |
Definition at line 360 of file vtkDecimatePro.h.
| vtkIdType vtkDecimatePro::TriArray::MaxId |
Definition at line 363 of file vtkDecimatePro.h.
1.8.9.1