VTK  9.5.20251011
Public Member Functions | List of all members
vtkCellArray_detail::InsertCellPointImpl Struct Reference

#include <vtkCellArray.h>

Inheritance diagram for vtkCellArray_detail::InsertCellPointImpl:
[legend]
Collaboration diagram for vtkCellArray_detail::InsertCellPointImpl:
[legend]

Public Member Functions

template<class OffsetsT , class ConnectivityT >
void operator() (OffsetsT *offsets, ConnectivityT *conn, vtkIdType id)
 
- Public Member Functions inherited from vtkCellArray::DispatchUtilities
template<class OffsetsT >
vtkIdType GetNumberOfCells (OffsetsT *offsets)
 

Additional Inherited Members

- Public Types inherited from vtkCellArray::DispatchUtilities
template<class ArrayT >
using GetAPIType = vtk::GetAPIType< ArrayT, vtkIdType >
 
- Static Public Member Functions inherited from vtkCellArray::DispatchUtilities
template<class ArrayT >
static decltype(vtk::DataArrayValueRange< 1, vtkIdType >(std::declval< ArrayT >())) GetRange (ArrayT *array)
 
template<class OffsetsT >
static vtkIdType GetBeginOffset (OffsetsT *offsets, vtkIdType cellId)
 
template<class OffsetsT >
static vtkIdType GetEndOffset (OffsetsT *offsets, vtkIdType cellId)
 
template<class OffsetsT >
static vtkIdType GetCellSize (OffsetsT *offsets, vtkIdType cellId)
 
template<class OffsetsT , class ConnectivityT >
static decltype(vtk::DataArrayValueRange< 1, vtkIdType >(std::declval< ConnectivityT >())) GetCellRange (OffsetsT *offsets, ConnectivityT *conn, vtkIdType cellId)
 

Detailed Description

Definition at line 1829 of file vtkCellArray.h.

Member Function Documentation

◆ operator()()

template<class OffsetsT , class ConnectivityT >
void vtkCellArray_detail::InsertCellPointImpl::operator() ( OffsetsT *  offsets,
ConnectivityT *  conn,
vtkIdType  id 
)
inline

Definition at line 1832 of file vtkCellArray.h.


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