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

Constructor & Destructor Documentation

◆ VertexArray()

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

Definition at line 424 of file vtkDecimatePro.h.

◆ ~VertexArray()

vtkDecimatePro::VertexArray::~VertexArray ( )
inline

Definition at line 429 of file vtkDecimatePro.h.

Member Function Documentation

◆ GetNumberOfVertices()

vtkIdType vtkDecimatePro::VertexArray::GetNumberOfVertices ( )
inline

Definition at line 430 of file vtkDecimatePro.h.

◆ InsertNextVertex()

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

Definition at line 431 of file vtkDecimatePro.h.

◆ GetVertex()

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

Definition at line 436 of file vtkDecimatePro.h.

◆ Reset()

void vtkDecimatePro::VertexArray::Reset ( )
inline

Definition at line 437 of file vtkDecimatePro.h.

Member Data Documentation

◆ Array

LocalVertex* vtkDecimatePro::VertexArray::Array

Definition at line 439 of file vtkDecimatePro.h.

◆ MaxId

vtkIdType vtkDecimatePro::VertexArray::MaxId

Definition at line 440 of file vtkDecimatePro.h.


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