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

Method Clear

Serialization/Manager/vtkObjectManager.cxx:409–414  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

407
408//------------------------------------------------------------------------------
409void vtkObjectManager::Clear()
410{
411 this->Context = vtk::TakeSmartPointer(vtkMarshalContext::New());
412 this->Deserializer->SetContext(this->Context);
413 this->Serializer->SetContext(this->Context);
414}
415
416//------------------------------------------------------------------------------
417std::string vtkObjectManager::Invoke(

Callers 4

ImportMethod · 0.95
ImportFromBytesMethod · 0.95
vtkSessionClearFunction · 0.45
tearDownMethod · 0.45

Calls 2

NewFunction · 0.50
SetContextMethod · 0.45

Tested by 1

tearDownMethod · 0.36