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

vtkDecimate::VertexArray Class Reference

#include <vtkDecimate.h>

Collaboration diagram for vtkDecimate::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

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

Definition at line 264 of file vtkDecimate.h.

References vtkIdType.

vtkDecimate::VertexArray::~VertexArray  )  [inline]
 

Definition at line 266 of file vtkDecimate.h.


Member Function Documentation

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

Definition at line 267 of file vtkDecimate.h.

References vtkIdType.

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

Definition at line 268 of file vtkDecimate.h.

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

Definition at line 270 of file vtkDecimate.h.

References vtkIdType.

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

Definition at line 271 of file vtkDecimate.h.


Member Data Documentation

LocalVertex* vtkDecimate::VertexArray::Array
 

Definition at line 273 of file vtkDecimate.h.

vtkIdType vtkDecimate::VertexArray::MaxId
 

Definition at line 274 of file vtkDecimate.h.


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