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

Method BuildVTKObject

Wrapping/PythonCore/vtkPythonArgs.cxx:918–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916}
917
918PyObject* vtkPythonArgs::BuildVTKObject(const void* v)
919{
920 return vtkPythonUtil::GetObjectFromPointer(static_cast<vtkObjectBase*>(const_cast<void*>(v)));
921}
922
923PyObject* vtkPythonArgs::BuildVTKObject(vtkSmartPointerBase& v)
924{

Callers

nothing calls this directly

Calls 1

GetPointerMethod · 0.45

Tested by

no test coverage detected