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

Method NewIterator

Common/DataModel/vtkCellArray.cxx:822–828  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

820
821//------------------------------------------------------------------------------
822vtkCellArrayIterator* vtkCellArray::NewIterator()
823{
824 vtkCellArrayIterator* iter = vtkCellArrayIterator::New();
825 iter->SetCellArray(this);
826 iter->GoToFirstCell();
827 return iter;
828}
829
830//------------------------------------------------------------------------------
831void vtkCellArray::SetData(AOSArray32* offsets, AOSArray32* connectivity)

Callers 15

ExportLegacyFormatMethod · 0.95
SetCellsMethod · 0.45
CopyStructuredDataMethod · 0.45
SetUnstructuredGridMethod · 0.45
vtkAnimationSceneMethod · 0.45
BlankCellsMethod · 0.45
GetDataSetMethod · 0.45
vtkMVCPolyIteratorMethod · 0.45
CheckValidityMethod · 0.45
ValidateCellArrayFunction · 0.45
TestNewIteratorFunction · 0.45

Calls 1

NewFunction · 0.50

Tested by 7

ValidateCellArrayFunction · 0.36
TestNewIteratorFunction · 0.36
RunTestFunction · 0.36
TestNonOverlappingAMRFunction · 0.36
TestConfigFunction · 0.36
TestAMRIteratorFunction · 0.36