------------------------------------------------------------------------------
| 479 | |
| 480 | //------------------------------------------------------------------------------ |
| 481 | vtkSmartPointer<vtkObjectBase> vtkObjectManager::GetObjectAtId(vtkTypeUInt32 identifier) |
| 482 | { |
| 483 | return this->Context->GetObjectAtId(identifier); |
| 484 | } |
| 485 | |
| 486 | //------------------------------------------------------------------------------ |
| 487 | std::vector<std::string> vtkObjectManager::GetBlobHashes(const std::vector<vtkTypeUInt32>& ids) |
no outgoing calls