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

Method GoToFirstItem

Common/Core/vtkCollectionIterator.cxx:45–55  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

43
44//------------------------------------------------------------------------------
45void vtkCollectionIterator::GoToFirstItem()
46{
47 if (this->Collection)
48 {
49 this->Element = this->Collection->Top;
50 }
51 else
52 {
53 this->Element = nullptr;
54 }
55}
56
57//------------------------------------------------------------------------------
58void vtkCollectionIterator::GoToNextItem()

Callers 15

SetCollectionMethod · 0.95
FlattenMethod · 0.45
ValidateMeshTypeAMRImplFunction · 0.45
ValidateMeshTypeAMRFunction · 0.45
ComputeNumberOfCellsFunction · 0.45
WriteCompositeDataSetMethod · 0.45
TestTemporalCompositeFunction · 0.45
TestPointDataTimeFunction · 0.45
TestCellDataTimeFunction · 0.45
ProcessRequestMethod · 0.45

Calls

no outgoing calls

Tested by 10

ValidateMeshTypeAMRImplFunction · 0.36
ValidateMeshTypeAMRFunction · 0.36
ComputeNumberOfCellsFunction · 0.36
TestTemporalCompositeFunction · 0.36
TestPointDataTimeFunction · 0.36
TestCellDataTimeFunction · 0.36
GetPartitionsMeshMTimesFunction · 0.36