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

Method InitializeDefaultHandlers

Serialization/Manager/vtkObjectManager.cxx:131–141  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

129
130//------------------------------------------------------------------------------
131bool vtkObjectManager::InitializeDefaultHandlers()
132{
133 const char* error = nullptr;
134 if (!vtkMarshalContext::CallRegistrars(
135 this->Serializer.Get(), this->Deserializer.Get(), this->Invoker.Get(), &error))
136 {
137 vtkErrorMacro(<< "Failed to register a default VTK SerDes handler. error=\"" << error << "\"");
138 return false;
139 }
140 return true;
141}
142
143//------------------------------------------------------------------------------
144bool vtkObjectManager::InitializeExtensionModuleHandlers(

Callers 2

InitializeMethod · 0.95
TestInvokeFunction · 0.80

Calls 1

GetMethod · 0.45

Tested by 1

TestInvokeFunction · 0.64