------------------------------------------------------------------------------
| 518 | |
| 519 | //------------------------------------------------------------------------------ |
| 520 | vtkSmartPointer<vtkTypeUInt8Array> vtkObjectManager::GetBlob( |
| 521 | const std::string& hash, bool copy /*=false*/) const |
| 522 | { |
| 523 | return this->Context->GetBlob(hash, copy); |
| 524 | } |
| 525 | |
| 526 | //------------------------------------------------------------------------------ |
| 527 | bool vtkObjectManager::RegisterBlob( |
no outgoing calls