|
VTK
9.5.20251113
|
#include <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 |
Definition at line 1147 of file vtkCellArray.h.
| using vtkCellArray::VisitState< ArrayT >::ArrayType = ArrayT |
Definition at line 1149 of file vtkCellArray.h.
| using vtkCellArray::VisitState< ArrayT >::ValueType = typename ArrayType::ValueType |
Definition at line 1150 of file vtkCellArray.h.
| using vtkCellArray::VisitState< ArrayT >::CellRangeType = decltype(vtk::DataArrayValueRange<1>(std::declval<ArrayType>())) |
Definition at line 1151 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1180 of file vtkCellArray.h.
|
protecteddefault |
|
inline |
Definition at line 1161 of file vtkCellArray.h.
|
inline |
Definition at line 1162 of file vtkCellArray.h.
|
inline |
Definition at line 1164 of file vtkCellArray.h.
|
inline |
Definition at line 1165 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetNumberOfCells | ( | ) | const |
Definition at line 1624 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetBeginOffset | ( | vtkIdType | cellId | ) | const |
Definition at line 1630 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetEndOffset | ( | vtkIdType | cellId | ) | const |
Definition at line 1636 of file vtkCellArray.h.
| vtkIdType vtkCellArray::VisitState< ArrayT >::GetCellSize | ( | vtkIdType | cellId | ) | const |
Definition at line 1642 of file vtkCellArray.h.
| vtkCellArray::VisitState< ArrayT >::CellRangeType vtkCellArray::VisitState< ArrayT >::GetCellRange | ( | vtkIdType | cellId | ) |
Definition at line 1649 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1191 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 1201 of file vtkCellArray.h.
|
friend |
Definition at line 1177 of file vtkCellArray.h.
|
staticconstexpr |
Definition at line 1158 of file vtkCellArray.h.
|
protected |
Definition at line 1218 of file vtkCellArray.h.
|
protected |
Definition at line 1219 of file vtkCellArray.h.