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

Method GoToNextCell

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

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

Source from the content-addressed store, hash-verified

228
229//------------------------------------------------------------------------------
230inline void vtkCellIterator::GoToNextCell()
231{
232 this->IncrementToNextCell();
233 this->ResetCache();
234}
235
236//------------------------------------------------------------------------------
237inline int vtkCellIterator::GetCellType()

Callers 15

WriteMeshFunction · 0.80
compareDataSetsFunction · 0.80
CreatePolyFaceFunction · 0.80
WriteCellsInlineMethod · 0.80
WriteCellsAppendedMethod · 0.80
ConvertCellsMethod · 0.80
TestCellArray.pyFile · 0.80
ReadConnectivityMethod · 0.80

Calls 2

ResetCacheMethod · 0.80
IncrementToNextCellMethod · 0.45

Tested by 15

compareDataSetsFunction · 0.64
ValidatePolyhedraImplFunction · 0.64
ValidateMeshTypeMixed2DFunction · 0.64
ValidateMeshTypeMixedFunction · 0.64
ValidatePolyhedraFunction · 0.64
ValidateCellArrayFunction · 0.64
testCellIteratorFunction · 0.64
RunTestFunction · 0.64
TestMappedGridDeepCopyFunction · 0.64