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

Method Initialize

Serialization/Manager/vtkObjectManager.cxx:119–128  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

117
118//------------------------------------------------------------------------------
119bool vtkObjectManager::Initialize()
120{
121 if (!this->InitializeDefaultHandlers())
122 {
123 vtkErrorMacro(<< "Failed to register default VTK SerDes handlers! Some objects may not get "
124 "(de)serialized.");
125 return false;
126 }
127 return true;
128}
129
130//------------------------------------------------------------------------------
131bool vtkObjectManager::InitializeDefaultHandlers()

Callers 15

serializeMethod · 0.45
deserializeMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
testMethod · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45
test1Method · 0.45
test2Method · 0.45
serializeMethod · 0.45
deserializeMethod · 0.45

Calls 1

Tested by 15

serializeMethod · 0.36
deserializeMethod · 0.36
serializeMethod · 0.36
deserializeMethod · 0.36
testMethod · 0.36
serializeMethod · 0.36
deserializeMethod · 0.36
test1Method · 0.36
test2Method · 0.36
serializeMethod · 0.36
deserializeMethod · 0.36
serializeMethod · 0.36