VTK  9.2.6
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>
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 1442 of file vtkCellArray.h.

Member Function Documentation

◆ operator()() [1/3]

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

Definition at line 1445 of file vtkCellArray.h.

◆ operator()() [2/3]

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 1477 of file vtkCellArray.h.

◆ operator()() [3/3]

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 1489 of file vtkCellArray.h.


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