|
VTK
9.5.2
|
#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 445 of file vtkDecimatePro.h.
|
inline |
Definition at line 448 of file vtkDecimatePro.h.
|
inline |
Definition at line 453 of file vtkDecimatePro.h.
|
inline |
Definition at line 454 of file vtkDecimatePro.h.
|
inline |
Definition at line 455 of file vtkDecimatePro.h.
Definition at line 460 of file vtkDecimatePro.h.
|
inline |
Definition at line 461 of file vtkDecimatePro.h.
| LocalTri* TriArray::Array |
Definition at line 463 of file vtkDecimatePro.h.
| vtkIdType TriArray::MaxId |
Definition at line 464 of file vtkDecimatePro.h.