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

Method Begin

Testing/GenericBridge/vtkBridgeCellIterator.cxx:56–62  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Description: Move iterator to first position if any (loop initialization).

Source from the content-addressed store, hash-verified

54// Description:
55// Move iterator to first position if any (loop initialization).
56void vtkBridgeCellIterator::Begin()
57{
58 if (this->CurrentIterator != nullptr)
59 {
60 this->CurrentIterator->Begin();
61 }
62}
63
64//------------------------------------------------------------------------------
65// Description:

Callers 4

FindCellMethod · 0.45
InitMethod · 0.45
InitWithCellMethod · 0.45
DeepCopyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected