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

Method Initialize

Common/DataModel/vtkAMRDataObject.cxx:83–86  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

81
82//------------------------------------------------------------------------------
83void vtkAMRDataObject::Initialize()
84{
85 this->Initialize(std::vector<unsigned int>{});
86}
87
88// VTK_DEPRECATED_IN_9_6_0("Use Initialize(const std::vector<unsigned int>&) instead")
89//------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 6

InstantiateMetaDataMethod · 0.95
InitializeInternalMethod · 0.95
assignMethod · 0.45
GetNumberOfLevelsMethod · 0.45
emplace_backMethod · 0.45
GetNumberOfBlocksMethod · 0.45

Tested by

no test coverage detected