VTK  9.3.20240328
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 445 of file vtkDecimatePro.h.

Constructor & Destructor Documentation

◆ TriArray()

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

Definition at line 448 of file vtkDecimatePro.h.

◆ ~TriArray()

vtkDecimatePro::TriArray::~TriArray ( )
inline

Definition at line 453 of file vtkDecimatePro.h.

Member Function Documentation

◆ GetNumberOfTriangles()

vtkIdType vtkDecimatePro::TriArray::GetNumberOfTriangles ( )
inline

Definition at line 454 of file vtkDecimatePro.h.

◆ InsertNextTriangle()

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

Definition at line 455 of file vtkDecimatePro.h.

◆ GetTriangle()

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

Definition at line 460 of file vtkDecimatePro.h.

◆ Reset()

void vtkDecimatePro::TriArray::Reset ( )
inline

Definition at line 461 of file vtkDecimatePro.h.

Member Data Documentation

◆ Array

LocalTri* vtkDecimatePro::TriArray::Array

Definition at line 463 of file vtkDecimatePro.h.

◆ MaxId

vtkIdType vtkDecimatePro::TriArray::MaxId

Definition at line 464 of file vtkDecimatePro.h.


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