MCPcopy Create free account
hub / github.com/Kitware/VTK / VTKToPython

Function VTKToPython

Rendering/PythonContext2D/vtkPythonItem.cxx:91–95  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

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

Callers 2

SetPythonObjectMethod · 0.70
PaintMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected