#include <vtkCellArray.h>
|  | 
| 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) | 
|  | 
Definition at line 1330 of file vtkCellArray.h.
 
◆ operator()() [1/3]
template<typename CellStateT > 
  
  | 
        
          | void vtkCellArray_detail::GetCellAtIdImpl::operator() | ( | CellStateT & | state, |  
          |  |  | const vtkIdType | cellId, |  
          |  |  | vtkIdList * | ids |  
          |  | ) |  |  |  | inline | 
 
 
◆ operator()() [2/3]
template<typename CellStateT > 
 
 
◆ operator()() [3/3]
template<typename CellStateT > 
 
 
The documentation for this struct was generated from the following file: