Py Namespace Reference

Classes

class  ArithmeticError
class  AttributeError
class  Boolean
class  Callable
class  Char
class  Complex
class  Dict
class  EnvironmentError
class  Exception
class  ExtensionClassMethodsTable
class  ExtensionExceptionType
class  ExtensionModule
class  ExtensionModuleBase
class  ExtensionModuleBasePtr
class  ExtensionObject
class  Float
class  FloatingPointError
class  GeometryT
 This is a template class to provide wrapper classes for geometric classes like Base::Matrix4D, Base::Rotation and their Python binding classes. More...
class  IndexError
class  Int
class  KeyError
class  List
class  Long
class  LookupError
class  MapBase
class  mapref
class  MemoryError
class  MethodDefExt
class  MethodTable
class  Module
class  NameError
class  Object
class  OverflowError
class  PythonClass
struct  PythonClassInstance
class  PythonClassObject
class  PythonExtension
class  PythonExtensionBase
class  PythonType
class  RuntimeError
class  SeqBase
class  seqref
class  StandardError
class  String
class  SystemError
class  SystemExit
class  Tuple
class  TupleN
class  Type
class  TypeError
class  ValueError
class  Vector
class  ZeroDivisionError

Typedefs

typedef GeometryT
< Base::BoundBox3d,
Base::BoundBoxPy,&Base::BoundBoxPy::getBoundBoxPtr > 
BoundingBox
typedef ExtensionObject
< Fem::FemMeshPy
FemMesh
typedef MapBase< ObjectMapping
typedef GeometryT
< Base::Matrix4D,
Base::MatrixPy,&Base::MatrixPy::getMatrixPtr > 
Matrix
typedef PyObject *(* method_keyword_call_handler_t )(PyObject *_self, PyObject *_args, PyObject *_dict)
typedef PyObject *(* method_noargs_call_handler_t )(PyObject *_self, PyObject *)
typedef PyObject *(* method_varargs_call_handler_t )(PyObject *_self, PyObject *_args)
typedef GeometryT
< Base::Placement,
Base::PlacementPy,&Base::PlacementPy::getPlacementPtr > 
Placement
typedef GeometryT
< Base::Rotation,
Base::RotationPy,&Base::RotationPy::getRotationPtr > 
Rotation
typedef SeqBase< ObjectSequence
typedef int sequence_index_type
typedef ExtensionObject
< Part::TopoShapePy
TopoShape
typedef std::basic_string
< Py_UNICODE > 
unicodestring

Functions

char * __Py_PackageContext ()
PyTypeObject * _Bool_Type ()
bool _Boolean_Check (PyObject *op)
bool _Buffer_Check (PyObject *op)
PyTypeObject * _Buffer_Type ()
bool _CFunction_Check (PyObject *op)
PyTypeObject * _CFunction_Type ()
bool _Class_Check (PyObject *op)
PyTypeObject * _Class_Type ()
bool _CObject_Check (PyObject *op)
PyTypeObject * _CObject_Type ()
bool _Complex_Check (PyObject *op)
PyTypeObject * _Complex_Type ()
bool _Dict_Check (PyObject *op)
PyTypeObject * _Dict_Type ()
PyObject_Exc_ArithmeticError ()
PyObject_Exc_AssertionError ()
PyObject_Exc_AttributeError ()
PyObject_Exc_EnvironmentError ()
PyObject_Exc_EOFError ()
PyObject_Exc_Exception ()
PyObject_Exc_FloatingPointError ()
PyObject_Exc_ImportError ()
PyObject_Exc_IndexError ()
PyObject_Exc_IOError ()
PyObject_Exc_KeyboardInterrupt ()
PyObject_Exc_KeyError ()
PyObject_Exc_LookupError ()
PyObject_Exc_MemoryError ()
PyObject_Exc_MemoryErrorInst ()
PyObject_Exc_NameError ()
PyObject_Exc_NotImplementedError ()
PyObject_Exc_OSError ()
PyObject_Exc_OverflowError ()
PyObject_Exc_RuntimeError ()
PyObject_Exc_StandardError ()
PyObject_Exc_SyntaxError ()
PyObject_Exc_SystemError ()
PyObject_Exc_SystemExit ()
PyObject_Exc_TypeError ()
PyObject_Exc_ValueError ()
PyObject_Exc_ZeroDivisionError ()
PyObject_False ()
bool _File_Check (PyObject *op)
PyTypeObject * _File_Type ()
bool _Float_Check (PyObject *op)
PyTypeObject * _Float_Type ()
bool _Frame_Check (PyObject *op)
PyTypeObject * _Frame_Type ()
bool _Function_Check (PyObject *op)
PyTypeObject * _Function_Type ()
bool _Instance_Check (PyObject *op)
PyTypeObject * _Instance_Type ()
bool _Int_Check (PyObject *op)
PyTypeObject * _Int_Type ()
bool _List_Check (PyObject *o)
PyTypeObject * _List_Type ()
bool _Long_Check (PyObject *op)
PyTypeObject * _Long_Type ()
bool _Method_Check (PyObject *op)
PyTypeObject * _Method_Type ()
bool _Module_Check (PyObject *op)
PyTypeObject * _Module_Type ()
PyObject_None ()
int_Py_DebugFlag ()
int_Py_InteractiveFlag ()
int_Py_NoSiteFlag ()
int_Py_OptimizeFlag ()
int_Py_TabcheckFlag ()
int_Py_VerboseFlag ()
bool _Range_Check (PyObject *op)
PyTypeObject * _Range_Type ()
bool _Slice_Check (PyObject *op)
PyTypeObject * _Slice_Type ()
bool _String_Check (PyObject *o)
PyTypeObject * _String_Type ()
bool _TraceBack_Check (PyObject *v)
PyTypeObject * _TraceBack_Type ()
PyObject_True ()
bool _Tuple_Check (PyObject *op)
PyTypeObject * _Tuple_Type ()
bool _Type_Check (PyObject *op)
PyTypeObject * _Type_Type ()
bool _Unicode_Check (PyObject *op)
PyTypeObject * _Unicode_Type ()
void _XDECREF (PyObject *op)
void _XINCREF (PyObject *op)
Object abs (const Object &a)
Object asObject (PyObject *p)
static Py_ssize_t buffer_getreadbuffer_handler (PyObject *, Py_ssize_t, void **)
static Py_ssize_t buffer_getsegcount_handler (PyObject *, Py_ssize_t *)
static Py_ssize_t buffer_getwritebuffer_handler (PyObject *, Py_ssize_t, void **)
static PyObjectcall_handler (PyObject *, PyObject *, PyObject *)
std::pair< Object, Objectcoerce (const Object &a, const Object &b)
static int compare_handler (PyObject *, PyObject *)
 DL_IMPORT (PyObject *) PyRange_New(long
 DL_IMPORT (PyTypeObject) PyRange_Type
void do_not_dealloc (void *)
Object False ()
static PyObjectgetattr_handler (PyObject *, char *)
static PyObjectgetattro_handler (PyObject *, PyObject *)
PythonExtensionBasegetPythonExtensionBase (PyObject *self)
static long hash_handler (PyObject *)
bool InitialisePythonIndirectInterface ()
static PyObjectiter_handler (PyObject *)
static PyObjectiternext_handler (PyObject *)
static int mapping_ass_subscript_handler (PyObject *, PyObject *, PyObject *)
static Py_ssize_t mapping_length_handler (PyObject *)
static PyObjectmapping_subscript_handler (PyObject *, PyObject *)
PyObjectmethod_keyword_call_handler (PyObject *_self_and_name_tuple, PyObject *_args, PyObject *_keywords)
PyObjectmethod_noargs_call_handler (PyObject *_self_and_name_tuple, PyObject *)
PyObjectmethod_varargs_call_handler (PyObject *_self_and_name_tuple, PyObject *_args)
PyObjectnew_reference_to (const Object &g)
PyObjectnew_reference_to (PyObject *p)
Object None ()
Object Nothing ()
PyObjectNull ()
static PyObjectnumber_absolute_handler (PyObject *)
static PyObjectnumber_add_handler (PyObject *, PyObject *)
static PyObjectnumber_and_handler (PyObject *, PyObject *)
static PyObjectnumber_divide_handler (PyObject *, PyObject *)
static PyObjectnumber_divmod_handler (PyObject *, PyObject *)
static PyObjectnumber_float_handler (PyObject *)
static PyObjectnumber_hex_handler (PyObject *)
static PyObjectnumber_int_handler (PyObject *)
static PyObjectnumber_invert_handler (PyObject *)
static PyObjectnumber_long_handler (PyObject *)
static PyObjectnumber_lshift_handler (PyObject *, PyObject *)
static PyObjectnumber_multiply_handler (PyObject *, PyObject *)
static PyObjectnumber_negative_handler (PyObject *)
static int number_nonzero_handler (PyObject *)
static PyObjectnumber_oct_handler (PyObject *)
static PyObjectnumber_or_handler (PyObject *, PyObject *)
static PyObjectnumber_positive_handler (PyObject *)
static PyObjectnumber_power_handler (PyObject *, PyObject *, PyObject *)
static PyObjectnumber_remainder_handler (PyObject *, PyObject *)
static PyObjectnumber_rshift_handler (PyObject *, PyObject *)
static PyObjectnumber_subtract_handler (PyObject *, PyObject *)
static PyObjectnumber_xor_handler (PyObject *, PyObject *)
template<TEMPLATE_TYPENAME T>
bool operator!= (const EXPLICIT_TYPENAME MapBase< T >::const_iterator &left, const EXPLICIT_TYPENAME MapBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator!= (const EXPLICIT_TYPENAME MapBase< T >::iterator &left, const EXPLICIT_TYPENAME MapBase< T >::iterator &right)
template<class T >
bool operator!= (const mapref< T > &left, const mapref< T > &right)
template<TEMPLATE_TYPENAME T>
bool operator!= (const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator!= (const EXPLICIT_TYPENAME SeqBase< T >::iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::iterator &right)
bool operator!= (const Mapping::const_iterator &left, const Mapping::const_iterator &right)
bool operator!= (const Mapping::iterator &left, const Mapping::iterator &right)
bool operator!= (const Sequence::const_iterator &left, const Sequence::const_iterator &right)
bool operator!= (const Sequence::iterator &left, const Sequence::iterator &right)
Object operator% (double v, const Object &b)
Object operator% (int j, const Object &b)
Object operator% (const Object &a, double v)
Object operator% (const Object &a, int j)
Object operator% (const Object &a, const Object &b)
Object operator* (double v, const Object &b)
Object operator* (int j, const Object &b)
Object operator* (const Object &a, double v)
Object operator* (const Object &a, int j)
Object operator* (const Object &a, const Object &b)
Object operator+ (double v, const Object &b)
Object operator+ (int j, const Object &b)
Object operator+ (const Object &a, double v)
Object operator+ (const Object &a, int j)
Object operator+ (const Object &a, const Object &b)
Object operator+ (const Object &a)
Object operator- (double v, const Object &b)
Object operator- (int j, const Object &b)
Object operator- (const Object &a, double v)
Object operator- (const Object &a, int j)
Object operator- (const Object &a, const Object &b)
Object operator- (const Object &a)
Object operator/ (double v, const Object &b)
Object operator/ (int j, const Object &b)
Object operator/ (const Object &a, double v)
Object operator/ (const Object &a, int j)
Object operator/ (const Object &a, const Object &b)
template<TEMPLATE_TYPENAME T>
bool operator< (const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator< (const EXPLICIT_TYPENAME SeqBase< T >::iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::iterator &right)
bool operator< (const Sequence::const_iterator &left, const Sequence::const_iterator &right)
bool operator< (const Sequence::iterator &left, const Sequence::iterator &right)
std::ostream & operator<< (std::ostream &os, const Object &ob)
template<TEMPLATE_TYPENAME T>
bool operator<= (const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator<= (const EXPLICIT_TYPENAME SeqBase< T >::iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::iterator &right)
bool operator<= (const Sequence::const_iterator &left, const Sequence::const_iterator &right)
bool operator<= (const Sequence::iterator &left, const Sequence::iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator== (const EXPLICIT_TYPENAME MapBase< T >::const_iterator &left, const EXPLICIT_TYPENAME MapBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator== (const EXPLICIT_TYPENAME MapBase< T >::iterator &left, const EXPLICIT_TYPENAME MapBase< T >::iterator &right)
template<class T >
bool operator== (const mapref< T > &left, const mapref< T > &right)
template<TEMPLATE_TYPENAME T>
bool operator== (const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator== (const EXPLICIT_TYPENAME SeqBase< T >::iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::iterator &right)
bool operator== (const Mapping::const_iterator &left, const Mapping::const_iterator &right)
bool operator== (const Mapping::iterator &left, const Mapping::iterator &right)
bool operator== (const Sequence::const_iterator &left, const Sequence::const_iterator &right)
bool operator== (const Sequence::iterator &left, const Sequence::iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator> (const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator> (const EXPLICIT_TYPENAME SeqBase< T >::iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::iterator &right)
bool operator> (const Sequence::const_iterator &left, const Sequence::const_iterator &right)
bool operator> (const Sequence::iterator &left, const Sequence::iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator>= (const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &right)
template<TEMPLATE_TYPENAME T>
bool operator>= (const EXPLICIT_TYPENAME SeqBase< T >::iterator &left, const EXPLICIT_TYPENAME SeqBase< T >::iterator &right)
bool operator>= (const Sequence::const_iterator &left, const Sequence::const_iterator &right)
bool operator>= (const Sequence::iterator &left, const Sequence::iterator &right)
static int print_handler (PyObject *, FILE *, int)
static PyObjectrepr_handler (PyObject *)
static PyObjectrich_compare_handler (PyObject *, PyObject *, int)
static int sequence_ass_item_handler (PyObject *, Py_ssize_t, PyObject *)
static int sequence_ass_slice_handler (PyObject *, Py_ssize_t, Py_ssize_t, PyObject *)
static PyObjectsequence_concat_handler (PyObject *, PyObject *)
static PyObjectsequence_item_handler (PyObject *, Py_ssize_t)
static Py_ssize_t sequence_length_handler (PyObject *)
static PyObjectsequence_repeat_handler (PyObject *, Py_ssize_t)
static PyObjectsequence_slice_handler (PyObject *, Py_ssize_t, Py_ssize_t)
static int setattr_handler (PyObject *, char *, PyObject *)
static int setattro_handler (PyObject *, PyObject *, PyObject *)
static void standard_dealloc (PyObject *p)
static PyObjectstr_handler (PyObject *)
Object trace (const Exception &)
Object True ()
Object type (const Exception &)
Object value (const Exception &)

Variables

 int
 long
Py_UNICODE unicode_null_string [1] = { 0 }

Typedef Documentation

typedef GeometryT<Base::BoundBox3d, Base::BoundBoxPy, &Base::BoundBoxPy::getBoundBoxPtr> Py::BoundingBox

Definition at line 164 of file GeometryPyCXX.h.

Definition at line 278 of file HypothesisPy.cpp.

Definition at line 3144 of file Python2/Objects.hxx.

typedef GeometryT<Base::Matrix4D, Base::MatrixPy, &Base::MatrixPy::getMatrixPtr> Py::Matrix

Definition at line 166 of file GeometryPyCXX.h.

Definition at line 104 of file Python2/Extensions.hxx.

Definition at line 102 of file Python2/Extensions.hxx.

Definition at line 103 of file Python2/Extensions.hxx.

typedef GeometryT<Base::Placement, Base::PlacementPy, &Base::PlacementPy::getPlacementPtr> Py::Placement

Definition at line 170 of file GeometryPyCXX.h.

typedef GeometryT<Base::Rotation, Base::RotationPy, &Base::RotationPy::getRotationPtr> Py::Rotation

Definition at line 168 of file GeometryPyCXX.h.

Definition at line 1711 of file Python2/Objects.hxx.

Definition at line 55 of file Python2/Objects.hxx.

typedef ExtensionObject< TopoShapePy > Py::TopoShape

Definition at line 279 of file HypothesisPy.cpp.

typedef std::basic_string<Py_UNICODE> Py::unicodestring

Definition at line 1746 of file Python2/Objects.hxx.


Function Documentation

char * Py::__Py_PackageContext (  ) 
PyTypeObject * Py::_Bool_Type (  ) 
bool Py::_Boolean_Check ( PyObject op  ) 

Referenced by Py::Object::isBoolean().

bool Py::_Buffer_Check ( PyObject op  ) 
PyTypeObject * Py::_Buffer_Type (  ) 
bool Py::_CFunction_Check ( PyObject op  ) 
PyTypeObject * Py::_CFunction_Type (  ) 
bool Py::_Class_Check ( PyObject op  ) 
PyTypeObject * Py::_Class_Type (  ) 
bool Py::_CObject_Check ( PyObject op  ) 
PyTypeObject * Py::_CObject_Type (  ) 
bool Py::_Complex_Check ( PyObject op  ) 

Referenced by Py::Complex::accepts().

PyTypeObject * Py::_Complex_Type (  ) 
bool Py::_Dict_Check ( PyObject op  ) 
PyTypeObject * Py::_Dict_Type (  ) 
PyObject * Py::_Exc_ArithmeticError (  ) 
PyObject * Py::_Exc_AssertionError (  ) 
PyObject * Py::_Exc_AttributeError (  ) 
PyObject * Py::_Exc_EnvironmentError (  ) 
PyObject * Py::_Exc_EOFError (  ) 
PyObject * Py::_Exc_Exception (  ) 
PyObject * Py::_Exc_FloatingPointError (  ) 
PyObject * Py::_Exc_ImportError (  ) 
PyObject * Py::_Exc_IndexError (  ) 
PyObject * Py::_Exc_IOError (  ) 
PyObject * Py::_Exc_KeyboardInterrupt (  ) 
PyObject * Py::_Exc_KeyError (  ) 

Referenced by Py::KeyError::KeyError().

PyObject * Py::_Exc_LookupError (  ) 
PyObject * Py::_Exc_MemoryError (  ) 
PyObject * Py::_Exc_MemoryErrorInst (  ) 
PyObject * Py::_Exc_NameError (  ) 
PyObject * Py::_Exc_NotImplementedError (  ) 
PyObject * Py::_Exc_OSError (  ) 
PyObject * Py::_Exc_OverflowError (  ) 
PyObject * Py::_Exc_RuntimeError (  ) 
PyObject * Py::_Exc_StandardError (  ) 
PyObject * Py::_Exc_SyntaxError (  ) 
PyObject * Py::_Exc_SystemError (  ) 
PyObject * Py::_Exc_SystemExit (  ) 
PyObject * Py::_Exc_TypeError (  ) 
PyObject * Py::_Exc_ValueError (  ) 
PyObject * Py::_Exc_ZeroDivisionError (  ) 
PyObject * Py::_False (  ) 

Referenced by False().

bool Py::_File_Check ( PyObject op  ) 
PyTypeObject * Py::_File_Type (  ) 
bool Py::_Float_Check ( PyObject op  ) 

Referenced by Py::Float::accepts().

PyTypeObject * Py::_Float_Type (  ) 
bool Py::_Frame_Check ( PyObject op  ) 
PyTypeObject* Py::_Frame_Type (  ) 
bool Py::_Function_Check ( PyObject op  ) 
PyTypeObject * Py::_Function_Type (  ) 
bool Py::_Instance_Check ( PyObject op  ) 
PyTypeObject * Py::_Instance_Type (  ) 
bool Py::_Int_Check ( PyObject op  ) 

Referenced by Py::Int::accepts().

PyTypeObject * Py::_Int_Type (  ) 
bool Py::_List_Check ( PyObject o  ) 
PyTypeObject * Py::_List_Type (  ) 
bool Py::_Long_Check ( PyObject op  ) 

Referenced by Py::Long::accepts().

PyTypeObject * Py::_Long_Type (  ) 
bool Py::_Method_Check ( PyObject op  ) 
PyTypeObject * Py::_Method_Type (  ) 
bool Py::_Module_Check ( PyObject op  ) 
PyTypeObject * Py::_Module_Type (  ) 
PyObject * Py::_None (  ) 
int & Py::_Py_DebugFlag (  ) 
int & Py::_Py_InteractiveFlag (  ) 
int & Py::_Py_NoSiteFlag (  ) 
int & Py::_Py_OptimizeFlag (  ) 
int & Py::_Py_TabcheckFlag (  ) 
int & Py::_Py_VerboseFlag (  ) 
bool Py::_Range_Check ( PyObject op  ) 
PyTypeObject * Py::_Range_Type (  ) 
bool Py::_Slice_Check ( PyObject op  ) 
PyTypeObject * Py::_Slice_Type (  ) 
bool Py::_String_Check ( PyObject o  ) 
PyTypeObject * Py::_String_Type (  ) 
bool Py::_TraceBack_Check ( PyObject v  ) 
PyTypeObject * Py::_TraceBack_Type (  ) 
PyObject * Py::_True (  ) 

Referenced by True().

bool Py::_Tuple_Check ( PyObject op  ) 
PyTypeObject * Py::_Tuple_Type (  ) 
bool Py::_Type_Check ( PyObject op  ) 

Referenced by Py::Type::accepts().

PyTypeObject * Py::_Type_Type (  ) 
bool Py::_Unicode_Check ( PyObject op  ) 
PyTypeObject* Py::_Unicode_Type (  ) 
void Py::_XDECREF ( PyObject op  ) 
void Py::_XINCREF ( PyObject op  ) 
Object Py::abs ( const Object &  a  )  [inline]
Object Py::asObject ( PyObject p  )  [inline]
Py_ssize_t Py::buffer_getreadbuffer_handler ( PyObject self,
Py_ssize_t  index,
void **  pp 
) [static]
Py_ssize_t Py::buffer_getsegcount_handler ( PyObject self,
Py_ssize_t count 
) [static]
Py_ssize_t Py::buffer_getwritebuffer_handler ( PyObject self,
Py_ssize_t  index,
void **  pp 
) [static]
PyObject * Py::call_handler ( PyObject self,
PyObject args,
PyObject kw 
) [static]
std::pair<Object,Object> Py::coerce ( const Object &  a,
const Object &  b 
) [inline]

Definition at line 3326 of file Python2/Objects.hxx.

References asObject().

int Py::compare_handler ( PyObject self,
PyObject other 
) [static]
Py::DL_IMPORT ( PyObject  ) 
Py::DL_IMPORT ( PyTypeObject   ) 
void Py::do_not_dealloc ( void *   ) 
Object Py::False (  )  [inline]

Definition at line 460 of file Python2/Objects.hxx.

References _False().

PyObject * Py::getattr_handler ( PyObject self,
char *  name 
) [static]
PyObject * Py::getattro_handler ( PyObject self,
PyObject name 
) [static]
PythonExtensionBase * Py::getPythonExtensionBase ( PyObject self  ) 
long Py::hash_handler ( PyObject self  )  [static]
bool Py::InitialisePythonIndirectInterface (  ) 
PyObject * Py::iter_handler ( PyObject self  )  [static]
PyObject * Py::iternext_handler ( PyObject self  )  [static]
int Py::mapping_ass_subscript_handler ( PyObject self,
PyObject key,
PyObject value 
) [static]
Py_ssize_t Py::mapping_length_handler ( PyObject self  )  [static]
PyObject * Py::mapping_subscript_handler ( PyObject self,
PyObject key 
) [static]
PyObject * Py::method_keyword_call_handler ( PyObject _self_and_name_tuple,
PyObject _args,
PyObject _keywords 
)
PyObject * Py::method_noargs_call_handler ( PyObject _self_and_name_tuple,
PyObject  
)
PyObject * Py::method_varargs_call_handler ( PyObject _self_and_name_tuple,
PyObject _args 
)
PyObject* Py::new_reference_to ( const Object &  g  )  [inline]

Definition at line 439 of file Python2/Objects.hxx.

References _XINCREF(), draftTools::p, and Py::Object::ptr().

PyObject* Py::new_reference_to ( PyObject p  )  [inline]

Definition at line 68 of file Python2/Objects.hxx.

References _XINCREF().

Referenced by Sketcher::SketchPy::addConstraint(), Sketcher::SketchObjectPy::addConstraint(), Fem::FemMeshPy::addEdge(), Fem::FemMeshPy::addFace(), Sketcher::SketchPy::addGeometry(), Sketcher::SketchObjectPy::addGeometry(), Fem::FemMeshPy::addNode(), App::DocumentPy::addObject(), Gui::ViewProviderPythonFeaturePy::addProperty(), Part::FeaturePythonPy::addProperty(), Mesh::FeaturePythonPy::addProperty(), App::FeaturePythonPy::addProperty(), Fem::FemMeshPy::addQuad(), Fem::FemMeshPy::addVolume(), Part::GeometrySurfacePy::bounds(), Part::BSplineSurfacePy::bounds(), Part::BezierSurfacePy::bounds(), calcMeshVolume(), call_handler(), checkBB(), Sketcher::SketchPy::clear(), Mesh::MeshPy::crossSections(), Part::TopoShapeFacePy::curvatureAt(), Part::TopoShapeEdgePy::curvatureAt(), Part::TopoShapeFacePy::derivative1At(), Part::TopoShapeFacePy::derivative2At(), Part::GeometryCurvePy::discretize(), Base::VectorPy::distanceToLine(), Base::VectorPy::distanceToPlane(), Base::VectorPy::dot(), Mesh::MeshPy::foraminate(), Gui::FreeCADGui_subgraphFromObject(), Base::BaseClassPy::getAllDerivedFrom(), Base::VectorPy::getAngle(), getattr_handler(), getattro_handler(), getBoundary_Conditions(), App::PropertyContainerPy::getDocumentationOfProperty(), Mesh::MeshPy::getFacetSelection(), App::PropertyContainerPy::getGroupOfProperty(), Part::BSplineCurvePy::getKnots(), Part::BSplineCurvePy::getMultiplicities(), App::DocumentPy::getObjectsByLabel(), getPartAsPovray(), Mesh::MeshPy::getPlanes(), Mesh::MeshPy::getPointSelection(), Part::BSplineSurfacePy::getPoles(), Part::BSplineCurvePy::getPoles(), Part::BezierSurfacePy::getPoles(), Part::BezierCurvePy::getPoles(), App::VRMLObject::getPyObject(), Robot::TrajectoryObject::getPyObject(), Sketcher::SketchObject::getPyObject(), Robot::RobotObject::getPyObject(), Part::PropertyFilletEdges::getPyObject(), App::PropertyPythonObject::getPyObject(), App::PropertyLinkSubList::getPyObject(), App::PropertyLinkList::getPyObject(), App::PropertyLinkSub::getPyObject(), Part::Feature::getPyObject(), Mesh::PropertyCurvatureList::getPyObject(), Mesh::Feature::getPyObject(), App::InventorObject::getPyObject(), Fem::FemMeshObject::getPyObject(), App::FeaturePythonT< FeatureT >::getPyObject(), App::DocumentObjectGroup::getPyObject(), App::Document::getPyObject(), Mesh::MeshPy::getSegment(), Mesh::MeshPy::getSeparateComponents(), getSortedClusters(), App::PropertyContainerPy::getTypeOfProperty(), Part::BSplineSurfacePy::getUKnots(), Part::BSplineSurfacePy::getUMultiplicities(), Part::BSplineSurfacePy::getVKnots(), Part::BSplineSurfacePy::getVMultiplicities(), Part::BSplineSurfacePy::getWeights(), Part::BSplineCurvePy::getWeights(), Part::BezierSurfacePy::getWeights(), Part::BezierCurvePy::getWeights(), Part::FeatureExt::init(), Py::ExtensionModule< UnitTestModule >::initialize(), Mesh::FacetPy::intersect(), Base::BoundBoxPy::isCutPlane(), Gui::ViewProviderPy::isEditing(), Base::BoundBoxPy::isInside(), Base::BoundBoxPy::isIntersection(), iter_handler(), Py::List::List(), makeFilletArc(), mapping_subscript_handler(), Sketcher::SketchPy::movePoint(), Base::VectorPy::multiply(), Mesh::MeshPy::nearestFacetOnRay(), Base::VectorPy::normalize(), number_absolute_handler(), number_add_handler(), number_and_handler(), number_divide_handler(), number_divmod_handler(), number_float_handler(), number_hex_handler(), number_int_handler(), number_invert_handler(), number_long_handler(), number_lshift_handler(), Base::VectorPy::number_multiply_handler(), number_multiply_handler(), number_negative_handler(), number_oct_handler(), number_or_handler(), number_positive_handler(), number_power_handler(), number_remainder_handler(), number_rshift_handler(), number_subtract_handler(), number_xor_handler(), Part::GeometrySurfacePy::parameter(), Part::GeometryCurvePy::parameter(), povViewCamera(), project(), projectEx(), projectToDXF(), Base::VectorPy::projectToLine(), Base::VectorPy::projectToPlane(), projectToSVG(), Gui::PythonDebuggerP::PythonDebuggerP(), repr_handler(), Base::VectorPy::scale(), sequence_concat_handler(), sequence_item_handler(), sequence_repeat_handler(), sequence_slice_handler(), Py::Tuple::setItem(), Gui::SelectionSingleton::sGetSelection(), Gui::SelectionSingleton::sGetSelectionEx(), Base::UnitsApi::sGetWithPrefs(), simulateToFile(), Part::TopoShapePy::slice(), Sketcher::SketchPy::solve(), sortEdges(), Gui::ViewProviderPy::startEditing(), Base::MatrixPy::staticCallback_getA(), Base::MatrixPy::staticCallback_getA11(), Base::MatrixPy::staticCallback_getA12(), Base::MatrixPy::staticCallback_getA13(), Base::MatrixPy::staticCallback_getA14(), Base::MatrixPy::staticCallback_getA21(), Base::MatrixPy::staticCallback_getA22(), Base::MatrixPy::staticCallback_getA23(), Base::MatrixPy::staticCallback_getA24(), Base::MatrixPy::staticCallback_getA31(), Base::MatrixPy::staticCallback_getA32(), Base::MatrixPy::staticCallback_getA33(), Base::MatrixPy::staticCallback_getA34(), Base::MatrixPy::staticCallback_getA41(), Base::MatrixPy::staticCallback_getA42(), Base::MatrixPy::staticCallback_getA43(), Base::MatrixPy::staticCallback_getA44(), Gui::DocumentPy::staticCallback_getActiveObject(), App::DocumentPy::staticCallback_getActiveObject(), Gui::DocumentPy::staticCallback_getActiveView(), App::MaterialPy::staticCallback_getAmbientColor(), Base::RotationPy::staticCallback_getAngle(), Gui::ViewProviderPy::staticCallback_getAnnotation(), Part::ConePy::staticCallback_getApex(), Part::ToroidPy::staticCallback_getArea(), Part::TopoShapePy::staticCallback_getArea(), Part::SpherePy::staticCallback_getArea(), Mesh::MeshPy::staticCallback_getArea(), Part::ToroidPy::staticCallback_getAxis(), Part::SpherePy::staticCallback_getAxis(), Base::RotationPy::staticCallback_getAxis(), Part::PlanePy::staticCallback_getAxis(), Part::ParabolaPy::staticCallback_getAxis(), Part::HyperbolaPy::staticCallback_getAxis(), Part::EllipsePy::staticCallback_getAxis(), Part::CylinderPy::staticCallback_getAxis(), Part::ConePy::staticCallback_getAxis(), Part::CirclePy::staticCallback_getAxis(), Part::ArcOfCirclePy::staticCallback_getAxis(), Robot::Robot6AxisPy::staticCallback_getAxis1(), Robot::Robot6AxisPy::staticCallback_getAxis2(), Robot::Robot6AxisPy::staticCallback_getAxis3(), Robot::Robot6AxisPy::staticCallback_getAxis4(), Robot::Robot6AxisPy::staticCallback_getAxis5(), Robot::Robot6AxisPy::staticCallback_getAxis6(), Robot::WaypointPy::staticCallback_getBase(), Robot::Robot6AxisPy::staticCallback_getBase(), Base::PlacementPy::staticCallback_getBase(), Part::SurfaceOfRevolutionPy::staticCallback_getBasisCurve(), Part::SurfaceOfExtrusionPy::staticCallback_getBasisCurve(), Part::OffsetCurvePy::staticCallback_getBasisCurve(), Part::OffsetSurfacePy::staticCallback_getBasisSurface(), Mesh::MeshPointPy::staticCallback_getBound(), Mesh::FacetPy::staticCallback_getBound(), Data::ComplexGeoDataPy::staticCallback_getBoundBox(), Part::ToroidPy::staticCallback_getCenter(), Part::SpherePy::staticCallback_getCenter(), Part::EllipsePy::staticCallback_getCenter(), Part::CylinderPy::staticCallback_getCenter(), Part::ConePy::staticCallback_getCenter(), Part::CirclePy::staticCallback_getCenter(), Base::BoundBoxPy::staticCallback_getCenter(), Part::ArcOfCirclePy::staticCallback_getCenter(), Part::TopoShapeWirePy::staticCallback_getCenterOfMass(), Part::TopoShapeSolidPy::staticCallback_getCenterOfMass(), Part::TopoShapeFacePy::staticCallback_getCenterOfMass(), Part::TopoShapeEdgePy::staticCallback_getCenterOfMass(), Part::ArcOfCirclePy::staticCallback_getCircle(), Part::TopoShapeEdgePy::staticCallback_getClosed(), Part::TopoShapePy::staticCallback_getCompounds(), Part::TopoShapePy::staticCallback_getCompSolids(), Sketcher::SketchPy::staticCallback_getConstraint(), Sketcher::SketchObjectPy::staticCallback_getConstraintCount(), Sketcher::SketchPy::staticCallback_getConstraints(), Part::GeometryPy::staticCallback_getConstruction(), Robot::WaypointPy::staticCallback_getCont(), Base::PersistencePy::staticCallback_getContent(), Mesh::MeshPy::staticCallback_getCountFacets(), Points::PointsPy::staticCallback_getCountPoints(), Mesh::MeshPy::staticCallback_getCountPoints(), Part::TopoShapeEdgePy::staticCallback_getCurve(), Part::TopoShapeEdgePy::staticCallback_getDegenerated(), Part::BSplineCurvePy::staticCallback_getDegree(), Part::BezierCurvePy::staticCallback_getDegree(), App::DocumentPy::staticCallback_getDependencyGraph(), Base::BoundBoxPy::staticCallback_getDiagonalLength(), App::MaterialPy::staticCallback_getDiffuseColor(), Part::SurfaceOfRevolutionPy::staticCallback_getDirection(), Part::SurfaceOfExtrusionPy::staticCallback_getDirection(), Gui::SelectionObjectPy::staticCallback_getDocument(), Gui::DocumentPy::staticCallback_getDocument(), App::DocumentObjectPy::staticCallback_getDocument(), Gui::SelectionObjectPy::staticCallback_getDocumentName(), Robot::TrajectoryPy::staticCallback_getDuration(), Part::ParabolaPy::staticCallback_getEccentricity(), Part::HyperbolaPy::staticCallback_getEccentricity(), Part::EllipsePy::staticCallback_getEccentricity(), Fem::FemMeshPy::staticCallback_getEdgeCount(), Part::TopoShapePy::staticCallback_getEdges(), App::MaterialPy::staticCallback_getEmissiveColor(), Part::LinePy::staticCallback_getEndPoint(), Part::BSplineCurvePy::staticCallback_getEndPoint(), Part::BezierCurvePy::staticCallback_getEndPoint(), Part::TopoShapePy::staticCallback_getFaces(), Fem::FemMeshPy::staticCallback_getFacesCount(), Mesh::MeshPy::staticCallback_getFacets(), Sketcher::ConstraintPy::staticCallback_getFirst(), Part::GeometryCurvePy::staticCallback_getFirstParameter(), Part::BSplineSurfacePy::staticCallback_getFirstUKnotIndex(), Part::BSplineCurvePy::staticCallback_getFirstUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getFirstVKnotIndex(), Part::ParabolaPy::staticCallback_getFocal(), Part::HyperbolaPy::staticCallback_getFocal(), Part::EllipsePy::staticCallback_getFocal(), Part::ParabolaPy::staticCallback_getFocus(), Part::HyperbolaPy::staticCallback_getFocus1(), Part::EllipsePy::staticCallback_getFocus1(), Part::HyperbolaPy::staticCallback_getFocus2(), Part::EllipsePy::staticCallback_getFocus2(), Gui::SelectionObjectPy::staticCallback_getFullName(), Sketcher::SketchPy::staticCallback_getGeometries(), Sketcher::SketchObjectPy::staticCallback_getGeometryCount(), Fem::FemMeshPy::staticCallback_getGroupCount(), Gui::SelectionObjectPy::staticCallback_getHasSubObjects(), Fem::FemMeshPy::staticCallback_getHexaCount(), Mesh::MeshPointPy::staticCallback_getIndex(), Mesh::FacetPy::staticCallback_getIndex(), Part::LinePy::staticCallback_getInfinite(), App::DocumentObjectPy::staticCallback_getInList(), Gui::ViewProviderPy::staticCallback_getIV(), Part::BSplineCurvePy::staticCallback_getKnotSequence(), Part::GeometryCurvePy::staticCallback_getLastParameter(), Part::BSplineSurfacePy::staticCallback_getLastUKnotIndex(), Part::BSplineCurvePy::staticCallback_getLastUKnotIndex(), Part::BSplineSurfacePy::staticCallback_getLastVKnotIndex(), Base::VectorPy::staticCallback_getLength(), Robot::TrajectoryPy::staticCallback_getLength(), Part::TopoShapePy::staticCallback_getLength(), Part::TopoShapeEdgePy::staticCallback_getLength(), Part::SurfaceOfRevolutionPy::staticCallback_getLocation(), Part::ParabolaPy::staticCallback_getLocation(), Part::HyperbolaPy::staticCallback_getLocation(), Part::ToroidPy::staticCallback_getMajorRadius(), Part::HyperbolaPy::staticCallback_getMajorRadius(), Part::EllipsePy::staticCallback_getMajorRadius(), Data::ComplexGeoDataPy::staticCallback_getMatrix(), Part::BSplineSurfacePy::staticCallback_getMaxDegree(), Part::BSplineCurvePy::staticCallback_getMaxDegree(), Part::BezierSurfacePy::staticCallback_getMaxDegree(), Part::BezierCurvePy::staticCallback_getMaxDegree(), Base::PersistencePy::staticCallback_getMemSize(), Part::ToroidPy::staticCallback_getMinorRadius(), Part::HyperbolaPy::staticCallback_getMinorRadius(), Part::EllipsePy::staticCallback_getMinorRadius(), Base::BaseClassPy::staticCallback_getModule(), Robot::WaypointPy::staticCallback_getName(), App::DocumentPy::staticCallback_getName(), App::DocumentObjectPy::staticCallback_getName(), Part::BSplineCurvePy::staticCallback_getNbKnots(), Part::BSplineCurvePy::staticCallback_getNbPoles(), Part::BezierCurvePy::staticCallback_getNbPoles(), Part::BSplineSurfacePy::staticCallback_getNbUKnots(), Part::BSplineSurfacePy::staticCallback_getNbUPoles(), Part::BezierSurfacePy::staticCallback_getNbUPoles(), Part::BSplineSurfacePy::staticCallback_getNbVKnots(), Part::BSplineSurfacePy::staticCallback_getNbVPoles(), Part::BezierSurfacePy::staticCallback_getNbVPoles(), Fem::FemMeshPy::staticCallback_getNodeCount(), Mesh::MeshPointPy::staticCallback_getNormal(), Mesh::FacetPy::staticCallback_getNormal(), Gui::ViewProviderDocumentObjectPy::staticCallback_getObject(), Gui::SelectionObjectPy::staticCallback_getObject(), Gui::SelectionObjectPy::staticCallback_getObjectName(), App::DocumentPy::staticCallback_getObjects(), Part::OffsetCurvePy::staticCallback_getOffsetDirection(), Part::OffsetSurfacePy::staticCallback_getOffsetValue(), Part::OffsetCurvePy::staticCallback_getOffsetValue(), Part::TopoShapePy::staticCallback_getOrientation(), Part::TopoShapeSolidPy::staticCallback_getOuterShell(), App::DocumentObjectPy::staticCallback_getOutList(), Part::ParabolaPy::staticCallback_getParameter(), Part::HyperbolaPy::staticCallback_getParameter(), Part::TopoShapeFacePy::staticCallback_getParameterRange(), Part::TopoShapeEdgePy::staticCallback_getParameterRange(), Data::ComplexGeoDataPy::staticCallback_getPlacement(), Part::TopoShapeVertexPy::staticCallback_getPoint(), Points::PointsPy::staticCallback_getPoints(), Mesh::MeshPy::staticCallback_getPoints(), Mesh::FacetPy::staticCallback_getPoints(), Fem::FemMeshPy::staticCallback_getPolygonCount(), Fem::FemMeshPy::staticCallback_getPolyhedronCount(), Robot::WaypointPy::staticCallback_getPos(), Part::PlanePy::staticCallback_getPosition(), Fem::FemMeshPy::staticCallback_getPrismCount(), App::PropertyContainerPy::staticCallback_getPropertiesList(), Fem::FemMeshPy::staticCallback_getPyramidCount(), Base::RotationPy::staticCallback_getQ(), Fem::FemMeshPy::staticCallback_getQuadrangleCount(), Part::SpherePy::staticCallback_getRadius(), Part::CylinderPy::staticCallback_getRadius(), Part::ConePy::staticCallback_getRadius(), Part::CirclePy::staticCallback_getRadius(), Part::ArcOfCirclePy::staticCallback_getRadius(), App::DocumentPy::staticCallback_getRedoCount(), App::DocumentPy::staticCallback_getRedoNames(), Gui::ViewProviderPy::staticCallback_getRootNode(), Base::PlacementPy::staticCallback_getRotation(), Sketcher::ConstraintPy::staticCallback_getSecond(), Part::ConePy::staticCallback_getSemiAngle(), Sketcher::SketchPy::staticCallback_getShape(), Part::TopoShapePy::staticCallback_getShapeType(), Part::TopoShapePy::staticCallback_getShells(), App::MaterialPy::staticCallback_getShininess(), Part::TopoShapePy::staticCallback_getSolids(), App::MaterialPy::staticCallback_getSpecularColor(), Part::LinePy::staticCallback_getStartPoint(), Part::BSplineCurvePy::staticCallback_getStartPoint(), Part::BezierCurvePy::staticCallback_getStartPoint(), App::DocumentObjectPy::staticCallback_getState(), Gui::SelectionObjectPy::staticCallback_getSubElementNames(), Fem::FemMeshPy::staticCallback_getSubMeshCount(), Gui::SelectionObjectPy::staticCallback_getSubObjects(), Part::TopoShapeFacePy::staticCallback_getSurface(), Robot::Robot6AxisPy::staticCallback_getTcp(), Fem::FemMeshPy::staticCallback_getTetraCount(), Robot::WaypointPy::staticCallback_getTool(), Mesh::MeshPy::staticCallback_getTopology(), App::MaterialPy::staticCallback_getTransparency(), Fem::FemMeshPy::staticCallback_getTriangleCount(), Robot::WaypointPy::staticCallback_getType(), Base::BaseClassPy::staticCallback_getType(), Part::BSplineSurfacePy::staticCallback_getUDegree(), Part::BezierSurfacePy::staticCallback_getUDegree(), Part::BSplineSurfacePy::staticCallback_getUKnotSequence(), App::DocumentPy::staticCallback_getUndoCount(), App::DocumentPy::staticCallback_getUndoMode(), App::DocumentPy::staticCallback_getUndoNames(), App::DocumentPy::staticCallback_getUndoRedoMemSize(), Part::BSplineSurfacePy::staticCallback_getVDegree(), Part::BezierSurfacePy::staticCallback_getVDegree(), Mesh::MeshPointPy::staticCallback_getVector(), Robot::WaypointPy::staticCallback_getVelocity(), Part::TopoShapePy::staticCallback_getVertexes(), App::DocumentObjectPy::staticCallback_getViewObject(), Part::BSplineSurfacePy::staticCallback_getVKnotSequence(), Part::ToroidPy::staticCallback_getVolume(), Part::TopoShapePy::staticCallback_getVolume(), Part::SpherePy::staticCallback_getVolume(), Mesh::MeshPy::staticCallback_getVolume(), Fem::FemMeshPy::staticCallback_getVolumeCount(), Robot::TrajectoryPy::staticCallback_getWaypoints(), Part::TopoShapeFacePy::staticCallback_getWire(), Part::TopoShapePy::staticCallback_getWires(), Base::VectorPy::staticCallback_getx(), Part::TopoShapeVertexPy::staticCallback_getX(), Mesh::MeshPointPy::staticCallback_getx(), Base::BoundBoxPy::staticCallback_getXLength(), Base::BoundBoxPy::staticCallback_getXMax(), Base::BoundBoxPy::staticCallback_getXMin(), Base::VectorPy::staticCallback_gety(), Part::TopoShapeVertexPy::staticCallback_getY(), Mesh::MeshPointPy::staticCallback_gety(), Base::BoundBoxPy::staticCallback_getYLength(), Base::BoundBoxPy::staticCallback_getYMax(), Base::BoundBoxPy::staticCallback_getYMin(), Base::VectorPy::staticCallback_getz(), Part::TopoShapeVertexPy::staticCallback_getZ(), Mesh::MeshPointPy::staticCallback_getz(), Base::BoundBoxPy::staticCallback_getZLength(), Base::BoundBoxPy::staticCallback_getZMax(), Base::BoundBoxPy::staticCallback_getZMin(), str_handler(), Base::UnitsApi::sTranslateUnit(), Gui::ViewProviderPythonFeaturePy::supportedProperties(), Part::FeaturePythonPy::supportedProperties(), Mesh::FeaturePythonPy::supportedProperties(), App::FeaturePythonPy::supportedProperties(), App::DocumentPy::supportedTypes(), Part::GeometrySurfacePy::tangent(), Part::GeometryCurvePy::tangent(), Part::TopoShapeFacePy::tangentAt(), Part::TopoShapePy::tessellate(), Part::BSplineCurvePy::toBezier(), Base::RotationPy::toEuler(), Gui::ViewProviderPy::toString(), Py::Tuple::Tuple(), Robot::TrajectoryPy::velocity(), wireFromSegment(), wrap_SoQtViewer_getViewDirection(), wrap_SoQtViewer_seekToPoint(), wrap_SoQtViewer_setViewDirection(), Part::TopoShapePy::writeInventor(), Points::PointsPy::writeInventor(), and Mesh::MeshPy::writeInventor().

Object Py::None (  )  [inline]

Definition at line 454 of file Python2/Objects.hxx.

References _None().

Referenced by App::DocumentPy::addObject(), Gui::Application::Application(), Py::PythonExtensionBase::call(), Py::PythonExtensionBase::getattr(), App::PropertyLinkSub::getPyObject(), Py::PythonExtensionBase::iter(), Py::PythonExtensionBase::mapping_subscript(), Py::PythonExtensionBase::number_absolute(), Py::PythonExtensionBase::number_add(), Py::PythonExtensionBase::number_and(), Py::PythonExtensionBase::number_divide(), Py::PythonExtensionBase::number_divmod(), Py::PythonExtensionBase::number_float(), Py::PythonExtensionBase::number_hex(), Py::PythonExtensionBase::number_int(), Py::PythonExtensionBase::number_invert(), Py::PythonExtensionBase::number_long(), Py::PythonExtensionBase::number_lshift(), Py::PythonExtensionBase::number_multiply(), Py::PythonExtensionBase::number_negative(), Py::PythonExtensionBase::number_oct(), Py::PythonExtensionBase::number_or(), Py::PythonExtensionBase::number_positive(), Py::PythonExtensionBase::number_power(), Py::PythonExtensionBase::number_remainder(), Py::PythonExtensionBase::number_rshift(), Py::PythonExtensionBase::number_subtract(), Py::PythonExtensionBase::number_xor(), Py::PythonExtensionBase::repr(), Py::PythonExtensionBase::sequence_concat(), Py::PythonExtensionBase::sequence_item(), Py::PythonExtensionBase::sequence_repeat(), Py::PythonExtensionBase::sequence_slice(), App::Application::setActiveDocument(), Py::PythonExtensionBase::str(), wrap_SoQtViewer_seekToPoint(), and wrap_SoQtViewer_setViewDirection().

Object Py::Nothing (  )  [inline]

Definition at line 448 of file Python2/Objects.hxx.

References _None().

PyObject* Py::Null (  )  [inline]

Definition at line 76 of file Python2/Objects.hxx.

PyObject * Py::number_absolute_handler ( PyObject self  )  [static]
PyObject * Py::number_add_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_and_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_divide_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_divmod_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_float_handler ( PyObject self  )  [static]
PyObject * Py::number_hex_handler ( PyObject self  )  [static]
PyObject * Py::number_int_handler ( PyObject self  )  [static]
PyObject * Py::number_invert_handler ( PyObject self  )  [static]
PyObject * Py::number_long_handler ( PyObject self  )  [static]
PyObject * Py::number_lshift_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_multiply_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_negative_handler ( PyObject self  )  [static]
int Py::number_nonzero_handler ( PyObject self  )  [static]
PyObject * Py::number_oct_handler ( PyObject self  )  [static]
PyObject * Py::number_or_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_positive_handler ( PyObject self  )  [static]
PyObject * Py::number_power_handler ( PyObject self,
PyObject x1,
PyObject x2 
) [static]
PyObject * Py::number_remainder_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_rshift_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_subtract_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::number_xor_handler ( PyObject self,
PyObject other 
) [static]
template<TEMPLATE_TYPENAME T>
bool Py::operator!= ( const EXPLICIT_TYPENAME MapBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME MapBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator!= ( const EXPLICIT_TYPENAME MapBase< T >::iterator &  left,
const EXPLICIT_TYPENAME MapBase< T >::iterator &  right 
) [inline]
template<class T >
bool Py::operator!= ( const mapref< T > &  left,
const mapref< T > &  right 
) [inline]

Definition at line 2768 of file Python2/Objects.hxx.

template<TEMPLATE_TYPENAME T>
bool Py::operator!= ( const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator!= ( const EXPLICIT_TYPENAME SeqBase< T >::iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::iterator &  right 
) [inline]
bool Py::operator!= ( const Mapping::const_iterator &  left,
const Mapping::const_iterator &  right 
)
bool Py::operator!= ( const Mapping::iterator &  left,
const Mapping::iterator &  right 
)
bool Py::operator!= ( const Sequence::const_iterator &  left,
const Sequence::const_iterator &  right 
)
bool Py::operator!= ( const Sequence::iterator &  left,
const Sequence::iterator &  right 
)
Object Py::operator% ( double  v,
const Object &  b 
) [inline]

Definition at line 3438 of file Python2/Objects.hxx.

References asObject().

Object Py::operator% ( int  j,
const Object &  b 
) [inline]

Definition at line 3434 of file Python2/Objects.hxx.

References asObject().

Object Py::operator% ( const Object &  a,
double  v 
) [inline]

Definition at line 3430 of file Python2/Objects.hxx.

References asObject().

Object Py::operator% ( const Object &  a,
int  j 
) [inline]

Definition at line 3426 of file Python2/Objects.hxx.

References asObject().

Object Py::operator% ( const Object &  a,
const Object &  b 
) [inline]

Definition at line 3422 of file Python2/Objects.hxx.

References asObject().

Object Py::operator* ( double  v,
const Object &  b 
) [inline]

Definition at line 3396 of file Python2/Objects.hxx.

References asObject().

Object Py::operator* ( int  j,
const Object &  b 
) [inline]

Definition at line 3392 of file Python2/Objects.hxx.

References asObject().

Object Py::operator* ( const Object &  a,
double  v 
) [inline]

Definition at line 3388 of file Python2/Objects.hxx.

References asObject().

Object Py::operator* ( const Object &  a,
int  j 
) [inline]

Definition at line 3384 of file Python2/Objects.hxx.

References asObject().

Object Py::operator* ( const Object &  a,
const Object &  b 
) [inline]

Definition at line 3380 of file Python2/Objects.hxx.

References asObject().

Object Py::operator+ ( double  v,
const Object &  b 
) [inline]

Definition at line 3354 of file Python2/Objects.hxx.

References asObject().

Object Py::operator+ ( int  j,
const Object &  b 
) [inline]

Definition at line 3350 of file Python2/Objects.hxx.

References asObject().

Object Py::operator+ ( const Object &  a,
double  v 
) [inline]

Definition at line 3346 of file Python2/Objects.hxx.

References asObject().

Object Py::operator+ ( const Object &  a,
int  j 
) [inline]

Definition at line 3342 of file Python2/Objects.hxx.

References asObject().

Object Py::operator+ ( const Object &  a,
const Object &  b 
) [inline]

Definition at line 3338 of file Python2/Objects.hxx.

References asObject().

Object Py::operator+ ( const Object &  a  )  [inline]

Definition at line 3312 of file Python2/Objects.hxx.

References asObject().

Object Py::operator- ( double  v,
const Object &  b 
) [inline]

Definition at line 3375 of file Python2/Objects.hxx.

References asObject().

Object Py::operator- ( int  j,
const Object &  b 
) [inline]

Definition at line 3371 of file Python2/Objects.hxx.

References asObject().

Object Py::operator- ( const Object &  a,
double  v 
) [inline]

Definition at line 3367 of file Python2/Objects.hxx.

References asObject().

Object Py::operator- ( const Object &  a,
int  j 
) [inline]

Definition at line 3363 of file Python2/Objects.hxx.

References asObject().

Object Py::operator- ( const Object &  a,
const Object &  b 
) [inline]

Definition at line 3359 of file Python2/Objects.hxx.

References asObject().

Object Py::operator- ( const Object &  a  )  [inline]

Definition at line 3316 of file Python2/Objects.hxx.

References asObject().

Object Py::operator/ ( double  v,
const Object &  b 
) [inline]

Definition at line 3417 of file Python2/Objects.hxx.

References asObject().

Object Py::operator/ ( int  j,
const Object &  b 
) [inline]

Definition at line 3413 of file Python2/Objects.hxx.

References asObject().

Object Py::operator/ ( const Object &  a,
double  v 
) [inline]

Definition at line 3409 of file Python2/Objects.hxx.

References asObject().

Object Py::operator/ ( const Object &  a,
int  j 
) [inline]

Definition at line 3405 of file Python2/Objects.hxx.

References asObject().

Object Py::operator/ ( const Object &  a,
const Object &  b 
) [inline]

Definition at line 3401 of file Python2/Objects.hxx.

References asObject().

template<TEMPLATE_TYPENAME T>
bool Py::operator< ( const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator< ( const EXPLICIT_TYPENAME SeqBase< T >::iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::iterator &  right 
) [inline]
bool Py::operator< ( const Sequence::const_iterator &  left,
const Sequence::const_iterator &  right 
)
bool Py::operator< ( const Sequence::iterator &  left,
const Sequence::iterator &  right 
)
std::ostream & Py::operator<< ( std::ostream &  os,
const Object &  ob 
)
template<TEMPLATE_TYPENAME T>
bool Py::operator<= ( const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator<= ( const EXPLICIT_TYPENAME SeqBase< T >::iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::iterator &  right 
) [inline]
bool Py::operator<= ( const Sequence::const_iterator &  left,
const Sequence::const_iterator &  right 
)
bool Py::operator<= ( const Sequence::iterator &  left,
const Sequence::iterator &  right 
)
template<TEMPLATE_TYPENAME T>
bool Py::operator== ( const EXPLICIT_TYPENAME MapBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME MapBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator== ( const EXPLICIT_TYPENAME MapBase< T >::iterator &  left,
const EXPLICIT_TYPENAME MapBase< T >::iterator &  right 
) [inline]
template<class T >
bool Py::operator== ( const mapref< T > &  left,
const mapref< T > &  right 
) [inline]

Definition at line 2762 of file Python2/Objects.hxx.

template<TEMPLATE_TYPENAME T>
bool Py::operator== ( const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator== ( const EXPLICIT_TYPENAME SeqBase< T >::iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::iterator &  right 
) [inline]
bool Py::operator== ( const Mapping::const_iterator &  left,
const Mapping::const_iterator &  right 
)
bool Py::operator== ( const Mapping::iterator &  left,
const Mapping::iterator &  right 
)
bool Py::operator== ( const Sequence::const_iterator &  left,
const Sequence::const_iterator &  right 
)
bool Py::operator== ( const Sequence::iterator &  left,
const Sequence::iterator &  right 
)

Referenced by App::Color::operator!=().

template<TEMPLATE_TYPENAME T>
bool Py::operator> ( const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator> ( const EXPLICIT_TYPENAME SeqBase< T >::iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::iterator &  right 
) [inline]
bool Py::operator> ( const Sequence::const_iterator &  left,
const Sequence::const_iterator &  right 
)
bool Py::operator> ( const Sequence::iterator &  left,
const Sequence::iterator &  right 
)
template<TEMPLATE_TYPENAME T>
bool Py::operator>= ( const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator &  right 
) [inline]
template<TEMPLATE_TYPENAME T>
bool Py::operator>= ( const EXPLICIT_TYPENAME SeqBase< T >::iterator &  left,
const EXPLICIT_TYPENAME SeqBase< T >::iterator &  right 
) [inline]
bool Py::operator>= ( const Sequence::const_iterator &  left,
const Sequence::const_iterator &  right 
)
bool Py::operator>= ( const Sequence::iterator &  left,
const Sequence::iterator &  right 
)
int Py::print_handler ( PyObject self,
FILE *  fp,
int  flags 
) [static]
PyObject * Py::repr_handler ( PyObject self  )  [static]
static PyObject* Py::rich_compare_handler ( PyObject ,
PyObject ,
int   
) [static]
int Py::sequence_ass_item_handler ( PyObject self,
Py_ssize_t  index,
PyObject value 
) [static]
int Py::sequence_ass_slice_handler ( PyObject self,
Py_ssize_t  first,
Py_ssize_t  last,
PyObject value 
) [static]
PyObject * Py::sequence_concat_handler ( PyObject self,
PyObject other 
) [static]
PyObject * Py::sequence_item_handler ( PyObject self,
Py_ssize_t  index 
) [static]
Py_ssize_t Py::sequence_length_handler ( PyObject self  )  [static]
PyObject * Py::sequence_repeat_handler ( PyObject self,
Py_ssize_t  count 
) [static]
PyObject * Py::sequence_slice_handler ( PyObject self,
Py_ssize_t  first,
Py_ssize_t  last 
) [static]
int Py::setattr_handler ( PyObject self,
char *  name,
PyObject value 
) [static]
int Py::setattro_handler ( PyObject self,
PyObject name,
PyObject value 
) [static]
void Py::standard_dealloc ( PyObject p  )  [static]

Definition at line 317 of file Python2/cxx_extensions.cxx.

Referenced by Py::PythonType::PythonType().

PyObject * Py::str_handler ( PyObject self  )  [static]
Object Py::trace ( const Exception &   )  [inline]

Definition at line 3463 of file Python2/Objects.hxx.

References result.

Referenced by KDL::Rotation::GetQuaternion(), and Base::Rotation::setValue().

Object Py::True (  )  [inline]

Definition at line 465 of file Python2/Objects.hxx.

References _True().

Object Py::type ( const Exception &   )  [inline]

Definition at line 3443 of file Python2/Objects.hxx.

References result.

Referenced by PartDesignGui::ChamferWidget::accept(), PartGui::DlgRevolution::accept(), PartGui::DlgFilletEdges::accept(), CmdPartMakeSolid::activated(), CmdFemCreateFromShape::activated(), Gui::Application::activateWorkbench(), Sketcher::Sketch::addAngleConstraint(), Sketcher::Sketch::addDistanceConstraint(), Sketcher::Sketch::addDistanceXConstraint(), Sketcher::Sketch::addDistanceYConstraint(), Sketcher::Sketch::addEqualConstraint(), App::Application::addExportType(), Sketcher::Sketch::addHorizontalConstraint(), App::Application::addImportType(), Sandbox::DocumentProtectorPy::addObject(), Sketcher::Sketch::addParallelConstraint(), Sketcher::Sketch::addPerpendicularConstraint(), Sketcher::Sketch::addPointOnObjectConstraint(), Sketcher::Sketch::addRadiusConstraint(), Sketcher::Sketch::addSymmetricConstraint(), Sketcher::Sketch::addTangentConstraint(), Sketcher::Sketch::addVerticalConstraint(), PartGui::DlgExtrusion::apply(), PartGui::DlgExtrusion::canExtrude(), cast_to_shape(), Part::TopoShapePy::copy(), App::DocumentObjectGroup::countObjectsOfType(), Gui::SoFCUnifiedSelection::doAction(), Drawing::FeatureViewPart::execute(), Mesh::SetOperations::execute(), Part::TopoShapePy::extrude(), Drawing::FeatureView::FeatureView(), App::DocumentPy::findObjects(), Part::TopoShape::fix(), Gui::FreeCADGui_subgraphFromObject(), boost::numeric::bindings::lapack::geev(), Gui::View3DInventorPy::getCameraNode(), PartGui::ViewProviderBoolean::getIcon(), Gui::SelectionSingleton::getObjectsOfType(), App::DocumentObjectGroup::getObjectsOfType(), App::Document::getObjectsOfType(), Part::TopoShapePy::getOrientation(), Part::PropertyPartShape::getPyObject(), Part::TopoShapePy::getShapeType(), Gui::View3DInventorPy::getViewer(), Gui::SoFCUnifiedSelection::handleEvent(), boost::numeric::bindings::atlas::hemm(), Fem::SMESH_HypothesisPy< StdMeshers_Deflection1DPy >::hypothesis(), Part::ImportIgesParts(), Gui::MergeDocuments::importObjects(), Gui::Document::importObjects(), App::Document::importObjects(), initCompleteGui(), Sketcher::Sketch::initMove(), initStartGui(), CmdFemCreateFromShape::isActive(), Base::BaseClassPy::isDerivedFrom(), Gui::Command::keySequenceToAccel(), MeshCore::MeshInput::LoadPLY(), Sketcher::Sketch::movePoint(), Gui::View3DInventor::OnChange(), Gui::NavigationStyle::openPopupMenu(), boost::numeric::bindings::lapack::ppsv(), boost::numeric::bindings::lapack::pptrf(), boost::numeric::bindings::lapack::pptri(), boost::numeric::bindings::lapack::pptrs(), Gui::InventorNavigationStyle::processSoEvent(), Gui::CADNavigationStyle::processSoEvent(), Gui::BlenderNavigationStyle::processSoEvent(), projectToDXF(), projectToSVG(), Robot::WaypointPy::PyInit(), Raytracing::RaySegment::RaySegment(), Part::TopoShapePy::removeShape(), Part::TopoShapePy::replaceShape(), Robot::Waypoint::Restore(), App::Document::Restore(), Part::TopoShapePy::revolve(), Sketcher::SketchObject::setDatum(), Gui::View3DInventorPy::setNavigationType(), Part::TopoShapePy::setOrientation(), Gui::Application::setupContextMenu(), Base::UnitsApi::sGetWithPrefs(), boost::numeric::bindings::atlas::symm(), and SketcherGui::ViewProviderSketch::updateColor().

Object Py::value ( const Exception &   )  [inline]

Definition at line 3453 of file Python2/Objects.hxx.

References result.

Referenced by Base::PyObjectBase::__getattr(), Sketcher::Sketch::addEqualConstraint(), Mesh::MeshPy::addFacets(), boost::numeric::bindings::blas::axpy(), boost::numeric::bindings::amos::besi(), boost::numeric::bindings::amos::besj(), boost::numeric::bindings::amos::besy(), Gui::Dialog::ParameterUInt::changeValue(), boost::numeric::bindings::blas::copy(), Mesh::MeshObject::createMeshFromList(), Mesh::MeshPy::crossSections(), boost::numeric::bindings::blas::dot(), boost::numeric::bindings::blas::dotc(), boost::numeric::bindings::blas::dotu(), Gui::PythonDebugExcept::excepthook(), Part::TopoShapePy::extrude(), boost::numeric::bindings::atlas::detail::hemm_right::f(), boost::numeric::bindings::atlas::detail::hemm_left::f(), boost::numeric::bindings::atlas::detail::symm_right::f(), boost::numeric::bindings::atlas::detail::symm_left::f(), boost::numeric::bindings::umfpack::factor(), Sketcher::SketchObjectPy::fillet(), boost::numeric::bindings::lapack::detail::gees(), boost::numeric::bindings::lapack::geev(), boost::numeric::bindings::atlas::gemm(), boost::numeric::bindings::atlas::gemv(), boost::numeric::bindings::lapack::geqrf(), boost::numeric::bindings::atlas::ger(), boost::numeric::bindings::atlas::gerc(), boost::numeric::bindings::atlas::geru(), boost::numeric::bindings::lapack::gesdd(), boost::numeric::bindings::lapack::gesdd_iwork(), boost::numeric::bindings::lapack::gesdd_rwork(), boost::numeric::bindings::lapack::gesdd_work(), boost::numeric::bindings::lapack::gesv(), boost::numeric::bindings::atlas::gesv(), boost::numeric::bindings::lapack::gesvd(), boost::numeric::bindings::lapack::gesvd_rwork(), boost::numeric::bindings::lapack::gesvd_work(), boost::numeric::bindings::lapack::getrf(), boost::numeric::bindings::atlas::getrf(), boost::numeric::bindings::atlas::getri(), boost::numeric::bindings::lapack::getrs(), boost::numeric::bindings::atlas::getrs(), Gui::TaskView::TaskDialogPython::getStandardButtons(), App::DocumentPy::getTempFileName(), boost::numeric::bindings::lapack::hbev(), boost::numeric::bindings::lapack::detail::hbev(), boost::numeric::bindings::lapack::hbevx(), boost::numeric::bindings::lapack::detail::heev(), boost::numeric::bindings::lapack::heevd(), boost::numeric::bindings::lapack::heevx(), boost::numeric::bindings::atlas::hemm(), boost::numeric::bindings::atlas::detail::hemm(), boost::numeric::bindings::atlas::hemv(), boost::numeric::bindings::atlas::her(), boost::numeric::bindings::atlas::her2(), boost::numeric::bindings::atlas::her2k(), boost::numeric::bindings::atlas::detail::her2k(), boost::numeric::bindings::atlas::herk(), boost::numeric::bindings::atlas::detail::herk(), boost::numeric::bindings::lapack::hesv(), boost::numeric::bindings::lapack::hetrf(), boost::numeric::bindings::lapack::hetrf_block(), boost::numeric::bindings::lapack::hetrf_work(), boost::numeric::bindings::lapack::hetrs(), boost::numeric::bindings::atlas::hpmv(), boost::numeric::bindings::atlas::hpr(), boost::numeric::bindings::atlas::hpr2(), boost::numeric::bindings::lapack::detail::hpsv(), boost::numeric::bindings::lapack::hptrf(), boost::numeric::bindings::lapack::hptrs(), boost::numeric::bindings::lapack::hseqr(), Part::TopoShapePy::isInside(), makeBox(), makeCircle(), makeCone(), makeCylinder(), makeLine(), makePlane(), makePolygon(), makeRevolution(), makeSphere(), makeTorus(), makeWedge(), Part::GeometryPy::mirror(), Base::PlacementPy::move(), Sketcher::SketchObjectPy::movePoint(), Base::PlacementPy::multVec(), boost::numeric::bindings::umfpack::numeric(), Gui::View3DInventor::OnChange(), Gui::SplitView3DInventor::OnChange(), Gui::ViewProviderGeometryObject::onChanged(), Gui::Dialog::ParameterValue::onCreateUIntItem(), boost::numeric::bindings::lapack::orgqr(), boost::numeric::bindings::lapack::detail::ormqr(), boost::numeric::bindings::lapack::posv(), boost::numeric::bindings::atlas::posv(), boost::numeric::bindings::atlas::detail::posv(), boost::numeric::bindings::lapack::potrf(), boost::numeric::bindings::atlas::potrf(), boost::numeric::bindings::atlas::detail::potrf(), boost::numeric::bindings::atlas::potri(), boost::numeric::bindings::atlas::detail::potri(), boost::numeric::bindings::lapack::potrs(), boost::numeric::bindings::atlas::potrs(), boost::numeric::bindings::atlas::detail::potrs(), boost::numeric::bindings::lapack::ppsv(), boost::numeric::bindings::lapack::pptrf(), boost::numeric::bindings::lapack::pptri(), boost::numeric::bindings::lapack::pptrs(), projectToDXF(), projectToSVG(), Base::PlacementPy::PyInit(), boost::numeric::bindings::umfpack::report_matrix(), App::PropertyColorList::RestoreDocFile(), Gui::PrefSlider::restorePreferences(), Gui::PrefDoubleSpinBox::restorePreferences(), Gui::PrefSpinBox::restorePreferences(), Part::TopoShapePy::revolve(), Gui::PrefSlider::savePreferences(), Gui::PrefDoubleSpinBox::savePreferences(), Gui::PrefSpinBox::savePreferences(), boost::numeric::bindings::atlas::scal(), boost::numeric::bindings::blas::scal(), Part::TopoShapePy::scale(), Part::GeometryPy::scale(), PartDesignGui::ChamferDistanceDelegate::setEditorData(), PartGui::FilletRadiusDelegate::setEditorData(), Data::ComplexGeoDataPy::setMatrix(), Gui::ProgressBar::setMinimumDuration(), PartDesignGui::ChamferDistanceDelegate::setModelData(), PartGui::FilletRadiusDelegate::setModelData(), Mesh::MeshPy::setPoint(), Gui::DocumentPy::setPos(), App::PropertyFileIncluded::setValue(), boost::numeric::bindings::umfpack::solve(), boost::numeric::bindings::atlas::spmv(), boost::numeric::bindings::atlas::spr(), boost::numeric::bindings::atlas::spr2(), boost::numeric::bindings::lapack::detail::spsv(), boost::numeric::bindings::lapack::sptrf(), boost::numeric::bindings::lapack::sptrs(), boost::numeric::bindings::lapack::detail::syev(), boost::numeric::bindings::lapack::syevd(), boost::numeric::bindings::lapack::syevx(), boost::numeric::bindings::umfpack::symbolic(), boost::numeric::bindings::atlas::symm(), boost::numeric::bindings::atlas::detail::symm(), boost::numeric::bindings::atlas::symv(), boost::numeric::bindings::atlas::syr(), boost::numeric::bindings::atlas::syr2(), boost::numeric::bindings::atlas::syr2k(), boost::numeric::bindings::atlas::detail::syr2k(), boost::numeric::bindings::atlas::syrk(), boost::numeric::bindings::atlas::detail::syrk(), Base::InterpreterSingleton::systemExit(), boost::numeric::bindings::lapack::sysv(), boost::numeric::bindings::lapack::sytrf(), boost::numeric::bindings::lapack::sytrf_block(), boost::numeric::bindings::lapack::sytrf_work(), boost::numeric::bindings::lapack::sytrs(), Py::Vector::toVector(), Mesh::MeshPy::transform(), Part::GeometryPy::transform(), Part::TopoShapePy::transformGeometry(), Part::TopoShapePy::transformShape(), Part::TopoShapePy::translate(), Part::GeometryPy::translate(), Wm4::TRational< N >::TRational(), boost::numeric::bindings::lapack::trevc(), boost::numeric::bindings::lapack::trexc(), Sketcher::SketchObjectPy::trim(), boost::numeric::bindings::umfpack::umf_solve(), Gui::UIntSpinBox::value(), and Gui::Application::workbenches().


Variable Documentation

Definition at line 480 of file Python2/IndirectPythonInterface.cxx.

Referenced by CmdSandboxMeshTestJob::activated(), Gui::View3DInventorViewer::actualRedraw(), Gui::Dialog::DlgSettingsImageImp::adjustImageSize(), best_fit::ANN(), annRan0(), annRanInt(), Wm4::System::Append(), Approximate::Approximate(), cutting_tools::arrangecuts_ZLEVEL(), MeshGui::ViewProviderMeshFaceSet::attach(), MeshGui::ViewProviderMeshObject::attach(), GCS::SubSystem::calcGrad(), GCS::SubSystem::calcJacobi(), Capturerer::chooseCamNum(), UniGridApprox::CompKnots(), path_simulate::ConnectPaths_xy(), path_simulate::ConnectPaths_z(), Gui::BitmapFactoryInst::convert(), path_simulate::Correction(), ImageGui::ImageView::createStatusBarText(), Gui::Dialog::ButtonModel::data(), Wm4::Delaunay2< Real >::Delaunay2(), Wm4::Delaunay3< Real >::Delaunay3(), Wm4::TriangulateEC< Real >::Delete(), MeshGui::ViewProviderMesh::deselectFacet(), GCS::System::diagnose(), Gui::PolyPickerSelection::draw(), Routines::ExtendKnot(), MeshGui::ViewProviderMesh::fillHole(), App::PropertyData::findProperty(), boost::numeric::bindings::lapack::detail::geev(), Wm4::Memory::GenerateReport(), generateTexture(), ImageGui::GLImageBox::getCentrePoint(), App::ColorField::getColorIndex(), Mesh::MeshObject::getFaces(), Points::PointsGrid::GetHull(), MeshCore::MeshGrid::GetHull(), Gui::ViewProviderPythonFeatureImp::getIcon(), GCS::SubSystem::getParams(), Wm4::System::GetPath(), Gui::View3DInventorPy::getPoint(), Wm4::PolynomialRoots< Real >::GetRootCount(), Gui::TaskView::TaskDialogPython::getStandardButtons(), Gui::View3DInventorPy::getStereoType(), Gui::PythonConsoleHighlighter::highlightBlock(), MeshGui::ViewProviderMesh::highlightSelection(), GCS::System::initSolution(), Wm4::TMinHeap< Generator, Real >::Insert(), Wm4::System::InsertDirectory(), Part::BSplineCurvePy::insertKnots(), Part::BSplineSurfacePy::insertUKnots(), Part::BSplineSurfacePy::insertVKnots(), StdViewDockUndockFullscreen::isActive(), Gui::TextEditor::lineNumberAreaPaintEvent(), Py::List::List(), Wm4::System::Load(), Gui::PythonOnlineHelp::loadResource(), Gui::OnlineDocumentation::loadResource(), MeshPart::MeshAlgos::LoftOnCurve(), Gui::NavigationStyle::lookAtPoint(), Part::TopoShapePy::makeShapeFromMesh(), Gui::UIntSpinBoxPrivate::mapToInt(), Gui::SelectionFilter::match(), GCS::SubSystem::maxStep(), UniGridApprox::MeshOffset(), ImageGui::ImageView::mouseDoubleClickEvent(), Routines::NewtonStep(), Base::SequencerBase::next(), Gui::GUIApplication::notify(), PartGui::ViewProviderPartExt::onChanged(), boost::numeric::bindings::lapack::detail::Hseqr< 2 >::operator()(), boost::numeric::bindings::lapack::detail::Hseqr< 1 >::operator()(), Approximate::ParameterBoundary(), Approximate::ParameterInnerPoints(), SpringbackCorrection::Perform(), ImageGui::GLImageBox::pixValToMapIndex(), Wm4::VEManifoldMesh::Print(), Wm4::ETManifoldMesh::Print(), Gui::View3DInventorViewer::printDimension(), Gui::SoFCColorGradient::rebuildGradient(), Part::Geometry::Restore(), Gui::Application::sAddIcon(), Wm4::System::Save(), Wm4::Delaunay< Real >::Save(), Robot::Waypoint::Save(), App::Document::save(), Sketcher::Constraint::Save(), MeshCore::MeshOutput::SaveNastran(), MeshCore::MeshOutput::SavePLY(), MeshCore::MeshFacetGrid::SearchNearestFacetInHull(), Part::Part2DObject::seekTrimPoints(), MeshGui::ViewProviderMesh::selectFacet(), Robot::WaypointPy::setBase(), Gui::NavigationStyle::setCameraOrientation(), Gui::SoFCColorLegend::setColorModel(), InspectionGui::ViewProviderInspection::setDistances(), GCS::SubSystem::setParams(), Part::PropertyFilletEdges::setPyObject(), Robot::WaypointPy::setTool(), Gui::Dialog::DlgMaterialPropertiesImp::setViewProviders(), Part::ProgressIndicator::Show(), Gui::SequencerDialog::showRemainingTime(), Gui::Sequencer::showRemainingTime(), Base::SwapEndian(), Base::SwapVar(), Base::InterpreterSingleton::systemExit(), Wm4::Query2TInteger< Real >::ToCircumcircle(), Wm4::Query3TInteger< Real >::ToCircumsphere(), Sketcher::SketchObject::transferConstraints(), treeStats(), MeshCore::DelaunayTriangulator::Triangulate(), Wm4::TriangulateEC< Real >::TriangulateEC(), tryCentroidShrink(), Gui::PropertyEditor::PropertyIntegerConstraintItem::value(), Gui::PropertyEditor::PropertyIntegerItem::value(), MeshGui::PropertyMeshKernelItem::value(), Gui::Application::workbenchIcon(), MeshGui::SoSFMeshPointArray::writeBinaryValues(), MeshGui::SoSFMeshFacetArray::writeBinaryValues(), writeBox(), writeCaption(), writeHeader(), writeJPEGComment(), writeLine(), writePoint(), and Gui::SoFCOffscreenRenderer::writeToImage().

Py_UNICODE Py::unicode_null_string = { 0 }

Definition at line 41 of file Python2/cxxsupport.cxx.


Generated on Wed Nov 23 19:02:43 2011 for FreeCAD by  doxygen 1.6.1