MCPcopy Create free account
hub / github.com/Kitware/VTK / GetConnectivity

Method GetConnectivity

Common/DataModel/vtkCellArray.h:1085–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1083 const ArrayType* GetOffsets() const { return this->Offsets; }
1084
1085 ArrayType* GetConnectivity() { return this->Connectivity; }
1086 const ArrayType* GetConnectivity() const { return this->Connectivity; }
1087
1088 vtkIdType GetNumberOfCells() const;

Callers 3

GetCellRangeMethod · 0.95
ReadUnstructuredGridMethod · 0.45
CreateTopologyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected