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

Method NewCellIterator

Common/DataModel/vtkDataSet.cxx:90–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

88
89//------------------------------------------------------------------------------
90vtkCellIterator* vtkDataSet::NewCellIterator()
91{
92 vtkDataSetCellIterator* iter = vtkDataSetCellIterator::New();
93 iter->SetDataSet(this);
94 return iter;
95}
96
97//------------------------------------------------------------------------------
98struct ComputeBoundsFunctor

Callers 15

compareDataSetsFunction · 0.45
WriteInlinePieceMethod · 0.45
WriteAppendedPieceMethod · 0.45
TestCellArray.pyFile · 0.45
ValidatePolyhedraImplFunction · 0.45
ValidateMeshTypeMixed2DFunction · 0.45
ValidateMeshTypeMixedFunction · 0.45
ValidatePolyhedraFunction · 0.45

Calls 2

NewFunction · 0.50
SetDataSetMethod · 0.45

Tested by 15

compareDataSetsFunction · 0.36
ValidatePolyhedraImplFunction · 0.36
ValidateMeshTypeMixed2DFunction · 0.36
ValidateMeshTypeMixedFunction · 0.36
ValidatePolyhedraFunction · 0.36
TestMappedGridDeepCopyFunction · 0.36
ComparePolyDataFunction · 0.36
TestEmptyFunction · 0.36
TestWithPointsFunction · 0.36