#include <ExtensionOldType.hxx>
Public Member Functions | |
virtual bool | accepts (PyObject *pyob) const |
T * | extensionObject (void) |
ExtensionObject (const Object &other) | |
ExtensionObject (const ExtensionObject< T > &other) | |
ExtensionObject (PyObject *pyob) | |
ExtensionObject & | operator= (PyObject *rhsp) |
ExtensionObject & | operator= (const Object &rhs) |
Definition at line 347 of file ExtensionOldType.hxx.
Py::ExtensionObject< T >::ExtensionObject | ( | PyObject * | pyob | ) | [inline, explicit] |
Definition at line 351 of file ExtensionOldType.hxx.
References Py::Object::validate().
Py::ExtensionObject< T >::ExtensionObject | ( | const ExtensionObject< T > & | other | ) | [inline] |
Definition at line 357 of file ExtensionOldType.hxx.
References Py::Object::validate().
Py::ExtensionObject< T >::ExtensionObject | ( | const Object & | other | ) | [inline] |
Definition at line 363 of file ExtensionOldType.hxx.
References Py::Object::validate().
bool Py::TopoShape::accepts | ( | PyObject * | pyob | ) | const [inline, virtual] |
Reimplemented from Py::Object.
Definition at line 381 of file ExtensionOldType.hxx.
T* Py::ExtensionObject< T >::extensionObject | ( | void | ) | [inline] |
Definition at line 389 of file ExtensionOldType.hxx.
References Py::Object::ptr().
Referenced by Fem::StdMeshers_AutomaticLengthPy::getLength(), Part::TopoShapePy::removeShape(), and Part::TopoShapePy::replaceShape().
ExtensionObject& Py::ExtensionObject< T >::operator= | ( | PyObject * | rhsp | ) | [inline] |
Reimplemented from Py::Object.
Definition at line 374 of file ExtensionOldType.hxx.
References Py::Object::ptr().
ExtensionObject& Py::ExtensionObject< T >::operator= | ( | const Object & | rhs | ) | [inline] |
Definition at line 369 of file ExtensionOldType.hxx.