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

Method GetPointer

Wrapping/PythonCore/vtkSmartPyObject.cxx:97–100  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

95
96//------------------------------------------------------------------------------
97PyObject* vtkSmartPyObject::GetPointer() const
98{
99 return this->Object;
100}
101
102//------------------------------------------------------------------------------
103PyObject* vtkSmartPyObject::GetAndIncreaseReferenceCount()

Callers 11

StillRenderToStringMethod · 0.45
DoWorkMethod · 0.45
GetBase64EncodedImageFunction · 0.45
GetColorsFromPolyDataMethod · 0.45
GetBinaryDataMethod · 0.45
BuildTupleMethod · 0.45
BuildVTKObjectMethod · 0.45
~vtkPythonCommandListMethod · 0.45
RemoveObjectFromMapMethod · 0.45
FindObjectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected