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

#include <vtkDecimatePro.h>

Collaboration diagram for vtkDecimatePro::TriArray:
[legend]

Public Member Functions

 TriArray (const vtkIdType sz)
 
 ~TriArray ()
 
vtkIdType GetNumberOfTriangles ()
 
void InsertNextTriangle (LocalTri &t)
 
LocalTriGetTriangle (vtkIdType i)
 
void Reset ()
 

Public Attributes

LocalTriArray
 
vtkIdType MaxId
 

Detailed Description

Definition at line 380 of file vtkDecimatePro.h.

Constructor & Destructor Documentation

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

Definition at line 382 of file vtkDecimatePro.h.

vtkDecimatePro::TriArray::~TriArray ( )
inline

Definition at line 384 of file vtkDecimatePro.h.

Member Function Documentation

vtkIdType vtkDecimatePro::TriArray::GetNumberOfTriangles ( )
inline

Definition at line 388 of file vtkDecimatePro.h.

void vtkDecimatePro::TriArray::InsertNextTriangle ( LocalTri t)
inline

Definition at line 389 of file vtkDecimatePro.h.

LocalTri& vtkDecimatePro::TriArray::GetTriangle ( vtkIdType  i)
inline

Definition at line 391 of file vtkDecimatePro.h.

void vtkDecimatePro::TriArray::Reset ( )
inline

Definition at line 392 of file vtkDecimatePro.h.

Member Data Documentation

LocalTri* vtkDecimatePro::TriArray::Array

Definition at line 392 of file vtkDecimatePro.h.

vtkIdType vtkDecimatePro::TriArray::MaxId

Definition at line 395 of file vtkDecimatePro.h.


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