VTK
|
#include <vtkDecimatePro.h>
Public Member Functions | |
TriArray (const vtkIdType sz) | |
~TriArray () | |
vtkIdType | GetNumberOfTriangles () |
void | InsertNextTriangle (LocalTri &t) |
LocalTri & | GetTriangle (vtkIdType i) |
void | Reset () |
Public Attributes | |
LocalTri * | Array |
vtkIdType | MaxId |
Definition at line 342 of file vtkDecimatePro.h.
vtkDecimatePro::TriArray::TriArray | ( | const vtkIdType | sz | ) | [inline] |
Definition at line 344 of file vtkDecimatePro.h.
vtkDecimatePro::TriArray::~TriArray | ( | ) | [inline] |
Definition at line 346 of file vtkDecimatePro.h.
vtkIdType vtkDecimatePro::TriArray::GetNumberOfTriangles | ( | ) | [inline] |
Definition at line 353 of file vtkDecimatePro.h.
void vtkDecimatePro::TriArray::InsertNextTriangle | ( | LocalTri & | t | ) | [inline] |
Definition at line 354 of file vtkDecimatePro.h.
LocalTri& vtkDecimatePro::TriArray::GetTriangle | ( | vtkIdType | i | ) | [inline] |
Definition at line 356 of file vtkDecimatePro.h.
void vtkDecimatePro::TriArray::Reset | ( | ) | [inline] |
Definition at line 357 of file vtkDecimatePro.h.
Definition at line 357 of file vtkDecimatePro.h.
Definition at line 360 of file vtkDecimatePro.h.