------------------------------------------------------------------------------
| 400 | |
| 401 | //------------------------------------------------------------------------------ |
| 402 | bool vtkObjectManager::UnRegisterState(vtkTypeUInt32 identifier) |
| 403 | { |
| 404 | vtkVLog(this->GetObjectManagerLogVerbosity(), << "Unregistering state at id=" << identifier); |
| 405 | return this->Context->UnRegisterState(identifier); |
| 406 | } |
| 407 | |
| 408 | //------------------------------------------------------------------------------ |
| 409 | void vtkObjectManager::Clear() |