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

Method NewCellIterator

Common/DataModel/vtkUnstructuredGrid.cxx:1164–1169  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1162
1163//------------------------------------------------------------------------------
1164vtkCellIterator* vtkUnstructuredGrid::NewCellIterator()
1165{
1166 vtkUnstructuredGridCellIterator* iter(vtkUnstructuredGridCellIterator::New());
1167 iter->SetUnstructuredGrid(this);
1168 return iter;
1169}
1170
1171//------------------------------------------------------------------------------
1172void vtkUnstructuredGrid::Reset()

Callers 1

ShallowCopyMethod · 0.45

Calls 1

SetUnstructuredGridMethod · 0.80

Tested by

no test coverage detected