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

Method end

Common/DataModel/vtkDataObjectTreeRange.h:231–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 iterator begin() const { return DataObjectTreeIterator{ this->NewIterator() }; }
230
231 iterator end() const { return DataObjectTreeIterator{}; }
232
233 // Note: These return mutable objects because const vtkObject are unusable.
234 const_iterator cbegin() const { return DataObjectTreeIterator{ this->NewIterator() }; }

Callers 15

CloneMethod · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45
Deserialize_vtkGraphFunction · 0.45
TriangulateLocalIdsMethod · 0.45
DumpPointsMethod · 0.45
DumpEdgesMethod · 0.45
RemoveEdgeMethod · 0.45
CheckEdgeMethod · 0.45
RemovePointMethod · 0.45
CopyStructureMethod · 0.45
RemoveAnnotationMethod · 0.45

Calls

no outgoing calls

Tested by 12

GetCellIdsFunction · 0.36
UnitTestCellsFunction · 0.36
CreateMultiBlockFunction · 0.36
TestPentagonalPrismFunction · 0.36
AssembleFunction · 0.36
TestCopyFunction · 0.36
ReduceMethod · 0.36
runFindCellFunction · 0.36
RunTestsFunction · 0.36
TestCopyFunction · 0.36