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

Method Increment

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

Source from the content-addressed store, hash-verified

168 }
169
170 void Increment()
171 {
172 assert(this->Iterator != nullptr);
173 assert(!this->Iterator->IsDoneWithTraversal());
174 this->Iterator->GoToNextItem();
175 }
176
177 DataObjectTreeIteratorReference GetData() const
178 {

Callers 3

operator++Method · 0.95
AdvanceToMethod · 0.95

Calls 3

assertFunction · 0.50
IsDoneWithTraversalMethod · 0.45
GoToNextItemMethod · 0.45

Tested by

no test coverage detected