|
VTK
9.5.2
|
#include <vtkDecimatePro.h>
Public Member Functions | |
| VertexArray (const vtkIdType sz) | |
| ~VertexArray () | |
| vtkIdType | GetNumberOfVertices () |
| void | InsertNextVertex (LocalVertex &v) |
| LocalVertex & | GetVertex (vtkIdType i) |
| void | Reset () |
Public Attributes | |
| LocalVertex * | Array |
| vtkIdType | MaxId |
Definition at line 342 of file vtkDecimatePro.h.
|
inline |
Definition at line 345 of file vtkDecimatePro.h.
|
inline |
Definition at line 350 of file vtkDecimatePro.h.
|
inline |
Definition at line 351 of file vtkDecimatePro.h.
|
inline |
Definition at line 352 of file vtkDecimatePro.h.
|
inline |
Definition at line 357 of file vtkDecimatePro.h.
|
inline |
Definition at line 358 of file vtkDecimatePro.h.
| LocalVertex* VertexArray::Array |
Definition at line 360 of file vtkDecimatePro.h.
| vtkIdType VertexArray::MaxId |
Definition at line 361 of file vtkDecimatePro.h.