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

Method NewIterator

Common/Core/vtkBitArray.cxx:747–752  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

745
746//------------------------------------------------------------------------------
747vtkArrayIterator* vtkBitArray::NewIterator()
748{
749 vtkArrayIterator* iter = vtkBitArrayIterator::New();
750 iter->Initialize(this);
751 return iter;
752}
753
754//------------------------------------------------------------------------------
755void vtkBitArray::UpdateLookup()

Callers 15

findPolyDataFunction · 0.45
WriteDataObjectMethod · 0.45
WriteAnActorMethod · 0.45
findPolyDataFunction · 0.45
RequestDataMethod · 0.45
ReadMidpointDataMethod · 0.45
findPolyDataFunction · 0.45
WriteMeshFunction · 0.45
FlattenHierarchyMethod · 0.45
ExtractCellDataMethod · 0.45

Calls 2

NewFunction · 0.70
InitializeMethod · 0.45

Tested by 15

PointCountsFunction · 0.36
TrianglesDifferFunction · 0.36
TestBigEndianPlot3DFunction · 0.36
AddActorsFunction · 0.36
AddActorsFunction · 0.36
ValidateMeshTypeAMRImplFunction · 0.36
ValidateMeshTypeAMRFunction · 0.36
ComputeMaxNonEmptyLevelFunction · 0.36
ComputeNumberOfCellsFunction · 0.36