Return the id for a given vtkObject
(self, obj)
| 50 | return self.getApplication().GetObjectIdMap().GetVTKObject(id) |
| 51 | |
| 52 | def getGlobalId(self, obj): |
| 53 | """ |
| 54 | Return the id for a given vtkObject |
| 55 | """ |
| 56 | return self.getApplication().GetObjectIdMap().GetGlobalId(obj) |
| 57 | |
| 58 | def freeObject(self, obj): |
| 59 | """ |
no test coverage detected