------------------------------------------------------------------------------
| 89 | |
| 90 | //------------------------------------------------------------------------------ |
| 91 | static PyObject* VTKToPython(vtkObjectBase* obj) |
| 92 | { |
| 93 | // Return value: New reference. |
| 94 | return vtkPythonUtil::GetObjectFromPointer(obj); |
| 95 | } |
| 96 | |
| 97 | //------------------------------------------------------------------------------ |
| 98 | bool vtkPythonItem::CheckResult(const char* method, const vtkSmartPyObject& res) |
no outgoing calls
no test coverage detected