|
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 380 of file vtkDecimatePro.h.
|
inline |
Definition at line 382 of file vtkDecimatePro.h.
|
inline |
Definition at line 384 of file vtkDecimatePro.h.
|
inline |
Definition at line 388 of file vtkDecimatePro.h.
|
inline |
Definition at line 389 of file vtkDecimatePro.h.
Definition at line 391 of file vtkDecimatePro.h.
|
inline |
Definition at line 392 of file vtkDecimatePro.h.
| LocalTri* vtkDecimatePro::TriArray::Array |
Definition at line 392 of file vtkDecimatePro.h.
| vtkIdType vtkDecimatePro::TriArray::MaxId |
Definition at line 395 of file vtkDecimatePro.h.
1.8.11