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

Method cbegin

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

Note: These return mutable objects because const vtkObject are unusable.

Source from the content-addressed store, hash-verified

232
233 // Note: These return mutable objects because const vtkObject are unusable.
234 const_iterator cbegin() const { return DataObjectTreeIterator{ this->NewIterator() }; }
235
236 // Note: These return mutable objects because const vtkObjects are unusable.
237 const_iterator cend() const { return DataObjectTreeIterator{}; }

Callers 7

operator()Method · 0.45
AppendArrayWithOffsetMethod · 0.45
SetCellsMethod · 0.45
SubtractSelectionListMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls 1

NewIteratorMethod · 0.95

Tested by 1