|
VTK
9.6.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 446 of file vtkDecimatePro.h.
|
inline |
Definition at line 449 of file vtkDecimatePro.h.
|
inline |
Definition at line 454 of file vtkDecimatePro.h.
|
inline |
Definition at line 455 of file vtkDecimatePro.h.
|
inline |
Definition at line 456 of file vtkDecimatePro.h.
Definition at line 461 of file vtkDecimatePro.h.
|
inline |
Definition at line 462 of file vtkDecimatePro.h.
| LocalTri* TriArray::Array |
Definition at line 464 of file vtkDecimatePro.h.
| vtkIdType TriArray::MaxId |
Definition at line 465 of file vtkDecimatePro.h.