VTK  9.3.20240415
Public Member Functions | Protected Attributes | List of all members
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 270 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 284 of file vtkCellLocator.h.


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