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

Method IsDoneWithTraversal

Common/DataModel/vtkDataSetCellIterator.cxx:136–139  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

134
135//------------------------------------------------------------------------------
136bool vtkDataSetCellIterator::IsDoneWithTraversal()
137{
138 return this->DataSet == nullptr || this->CellId >= this->DataSet->GetNumberOfCells();
139}
140
141//------------------------------------------------------------------------------
142vtkIdType vtkDataSetCellIterator::GetCellId()

Callers 15

CopyStructureMethod · 0.45
SetDataSetMethod · 0.45
SetDataSetFromMethod · 0.45
GetDataSetMethod · 0.45
GetMetaDataMethod · 0.45
HasMetaDataMethod · 0.45
GetNumberOfPointsMethod · 0.45
GetNumberOfCellsMethod · 0.45
GetActualMemorySizeMethod · 0.45
DeepCopyMethod · 0.45
operator==Method · 0.45
IncrementMethod · 0.45

Calls 1

GetNumberOfCellsMethod · 0.45

Tested by 9

ValidateCellArrayFunction · 0.36
TestNewIteratorFunction · 0.36
testCellIteratorFunction · 0.36
RunTestFunction · 0.36
TestConfigFunction · 0.36
TestConfigFunction · 0.36
TestMappedGridDeepCopyFunction · 0.36
LoopAndCheckFunction · 0.36