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

Method Initialize

Common/DataModel/vtkDataSet.cxx:67–79  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

65
66//------------------------------------------------------------------------------
67void vtkDataSet::Initialize()
68{
69 // We don't modify ourselves because the "ReleaseData" methods depend upon
70 // no modification when initialized.
71 vtkDataObject::Initialize();
72
73 if (this->TempPoints)
74 {
75 this->TempPoints->Initialize();
76 }
77 this->CellData->Initialize();
78 this->PointData->Initialize();
79}
80
81//------------------------------------------------------------------------------
82void vtkDataSet::CopyAttributes(vtkDataSet* ds)

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected