------------------------------------------------------------------------------
| 459 | |
| 460 | //------------------------------------------------------------------------------ |
| 461 | vtkTypeUInt32 vtkObjectManager::GetId(vtkSmartPointer<vtkObjectBase> object) |
| 462 | { |
| 463 | return this->Context->GetId(object); |
| 464 | } |
| 465 | |
| 466 | //------------------------------------------------------------------------------ |
| 467 | std::string vtkObjectManager::GetState(vtkTypeUInt32 identifier) |
no outgoing calls