|
VTK
9.5.20251102
|
#include <vtkCellArray.h>
Public Member Functions | |
| template<class OffsetsT , class ConnectivityT > | |
| void | operator() (OffsetsT *offsets, ConnectivityT *conn, const vtkIdType npts) |
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) |
Definition at line 1698 of file vtkCellArray.h.
|
inline |
Definition at line 1701 of file vtkCellArray.h.