VTK  9.1.0
Classes | Public Member Functions | List of all members
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 1517 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 1520 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 1552 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 1564 of file vtkCellArray.h.


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