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

Method Initialize

Common/DataModel/vtkCellArray.cxx:814–819  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

812
813//------------------------------------------------------------------------------
814void vtkCellArray::Initialize()
815{
816 this->Dispatch(InitializeImpl{});
817
818 this->LegacyData->Initialize();
819}
820
821//------------------------------------------------------------------------------
822vtkCellArrayIterator* vtkCellArray::NewIterator()

Callers 6

Use32BitStorageMethod · 0.95
Use64BitStorageMethod · 0.95
operator()Method · 0.45
SqueezeMethod · 0.45

Calls 1

DispatchMethod · 0.45

Tested by

no test coverage detected