------------------------------------------------------------------------------
| 95 | |
| 96 | //------------------------------------------------------------------------------ |
| 97 | PyObject* vtkSmartPyObject::GetPointer() const |
| 98 | { |
| 99 | return this->Object; |
| 100 | } |
| 101 | |
| 102 | //------------------------------------------------------------------------------ |
| 103 | PyObject* vtkSmartPyObject::GetAndIncreaseReferenceCount() |
no outgoing calls
no test coverage detected