------------------------------------------------------------------------------ Return value: New reference.
| 62 | //------------------------------------------------------------------------------ |
| 63 | /// Return value: New reference. |
| 64 | static PyObject* VTKToPython(vtkObjectBase* obj) |
| 65 | { |
| 66 | return vtkPythonUtil::GetObjectFromPointer(obj); |
| 67 | } |
| 68 | |
| 69 | //------------------------------------------------------------------------------ |
| 70 | int vtkPythonArchiver::CheckResult(const char* method, const vtkSmartPyObject& res) |
no outgoing calls
no test coverage detected