VTK
Public Member Functions | Public Attributes | List of all members
vtkDecimatePro::VertexArray Class Reference

#include <vtkDecimatePro.h>

Collaboration diagram for vtkDecimatePro::VertexArray:
[legend]

Public Member Functions

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

Public Attributes

LocalVertexArray
 
vtkIdType MaxId
 

Detailed Description

Definition at line 360 of file vtkDecimatePro.h.

Constructor & Destructor Documentation

vtkDecimatePro::VertexArray::VertexArray ( const vtkIdType  sz)
inline

Definition at line 362 of file vtkDecimatePro.h.

vtkDecimatePro::VertexArray::~VertexArray ( )
inline

Definition at line 364 of file vtkDecimatePro.h.

Member Function Documentation

vtkIdType vtkDecimatePro::VertexArray::GetNumberOfVertices ( )
inline

Definition at line 368 of file vtkDecimatePro.h.

void vtkDecimatePro::VertexArray::InsertNextVertex ( LocalVertex v)
inline

Definition at line 369 of file vtkDecimatePro.h.

LocalVertex& vtkDecimatePro::VertexArray::GetVertex ( vtkIdType  i)
inline

Definition at line 371 of file vtkDecimatePro.h.

void vtkDecimatePro::VertexArray::Reset ( )
inline

Definition at line 372 of file vtkDecimatePro.h.

Member Data Documentation

LocalVertex* vtkDecimatePro::VertexArray::Array

Definition at line 372 of file vtkDecimatePro.h.

vtkIdType vtkDecimatePro::VertexArray::MaxId

Definition at line 375 of file vtkDecimatePro.h.


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