|
VTK
9.7.20260922
|
#include <vtkCellArray.h>
Definition at line 1218 of file vtkCellArray.h.
Public Types | |
| using | ArrayType = ArrayT |
| using | ValueType = typename ArrayType::ValueType |
| using | CellRangeType = decltype(vtk::DataArrayValueRange<1>(std::declval<ArrayType>())) |
Public Member Functions | |
| ArrayType * | GetOffsets () |
| const ArrayType * | GetOffsets () const |
| ArrayType * | GetConnectivity () |
| const ArrayType * | GetConnectivity () const |
| vtkIdType | GetNumberOfCells () const |
| vtkIdType | GetBeginOffset (vtkIdType cellId) const |
| vtkIdType | GetEndOffset (vtkIdType cellId) const |
| vtkIdType | GetCellSize (vtkIdType cellId) const |
| CellRangeType | GetCellRange (vtkIdType cellId) |
Static Public Attributes | |
| static constexpr bool | ValueTypeIsSameAsIdType |
Protected Member Functions | |
| VisitState () | |
| ~VisitState ()=default | |
| void * | operator new (size_t nSize) |
| void | operator delete (void *p) |
Protected Attributes | |
| vtkSmartPointer< ArrayType > | Connectivity |
| vtkSmartPointer< ArrayType > | Offsets |
Friends | |
| class | vtkCellArray |
| using vtkCellArray::VisitState< ArrayT >::ArrayType = ArrayT |
Definition at line 1221 of file vtkCellArray.h.
| using vtkCellArray::VisitState< ArrayT >::ValueType = typename ArrayType::ValueType |
Definition at line 1222 of file vtkCellArray.h.
| using vtkCellArray::VisitState< ArrayT >::CellRangeType = decltype(vtk::DataArrayValueRange<1>(std::declval<ArrayType>())) |
Definition at line 1223 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1265 of file vtkCellArray.h.
|
protecteddefault |
|
inline |
Definition at line 1233 of file vtkCellArray.h.
|
inline |
Definition at line 1234 of file vtkCellArray.h.
|
inline |
Definition at line 1236 of file vtkCellArray.h.
|
inline |
Definition at line 1237 of file vtkCellArray.h.
|
inline |
Definition at line 1239 of file vtkCellArray.h.
|
inline |
Definition at line 1241 of file vtkCellArray.h.
|
inline |
Definition at line 1246 of file vtkCellArray.h.
|
inline |
Definition at line 1251 of file vtkCellArray.h.
|
inline |
Definition at line 1256 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1276 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1286 of file vtkCellArray.h.
|
friend |
Definition at line 1262 of file vtkCellArray.h.
|
staticconstexpr |
Definition at line 1230 of file vtkCellArray.h.
|
protected |
Definition at line 1303 of file vtkCellArray.h.
|
protected |
Definition at line 1304 of file vtkCellArray.h.