VTK  9.1.0
Public Member Functions | Public Attributes | List of all members
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 419 of file vtkDecimatePro.h.

Constructor & Destructor Documentation

◆ VertexArray()

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

Definition at line 422 of file vtkDecimatePro.h.

◆ ~VertexArray()

vtkDecimatePro::VertexArray::~VertexArray ( )
inline

Definition at line 427 of file vtkDecimatePro.h.

Member Function Documentation

◆ GetNumberOfVertices()

vtkIdType vtkDecimatePro::VertexArray::GetNumberOfVertices ( )
inline

Definition at line 428 of file vtkDecimatePro.h.

◆ InsertNextVertex()

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

Definition at line 429 of file vtkDecimatePro.h.

◆ GetVertex()

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

Definition at line 434 of file vtkDecimatePro.h.

◆ Reset()

void vtkDecimatePro::VertexArray::Reset ( )
inline

Definition at line 435 of file vtkDecimatePro.h.

Member Data Documentation

◆ Array

LocalVertex* vtkDecimatePro::VertexArray::Array

Definition at line 437 of file vtkDecimatePro.h.

◆ MaxId

vtkIdType vtkDecimatePro::VertexArray::MaxId

Definition at line 438 of file vtkDecimatePro.h.


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