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

Method ~vtkFieldData

Common/DataModel/vtkFieldData.cxx:253–257  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

251
252//------------------------------------------------------------------------------
253vtkFieldData::~vtkFieldData()
254{
255 this->Initialize();
256 this->ClearFieldFlags();
257}
258
259//------------------------------------------------------------------------------
260// Release all data but do not delete object.

Callers

nothing calls this directly

Calls 2

InitializeMethod · 0.95
ClearFieldFlagsMethod · 0.95

Tested by

no test coverage detected