Main Page | 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 320 of file vtkDecimatePro.h.

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

Definition at line 322 of file vtkDecimatePro.h.


Member Function Documentation

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

Definition at line 329 of file vtkDecimatePro.h.

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

Definition at line 330 of file vtkDecimatePro.h.

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

Definition at line 332 of file vtkDecimatePro.h.

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

Definition at line 333 of file vtkDecimatePro.h.


Member Data Documentation

LocalVertex* vtkDecimatePro::VertexArray::Array
 

Definition at line 335 of file vtkDecimatePro.h.

vtkIdType vtkDecimatePro::VertexArray::MaxId
 

Definition at line 336 of file vtkDecimatePro.h.


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