VTK  9.2.6
vtkCellLocator::vtkNeighborCells Class Reference

#include <vtkCellLocator.h>

Collaboration diagram for vtkCellLocator::vtkNeighborCells:
[legend]

Public Member Functions

 vtkNeighborCells (int size)
int GetNumberOfNeighbors ()
void Reset ()
int * GetPoint (int i)
int InsertNextPoint (int *x)

Protected Attributes

vtkNew< vtkIntArrayPoints

Detailed Description

Definition at line 204 of file vtkCellLocator.h.

Constructor & Destructor Documentation

◆ vtkNeighborCells()

vtkCellLocator::vtkNeighborCells::vtkNeighborCells ( int size)

Member Function Documentation

◆ GetNumberOfNeighbors()

int vtkCellLocator::vtkNeighborCells::GetNumberOfNeighbors ( )
inline

◆ Reset()

void vtkCellLocator::vtkNeighborCells::Reset ( )
inline

◆ GetPoint()

int * vtkCellLocator::vtkNeighborCells::GetPoint ( int i)
inline

◆ InsertNextPoint()

int vtkCellLocator::vtkNeighborCells::InsertNextPoint ( int * x)
inline

Member Data Documentation

◆ Points

vtkNew<vtkIntArray> vtkCellLocator::vtkNeighborCells::Points
protected

Definition at line 218 of file vtkCellLocator.h.


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