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 int sz)
 ~vtkVertexArray ()
int GetNumberOfVertices ()
void InsertNextVertex (vtkLocalVertex &v)
vtkLocalVertexGetVertex (int i)
void Reset ()

Public Attributes

vtkLocalVertexArray
int MaxId

Constructor & Destructor Documentation

vtkVertexArray::vtkVertexArray const int    sz [inline]
 

Definition at line 148 of file vtkDecimate.h.

vtkVertexArray::~vtkVertexArray   [inline]
 

Definition at line 150 of file vtkDecimate.h.


Member Function Documentation

int vtkVertexArray::GetNumberOfVertices   [inline]
 

Definition at line 151 of file vtkDecimate.h.

void vtkVertexArray::InsertNextVertex vtkLocalVertex   v [inline]
 

Definition at line 152 of file vtkDecimate.h.

vtkLocalVertex& vtkVertexArray::GetVertex int    i [inline]
 

Definition at line 154 of file vtkDecimate.h.

void vtkVertexArray::Reset   [inline]
 

Definition at line 155 of file vtkDecimate.h.


Member Data Documentation

vtkLocalVertex* vtkVertexArray::Array
 

Definition at line 157 of file vtkDecimate.h.

int vtkVertexArray::MaxId
 

Definition at line 158 of file vtkDecimate.h.


The documentation for this class was generated from the following file:
Generated on Wed Nov 21 13:01:30 2001 for VTK by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001