Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkDecimatePro::VertexArray Class Reference

#include <vtkDecimatePro.h>

Collaboration diagram for vtkDecimatePro::VertexArray:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 VertexArray (const vtkIdType sz)
 ~VertexArray ()
vtkIdType GetNumberOfVertices ()
void InsertNextVertex (LocalVertex &v)
LocalVertexGetVertex (vtkIdType i)
void Reset ()

Public Attributes

LocalVertexArray
vtkIdType MaxId

Constructor & Destructor Documentation

vtkDecimatePro::VertexArray::VertexArray const vtkIdType  sz  )  [inline]
 

Definition at line 332 of file vtkDecimatePro.h.

References vtkIdType.

vtkDecimatePro::VertexArray::~VertexArray  )  [inline]
 

Definition at line 334 of file vtkDecimatePro.h.


Member Function Documentation

vtkIdType vtkDecimatePro::VertexArray::GetNumberOfVertices  )  [inline]
 

Definition at line 341 of file vtkDecimatePro.h.

References vtkIdType.

void vtkDecimatePro::VertexArray::InsertNextVertex LocalVertex v  )  [inline]
 

Definition at line 342 of file vtkDecimatePro.h.

LocalVertex& vtkDecimatePro::VertexArray::GetVertex vtkIdType  i  )  [inline]
 

Definition at line 344 of file vtkDecimatePro.h.

References vtkIdType.

void vtkDecimatePro::VertexArray::Reset  )  [inline]
 

Definition at line 345 of file vtkDecimatePro.h.


Member Data Documentation

LocalVertex* vtkDecimatePro::VertexArray::Array
 

Definition at line 347 of file vtkDecimatePro.h.

vtkIdType vtkDecimatePro::VertexArray::MaxId
 

Definition at line 348 of file vtkDecimatePro.h.


The documentation for this class was generated from the following file: