VTK  9.4.20251007
vtkCellArray_detail::GetCellAtIdImpl Struct Reference

#include <vtkCellArray.h>

Classes

struct  CanShareConnPtr

Public Member Functions

template<typename CellStateT>
void operator() (CellStateT &state, const vtkIdType cellId, vtkIdList *ids)
template<typename CellStateT>
void operator() (CellStateT &state, const vtkIdType cellId, vtkIdType &cellSize, vtkIdType *cellPoints)
template<typename CellStateT>
std::enable_if< CanShareConnPtr< CellStateT >::value, void >::type operator() (CellStateT &state, const vtkIdType cellId, vtkIdType &cellSize, vtkIdType const *&cellPoints, vtkIdList *vtkNotUsed(temp))
template<typename CellStateT>
std::enable_if<!CanShareConnPtr< CellStateT >::value, void >::type operator() (CellStateT &state, const vtkIdType cellId, vtkIdType &cellSize, vtkIdType const *&cellPoints, vtkIdList *temp)

Detailed Description

Definition at line 1451 of file vtkCellArray.h.

Member Function Documentation

◆ operator()() [1/4]

template<typename CellStateT>
void vtkCellArray_detail::GetCellAtIdImpl::operator() ( CellStateT & state,
const vtkIdType cellId,
vtkIdList * ids )
inline

Definition at line 1454 of file vtkCellArray.h.

◆ operator()() [2/4]

template<typename CellStateT>
void vtkCellArray_detail::GetCellAtIdImpl::operator() ( CellStateT & state,
const vtkIdType cellId,
vtkIdType & cellSize,
vtkIdType * cellPoints )
inline

Definition at line 1473 of file vtkCellArray.h.

◆ operator()() [3/4]

template<typename CellStateT>
std::enable_if< CanShareConnPtr< CellStateT >::value, void >::type vtkCellArray_detail::GetCellAtIdImpl::operator() ( CellStateT & state,
const vtkIdType cellId,
vtkIdType & cellSize,
vtkIdType const *& cellPoints,
vtkIdList * vtkNotUsedtemp )
inline

Definition at line 1507 of file vtkCellArray.h.

◆ operator()() [4/4]

template<typename CellStateT>
std::enable_if<!CanShareConnPtr< CellStateT >::value, void >::type vtkCellArray_detail::GetCellAtIdImpl::operator() ( CellStateT & state,
const vtkIdType cellId,
vtkIdType & cellSize,
vtkIdType const *& cellPoints,
vtkIdList * temp )
inline

Definition at line 1519 of file vtkCellArray.h.


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