|
VTK
9.7.20260901
|
#include <vtkCellArray.h>
Definition at line 1152 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 1154 of file vtkCellArray.h.
| using vtkCellArray::VisitState< ArrayT >::ValueType = typename ArrayType::ValueType |
Definition at line 1155 of file vtkCellArray.h.
| using vtkCellArray::VisitState< ArrayT >::CellRangeType = decltype(vtk::DataArrayValueRange<1>(std::declval<ArrayType>())) |
Definition at line 1156 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1185 of file vtkCellArray.h.
|
protecteddefault |
|
inline |
Definition at line 1166 of file vtkCellArray.h.
|
inline |
Definition at line 1167 of file vtkCellArray.h.
|
inline |
Definition at line 1169 of file vtkCellArray.h.
|
inline |
Definition at line 1170 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetNumberOfCells | ( | ) | const |
Definition at line 1273 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetBeginOffset | ( | vtkIdType | cellId | ) | const |
Definition at line 1279 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetEndOffset | ( | vtkIdType | cellId | ) | const |
Definition at line 1285 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetCellSize | ( | vtkIdType | cellId | ) | const |
Definition at line 1291 of file vtkCellArray.h.
| vtkCellArray::VisitState< ArrayT >::CellRangeType vtkCellArray::VisitState< ArrayT >::GetCellRange | ( | vtkIdType | cellId | ) |
Definition at line 1298 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1196 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1206 of file vtkCellArray.h.
|
friend |
Definition at line 1182 of file vtkCellArray.h.
|
staticconstexpr |
Definition at line 1163 of file vtkCellArray.h.
|
protected |
Definition at line 1223 of file vtkCellArray.h.
|
protected |
Definition at line 1224 of file vtkCellArray.h.