Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

vtkVertexArray Class Reference

#include <vtkDecimate.h>

Collaboration diagram for vtkVertexArray:

Collaboration graph
[legend]
List of all members.

Public Methods

 vtkVertexArray (const vtkIdType sz)
 ~vtkVertexArray ()
vtkIdType GetNumberOfVertices ()
void InsertNextVertex (vtkLocalVertex &v)
vtkLocalVertexGetVertex (vtkIdType i)
void Reset ()

Public Attributes

vtkLocalVertexArray
vtkIdType MaxId

Constructor & Destructor Documentation

vtkVertexArray::vtkVertexArray const vtkIdType    sz [inline]
 

Definition at line 150 of file vtkDecimate.h.

vtkVertexArray::~vtkVertexArray   [inline]
 

Definition at line 152 of file vtkDecimate.h.


Member Function Documentation

vtkIdType vtkVertexArray::GetNumberOfVertices   [inline]
 

Definition at line 153 of file vtkDecimate.h.

void vtkVertexArray::InsertNextVertex vtkLocalVertex   v [inline]
 

Definition at line 154 of file vtkDecimate.h.

vtkLocalVertex& vtkVertexArray::GetVertex vtkIdType    i [inline]
 

Definition at line 156 of file vtkDecimate.h.

void vtkVertexArray::Reset   [inline]
 

Definition at line 157 of file vtkDecimate.h.


Member Data Documentation

vtkLocalVertex* vtkVertexArray::Array
 

Definition at line 159 of file vtkDecimate.h.

vtkIdType vtkVertexArray::MaxId
 

Definition at line 160 of file vtkDecimate.h.


The documentation for this class was generated from the following file:
Generated on Thu Mar 28 14:45:10 2002 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001