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

Function VTKToPython

Filters/Python/vtkPythonAlgorithm.cxx:87–90  ·  view source on GitHub ↗

Return value: New reference.

Source from the content-addressed store, hash-verified

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

Callers 4

SetPythonObjectMethod · 0.70
ProcessRequestMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected