|
VTK
9.6.1
|
#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 367 of file vtkDecimatePro.h.
|
inline |
Definition at line 370 of file vtkDecimatePro.h.
|
inline |
Definition at line 375 of file vtkDecimatePro.h.
|
inline |
Definition at line 376 of file vtkDecimatePro.h.
|
inline |
Definition at line 377 of file vtkDecimatePro.h.
Definition at line 382 of file vtkDecimatePro.h.
|
inline |
Definition at line 383 of file vtkDecimatePro.h.
| LocalTri* TriArray::Array |
Definition at line 385 of file vtkDecimatePro.h.
| vtkIdType TriArray::MaxId |
Definition at line 386 of file vtkDecimatePro.h.