VTK
9.0.1
|
#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 | |
Protected Attributes | |
vtkSmartPointer< ArrayType > | Connectivity |
vtkSmartPointer< ArrayType > | Offsets |
Friends | |
class | vtkCellArray |
Definition at line 760 of file vtkCellArray.h.
using vtkCellArray::VisitState< ArrayT >::ArrayType = ArrayT |
Definition at line 762 of file vtkCellArray.h.
using vtkCellArray::VisitState< ArrayT >::ValueType = typename ArrayType::ValueType |
Definition at line 763 of file vtkCellArray.h.
using vtkCellArray::VisitState< ArrayT >::CellRangeType = decltype(vtk::DataArrayValueRange<1>(std::declval<ArrayType>())) |
Definition at line 764 of file vtkCellArray.h.
|
inlineprotected |
Definition at line 793 of file vtkCellArray.h.
|
protecteddefault |
|
inline |
Definition at line 774 of file vtkCellArray.h.
|
inline |
Definition at line 775 of file vtkCellArray.h.
|
inline |
Definition at line 777 of file vtkCellArray.h.
|
inline |
Definition at line 778 of file vtkCellArray.h.
vtkIdType vtkCellArray::VisitState< ArrayT >::GetNumberOfCells | ( | ) | const |
Definition at line 1235 of file vtkCellArray.h.
vtkIdType vtkCellArray::VisitState< ArrayT >::GetBeginOffset | ( | vtkIdType | cellId | ) | const |
Definition at line 1241 of file vtkCellArray.h.
vtkIdType vtkCellArray::VisitState< ArrayT >::GetEndOffset | ( | vtkIdType | cellId | ) | const |
Definition at line 1247 of file vtkCellArray.h.
vtkIdType vtkCellArray::VisitState< ArrayT >::GetCellSize | ( | vtkIdType | cellId | ) | const |
Definition at line 1253 of file vtkCellArray.h.
vtkCellArray::VisitState< ArrayT >::CellRangeType vtkCellArray::VisitState< ArrayT >::GetCellRange | ( | vtkIdType | cellId | ) |
Definition at line 1260 of file vtkCellArray.h.
|
friend |
Definition at line 790 of file vtkCellArray.h.
|
staticconstexpr |
Definition at line 771 of file vtkCellArray.h.
|
protected |
Definition at line 801 of file vtkCellArray.h.
|
protected |
Definition at line 802 of file vtkCellArray.h.