------------------------------------------------------------------------------
| 117 | |
| 118 | //------------------------------------------------------------------------------ |
| 119 | bool 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 | //------------------------------------------------------------------------------ |
| 131 | bool vtkObjectManager::InitializeDefaultHandlers() |