VTK  9.2.6
vtkDecimatePro::VertexArray Class Reference

#include <vtkDecimatePro.h>

Collaboration diagram for vtkDecimatePro::VertexArray:
[legend]

Public Member Functions

 VertexArray (const vtkIdType sz)
 ~VertexArray ()
vtkIdType GetNumberOfVertices ()
void InsertNextVertex (LocalVertex &v)
LocalVertexGetVertex (vtkIdType i)
void Reset ()

Public Attributes

LocalVertexArray
vtkIdType MaxId

Detailed Description

Definition at line 353 of file vtkDecimatePro.h.

Constructor & Destructor Documentation

◆ VertexArray()

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

Definition at line 356 of file vtkDecimatePro.h.

◆ ~VertexArray()

vtkDecimatePro::VertexArray::~VertexArray ( )
inline

Definition at line 361 of file vtkDecimatePro.h.

Member Function Documentation

◆ GetNumberOfVertices()

vtkIdType vtkDecimatePro::VertexArray::GetNumberOfVertices ( )
inline

Definition at line 362 of file vtkDecimatePro.h.

◆ InsertNextVertex()

void vtkDecimatePro::VertexArray::InsertNextVertex ( LocalVertex & v)
inline

Definition at line 363 of file vtkDecimatePro.h.

◆ GetVertex()

LocalVertex & vtkDecimatePro::VertexArray::GetVertex ( vtkIdType i)
inline

Definition at line 368 of file vtkDecimatePro.h.

◆ Reset()

void vtkDecimatePro::VertexArray::Reset ( )
inline

Definition at line 369 of file vtkDecimatePro.h.

Member Data Documentation

◆ Array

LocalVertex* vtkDecimatePro::VertexArray::Array

Definition at line 371 of file vtkDecimatePro.h.

◆ MaxId

vtkIdType vtkDecimatePro::VertexArray::MaxId

Definition at line 372 of file vtkDecimatePro.h.


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