|
VTK
|
#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 360 of file vtkDecimatePro.h.
|
inline |
Definition at line 362 of file vtkDecimatePro.h.
|
inline |
Definition at line 364 of file vtkDecimatePro.h.
|
inline |
Definition at line 368 of file vtkDecimatePro.h.
|
inline |
Definition at line 369 of file vtkDecimatePro.h.
|
inline |
Definition at line 371 of file vtkDecimatePro.h.
|
inline |
Definition at line 372 of file vtkDecimatePro.h.
| LocalVertex* vtkDecimatePro::VertexArray::Array |
Definition at line 372 of file vtkDecimatePro.h.
| vtkIdType vtkDecimatePro::VertexArray::MaxId |
Definition at line 375 of file vtkDecimatePro.h.
1.8.11