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

Function VTKToPython

Common/Python/vtkPythonArchiver.cxx:64–67  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Return value: New reference.

Source from the content-addressed store, hash-verified

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

Callers 4

OpenArchiveMethod · 0.70
CloseArchiveMethod · 0.70
InsertIntoArchiveMethod · 0.70
ContainsMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected