|
VTK
9.6.1
|
#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 343 of file vtkDecimatePro.h.
|
inline |
Definition at line 346 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 353 of file vtkDecimatePro.h.
|
inline |
Definition at line 358 of file vtkDecimatePro.h.
|
inline |
Definition at line 359 of file vtkDecimatePro.h.
| LocalVertex* VertexArray::Array |
Definition at line 361 of file vtkDecimatePro.h.
| vtkIdType VertexArray::MaxId |
Definition at line 362 of file vtkDecimatePro.h.