MCPcopy Create free account
hub / github.com/Kitware/VTK / ~vtkDataObject

Method ~vtkDataObject

Common/DataModel/vtkDataObject.cxx:88–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86
87//------------------------------------------------------------------------------
88vtkDataObject::~vtkDataObject()
89{
90 this->SetInformation(nullptr);
91 this->SetFieldData(nullptr);
92}
93
94//------------------------------------------------------------------------------
95void vtkDataObject::PrintSelf(ostream& os, vtkIndent indent)

Callers

nothing calls this directly

Calls 1

SetInformationMethod · 0.45

Tested by

no test coverage detected