typedef GeometryT<Base::BoundBox3d, Base::BoundBoxPy, &Base::BoundBoxPy::getBoundBoxPtr> Py::BoundingBox |
Definition at line 164 of file GeometryPyCXX.h.
typedef ExtensionObject<Fem::FemMeshPy> Py::FemMesh |
Definition at line 278 of file HypothesisPy.cpp.
typedef MapBase<Object> Py::Mapping |
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.
typedef PyObject*(* Py::method_keyword_call_handler_t)(PyObject *_self, PyObject *_args, PyObject *_dict) |
Definition at line 104 of file Python2/Extensions.hxx.
typedef PyObject*(* Py::method_noargs_call_handler_t)(PyObject *_self, PyObject *) |
Definition at line 102 of file Python2/Extensions.hxx.
typedef PyObject*(* Py::method_varargs_call_handler_t)(PyObject *_self, PyObject *_args) |
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.
typedef SeqBase<Object> Py::Sequence |
Definition at line 1711 of file Python2/Objects.hxx.
typedef int Py::sequence_index_type |
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.
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 | ) |
Referenced by Py::Dict::accepts(), and Py::Object::isDict().
PyTypeObject * Py::_Dict_Type | ( | ) |
PyObject * Py::_Exc_ArithmeticError | ( | ) |
PyObject * Py::_Exc_AssertionError | ( | ) |
PyObject * Py::_Exc_AttributeError | ( | ) |
Referenced by Py::AttributeError::AttributeError().
PyObject * Py::_Exc_EnvironmentError | ( | ) |
PyObject * Py::_Exc_EOFError | ( | ) |
PyObject * Py::_Exc_Exception | ( | ) |
PyObject * Py::_Exc_FloatingPointError | ( | ) |
Referenced by Py::FloatingPointError::FloatingPointError().
PyObject * Py::_Exc_ImportError | ( | ) |
PyObject * Py::_Exc_IndexError | ( | ) |
Referenced by Py::IndexError::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 | ( | ) |
Referenced by Py::MemoryError::MemoryError().
PyObject * Py::_Exc_MemoryErrorInst | ( | ) |
PyObject * Py::_Exc_NameError | ( | ) |
Referenced by Py::NameError::NameError().
PyObject * Py::_Exc_NotImplementedError | ( | ) |
PyObject * Py::_Exc_OSError | ( | ) |
PyObject * Py::_Exc_OverflowError | ( | ) |
Referenced by Py::OverflowError::OverflowError().
PyObject * Py::_Exc_RuntimeError | ( | ) |
Referenced by Py::Exception::Exception(), and Py::RuntimeError::RuntimeError().
PyObject * Py::_Exc_StandardError | ( | ) |
PyObject * Py::_Exc_SyntaxError | ( | ) |
PyObject * Py::_Exc_SystemError | ( | ) |
Referenced by Py::SystemError::SystemError().
PyObject * Py::_Exc_SystemExit | ( | ) |
Referenced by Py::SystemExit::SystemExit().
PyObject * Py::_Exc_TypeError | ( | ) |
Referenced by Py::TypeError::TypeError().
PyObject * Py::_Exc_ValueError | ( | ) |
Referenced by Py::ValueError::ValueError().
PyObject * Py::_Exc_ZeroDivisionError | ( | ) |
Referenced by Py::ZeroDivisionError::ZeroDivisionError().
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 | ) |
Referenced by Py::List::accepts(), and Py::Object::isList().
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 | ( | ) |
Referenced by Gui::ViewProviderPythonFeatureImp::finishRestoring(), App::VRMLObject::getPyObject(), Robot::TrajectoryObject::getPyObject(), Sketcher::SketchObject::getPyObject(), Robot::RobotObject::getPyObject(), Part::Feature::getPyObject(), Mesh::Feature::getPyObject(), App::InventorObject::getPyObject(), Fem::FemMeshObject::getPyObject(), App::FeaturePythonT< FeatureT >::getPyObject(), App::DocumentObjectGroup::getPyObject(), Part::FeatureExt::init(), Py::Object::isNone(), Py::List::List(), None(), Nothing(), Gui::ViewProviderPythonFeatureT< ViewProviderT >::onChanged(), and Py::Tuple::Tuple().
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 | ) |
Referenced by Py::String::accepts(), Py::Char::accepts(), and Py::Object::isString().
PyTypeObject * Py::_String_Type | ( | ) |
bool Py::_TraceBack_Check | ( | PyObject * | v | ) |
PyTypeObject * Py::_TraceBack_Type | ( | ) |
bool Py::_Tuple_Check | ( | PyObject * | op | ) |
Referenced by Py::Tuple::accepts(), and Py::Object::isTuple().
PyTypeObject * Py::_Tuple_Type | ( | ) |
bool Py::_Type_Check | ( | PyObject * | op | ) |
Referenced by Py::Type::accepts().
PyTypeObject * Py::_Type_Type | ( | ) |
Referenced by Py::PythonType::PythonType().
bool Py::_Unicode_Check | ( | PyObject * | op | ) |
Referenced by Py::String::accepts(), Py::Char::accepts(), Py::Object::isString(), and Py::Object::isUnicode().
PyTypeObject* Py::_Unicode_Type | ( | ) |
void Py::_XDECREF | ( | PyObject * | op | ) |
Referenced by Py::Object::decrement_reference_count(), and Py::Object::release().
void Py::_XINCREF | ( | PyObject * | op | ) |
Referenced by Py::Object::increment_reference_count(), new_reference_to(), Py::Object::Object(), and Py::Object::set().
Object Py::abs | ( | const Object & | a | ) | [inline] |
Definition at line 3321 of file Python2/Objects.hxx.
References asObject().
Referenced by _CalcTorsion(), CmdSketcherConstrainDistance::activated(), path_simulate::ConnectPaths_Feat(), PartGui::ViewProvider2DObject::createGrid(), SketcherGui::ViewProviderSketch::draw(), GCS::ConstraintP2LDistance::error(), SketcherGui::EditDatumDialog::exec(), generateTexture(), SpringbackCorrection::GetCurvature(), GCS::ConstraintL2LAngle::maxStep(), GCS::ConstraintP2LDistance::maxStep(), GCS::ConstraintP2PAngle::maxStep(), DrawSketchHandlerArc::mouseMove(), numDigits(), boost::numeric::bindings::traits::is_equal< T >::operator()(), path_simulate::ParameterCalculation_Curve(), DrawSketchHandlerArc::pressButton(), SketcherGui::DrawSketchHandler::seekAutoConstraint(), Part::Part2DObject::seekTrimPoints(), SketcherGui::TaskSketcherConstrains::slotConstraintsChanged(), and ImageGui::ImageView::zoom().
Definition at line 515 of file Python2/Objects.hxx.
Referenced by abs(), App::DocumentPy::addObject(), Sandbox::DocumentProtectorPy::addObject(), Py::Callable::apply(), coerce(), Py::PythonExtensionBase::genericGetAttro(), Fem::SMESH_HypothesisPy< T >::getattr(), Sandbox::DocumentObjectProtectorPy::getattr(), Py::MapBase< T >::getItem(), Py::SeqBase< Char >::getItem(), App::DocumentPy::getObjectsByLabel(), Sketcher::Sketch::getPyGeometry(), App::PropertyLinkList::getPyObject(), operator%(), operator*(), operator+(), operator-(), operator/(), Gui::PythonDebugModule::PythonDebugModule(), Gui::SelectionFilterPy::result(), Py::PythonExtension< StdMeshers_Deflection1DPy >::self(), Gui::SelectionSingleton::sGetSelection(), Gui::SelectionSingleton::sGetSelectionEx(), Part::TopoShapePy::slice(), and Part::BSplineCurvePy::toBezier().
Py_ssize_t Py::buffer_getreadbuffer_handler | ( | PyObject * | self, | |
Py_ssize_t | index, | |||
void ** | pp | |||
) | [static] |
Definition at line 1266 of file Python2/cxx_extensions.cxx.
References Py::PythonExtensionBase::buffer_getreadbuffer(), and getPythonExtensionBase().
Referenced by Py::PythonType::supportBufferType().
Py_ssize_t Py::buffer_getsegcount_handler | ( | PyObject * | self, | |
Py_ssize_t * | count | |||
) | [static] |
Definition at line 1292 of file Python2/cxx_extensions.cxx.
References Py::PythonExtensionBase::buffer_getsegcount(), and getPythonExtensionBase().
Referenced by Py::PythonType::supportBufferType().
Py_ssize_t Py::buffer_getwritebuffer_handler | ( | PyObject * | self, | |
Py_ssize_t | index, | |||
void ** | pp | |||
) | [static] |
Definition at line 1279 of file Python2/cxx_extensions.cxx.
References Py::PythonExtensionBase::buffer_getwritebuffer(), and getPythonExtensionBase().
Referenced by Py::PythonType::supportBufferType().
Definition at line 804 of file Python2/cxx_extensions.cxx.
References Py::PythonExtensionBase::call(), getPythonExtensionBase(), and new_reference_to().
Referenced by Py::PythonType::supportCall().
Definition at line 3326 of file Python2/Objects.hxx.
References asObject().
Definition at line 737 of file Python2/cxx_extensions.cxx.
References Py::PythonExtensionBase::compare(), getPythonExtensionBase(), and draftTools::p.
Referenced by Py::PythonType::supportCompare().
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().
Definition at line 685 of file Python2/cxx_extensions.cxx.
References Py::PythonExtensionBase::getattr(), getPythonExtensionBase(), new_reference_to(), and draftTools::p.
Referenced by Py::PythonType::supportGetattr().
Definition at line 711 of file Python2/cxx_extensions.cxx.
References Py::PythonExtensionBase::getattro(), getPythonExtensionBase(), new_reference_to(), and draftTools::p.
Referenced by Py::PythonType::supportGetattro().
PythonExtensionBase * Py::getPythonExtensionBase | ( | PyObject * | self | ) |
Referenced by buffer_getreadbuffer_handler(), buffer_getsegcount_handler(), buffer_getwritebuffer_handler(), call_handler(), compare_handler(), getattr_handler(), getattro_handler(), Py::PythonClassObject< T >::getCxxObject(), hash_handler(), iter_handler(), iternext_handler(), mapping_ass_subscript_handler(), mapping_length_handler(), mapping_subscript_handler(), 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(), number_multiply_handler(), number_negative_handler(), number_nonzero_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(), print_handler(), repr_handler(), sequence_ass_item_handler(), sequence_ass_slice_handler(), sequence_concat_handler(), sequence_item_handler(), sequence_length_handler(), sequence_repeat_handler(), sequence_slice_handler(), setattr_handler(), setattro_handler(), and str_handler().
Definition at line 791 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::hash().
Referenced by Py::PythonType::supportHash().
bool Py::InitialisePythonIndirectInterface | ( | ) |
Definition at line 820 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), Py::PythonExtensionBase::iter(), and new_reference_to().
Referenced by Py::PythonType::supportIter().
Definition at line 833 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::iternext().
Referenced by Py::PythonType::supportIter().
int Py::mapping_ass_subscript_handler | ( | PyObject * | self, | |
PyObject * | key, | |||
PyObject * | value | |||
) | [static] |
Definition at line 965 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::mapping_ass_subscript().
Referenced by Py::PythonType::supportMappingType().
Py_ssize_t Py::mapping_length_handler | ( | PyObject * | self | ) | [static] |
Definition at line 939 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::mapping_length().
Referenced by Py::PythonType::supportMappingType().
Definition at line 952 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), Py::PythonExtensionBase::mapping_subscript(), and new_reference_to().
Referenced by Py::PythonType::supportMappingType().
PyObject * Py::method_keyword_call_handler | ( | PyObject * | _self_and_name_tuple, | |
PyObject * | _args, | |||
PyObject * | _keywords | |||
) |
Referenced by Py::ExtensionModule< UnitTestModule >::add_keyword_method().
Referenced by Py::ExtensionModule< UnitTestModule >::add_noargs_method().
Referenced by Py::ExtensionModule< UnitTestModule >::add_varargs_method().
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().
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.
Definition at line 1018 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_absolute().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1109 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_add().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1213 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_and().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1148 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_divide().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1174 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_divmod().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1057 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_float().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1096 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_hex().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1044 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_int().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1031 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_invert().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1070 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_long().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1187 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_lshift().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1135 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_multiply().
Referenced by Py::PythonType::supportNumberType().
Definition at line 992 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_negative().
Referenced by Py::PythonType::supportNumberType().
Definition at line 979 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::number_nonzero().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1083 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_oct().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1239 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_or().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1005 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_positive().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1252 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_power().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1161 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_remainder().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1200 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_rshift().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1122 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_subtract().
Referenced by Py::PythonType::supportNumberType().
Definition at line 1226 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::number_xor().
Referenced by Py::PythonType::supportNumberType().
bool Py::operator!= | ( | const EXPLICIT_TYPENAME MapBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME MapBase< T >::const_iterator & | right | |||
) | [inline] |
bool Py::operator!= | ( | const EXPLICIT_TYPENAME MapBase< T >::iterator & | left, | |
const EXPLICIT_TYPENAME MapBase< T >::iterator & | right | |||
) | [inline] |
bool Py::operator!= | ( | const mapref< T > & | left, | |
const mapref< T > & | right | |||
) | [inline] |
Definition at line 2768 of file Python2/Objects.hxx.
bool Py::operator!= | ( | const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | right | |||
) | [inline] |
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().
bool Py::operator< | ( | const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | right | |||
) | [inline] |
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 | |||
) |
bool Py::operator<= | ( | const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | right | |||
) | [inline] |
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 | |||
) |
bool Py::operator== | ( | const EXPLICIT_TYPENAME MapBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME MapBase< T >::const_iterator & | right | |||
) | [inline] |
bool Py::operator== | ( | const EXPLICIT_TYPENAME MapBase< T >::iterator & | left, | |
const EXPLICIT_TYPENAME MapBase< T >::iterator & | right | |||
) | [inline] |
bool Py::operator== | ( | const mapref< T > & | left, | |
const mapref< T > & | right | |||
) | [inline] |
Definition at line 2762 of file Python2/Objects.hxx.
bool Py::operator== | ( | const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | right | |||
) | [inline] |
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!=().
bool Py::operator> | ( | const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | right | |||
) | [inline] |
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 | |||
) |
bool Py::operator>= | ( | const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | left, | |
const EXPLICIT_TYPENAME SeqBase< T >::const_iterator & | right | |||
) | [inline] |
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 | |||
) |
Definition at line 672 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), draftTools::p, and Py::PythonExtensionBase::print().
Referenced by Py::PythonType::supportPrint().
Definition at line 765 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::repr().
Referenced by Py::PythonType::supportRepr().
int Py::sequence_ass_item_handler | ( | PyObject * | self, | |
Py_ssize_t | index, | |||
PyObject * | value | |||
) | [static] |
Definition at line 912 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::sequence_ass_item().
Referenced by Py::PythonType::supportSequenceType().
int Py::sequence_ass_slice_handler | ( | PyObject * | self, | |
Py_ssize_t | first, | |||
Py_ssize_t | last, | |||
PyObject * | value | |||
) | [static] |
Definition at line 925 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::sequence_ass_slice().
Referenced by Py::PythonType::supportSequenceType().
Definition at line 860 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::sequence_concat().
Referenced by Py::PythonType::supportSequenceType().
PyObject * Py::sequence_item_handler | ( | PyObject * | self, | |
Py_ssize_t | index | |||
) | [static] |
Definition at line 886 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::sequence_item().
Referenced by Py::PythonType::supportSequenceType().
Py_ssize_t Py::sequence_length_handler | ( | PyObject * | self | ) | [static] |
Definition at line 847 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), and Py::PythonExtensionBase::sequence_length().
Referenced by Py::PythonType::supportSequenceType().
PyObject * Py::sequence_repeat_handler | ( | PyObject * | self, | |
Py_ssize_t | count | |||
) | [static] |
Definition at line 873 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::sequence_repeat().
Referenced by Py::PythonType::supportSequenceType().
PyObject * Py::sequence_slice_handler | ( | PyObject * | self, | |
Py_ssize_t | first, | |||
Py_ssize_t | last | |||
) | [static] |
Definition at line 899 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::sequence_slice().
Referenced by Py::PythonType::supportSequenceType().
Definition at line 698 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), draftTools::p, and Py::PythonExtensionBase::setattr().
Referenced by Py::PythonType::supportSetattr().
Definition at line 724 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), draftTools::p, and Py::PythonExtensionBase::setattro().
Referenced by Py::PythonType::supportSetattro().
void Py::standard_dealloc | ( | PyObject * | p | ) | [static] |
Definition at line 317 of file Python2/cxx_extensions.cxx.
Referenced by Py::PythonType::PythonType().
Definition at line 778 of file Python2/cxx_extensions.cxx.
References getPythonExtensionBase(), new_reference_to(), and Py::PythonExtensionBase::str().
Referenced by Py::PythonType::supportStr().
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().
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().
Definition at line 480 of file Python2/IndirectPythonInterface.cxx.
Referenced by Mesh::MeshPy::addFacets(), Gui::SoFCUnifiedSelection::applySettings(), Points::PointsGrid::CalculateGridLength(), MeshCore::MeshGrid::CalculateGridLength(), MeshCore::MeshGrid::CheckPosition(), Gui::ViewProviderGeometryObject::createFromSettings(), MeshCore::MeshTopoAlgorithm::FindComponents(), MeshCore::MeshEvalOrientation::GetIndices(), App::PropertyInteger::getMemSize(), App::PropertyIntegerList::getMemSize(), Wm4::System::GetTime(), Inspection::InspectNominalFastMesh::InspectNominalFastMesh(), MeshGui::RemoveComponents::on_deselectComponents_clicked(), MeshGui::RemoveComponents::on_selectComponents_clicked(), Gui::View3DInventor::OnChange(), Gui::SplitView3DInventor::OnChange(), Gui::ViewProviderGeometryObject::onChanged(), open(), Points::PointsGrid::Pos(), Inspection::MeshInspectGrid::Pos(), MeshCore::MeshFacetGrid::Pos(), MeshCore::MeshPointGrid::Pos(), Points::PointsGrid::Position(), MeshCore::MeshGrid::Position(), MeshCore::MeshFacetGrid::PosWithCheck(), MeshCore::MeshFacetGrid::SearchNearestFromPoint(), SketcherGui::ViewProviderSketch::setEdit(), Reen::BSplineParameterCorrection::SetUKnots(), Reen::BSplineParameterCorrection::SetVKnots(), and Base::SwapVar().
Py_UNICODE Py::unicode_null_string = { 0 } |
Definition at line 41 of file Python2/cxxsupport.cxx.