Return value: New reference.
| 85 | |
| 86 | /// Return value: New reference. |
| 87 | static PyObject* VTKToPython(vtkObjectBase* obj) |
| 88 | { |
| 89 | return vtkPythonUtil::GetObjectFromPointer(obj); |
| 90 | } |
| 91 | |
| 92 | int vtkPythonAlgorithm::CheckResult(const char* method, const vtkSmartPyObject& res) |
| 93 | { |
no outgoing calls
no test coverage detected