The python export class for Matrix. More...
#include <MatrixPy.h>
Public Types | |
typedef Matrix4D * | PointerType |
Public Types inherited from Base::PyObjectBase | |
typedef void * | PointerType |
enum | Status { Valid = 0, Immutable = 1, Notify = 2, NoTrack = 3 } |
Public Member Functions | |
virtual PyTypeObject * | GetType (void) |
MatrixPy (Matrix4D *pcObject, PyTypeObject *T=&Type) | |
virtual int | PyInit (PyObject *args, PyObject *k) |
PyInit method Override this method to initialize a newly created instance of the class (Constructor) More... | |
std::string | representation (void) const |
additional declarations and methods for the wrapper class | |
MatrixPy (const Matrix4D &mat, PyTypeObject *T=&Type) | |
Matrix4D | value () const |
Public Member Functions inherited from Base::PyObjectBase | |
PyObjectBase * | DecRef (void) |
decref method wrapper (see python extending manual) More... | |
PyObjectBase * | IncRef (void) |
incref method wrapper (see python extending manual) More... | |
bool | isConst () |
bool | isNotTracking () const |
bool | isValid () |
PyObjectBase (void *, PyTypeObject *T) | |
Constructor Sets the Type of the object (for inheritance) and decrease the the reference count of the PyObject. More... | |
void | setConst () |
void | setInvalid () |
void | setNotTracking (bool on=true) |
void | setShouldNotify (bool on) |
bool | shouldNotify () const |
void | startNotify () |
Static Public Member Functions | |
static PyObject * | PyMake (struct _typeobject *, PyObject *, PyObject *) |
static PyObject * | richCompare (PyObject *v, PyObject *w, int op) |
callbacks and implementers for the python object number protocol | |
static PyObject * | number_add_handler (PyObject *self, PyObject *other) |
callback for the number_add_handler More... | |
static PyObject * | number_subtract_handler (PyObject *self, PyObject *other) |
callback for the number_subtract_handler More... | |
static PyObject * | number_multiply_handler (PyObject *self, PyObject *other) |
callback for the number_multiply_handler More... | |
static PyObject * | number_divide_handler (PyObject *self, PyObject *other) |
callback for the number_divide_handler More... | |
static PyObject * | number_remainder_handler (PyObject *self, PyObject *other) |
callback for the number_remainder_handler More... | |
static PyObject * | number_divmod_handler (PyObject *self, PyObject *other) |
callback for the number_divmod_handler More... | |
static PyObject * | number_power_handler (PyObject *self, PyObject *other, PyObject *modulo) |
callback for the number_power_handler More... | |
static PyObject * | number_negative_handler (PyObject *self) |
callback for the number_negative_handler More... | |
static PyObject * | number_positive_handler (PyObject *self) |
callback for the number_positive_handler More... | |
static PyObject * | number_absolute_handler (PyObject *self) |
callback for the number_absolute_handler More... | |
static int | number_nonzero_handler (PyObject *self) |
callback for the number_nonzero_handler More... | |
static PyObject * | number_invert_handler (PyObject *self) |
callback for the number_invert_handler More... | |
static PyObject * | number_lshift_handler (PyObject *self, PyObject *other) |
callback for the number_lshift_handler More... | |
static PyObject * | number_rshift_handler (PyObject *self, PyObject *other) |
callback for the number_rshift_handler More... | |
static PyObject * | number_and_handler (PyObject *self, PyObject *other) |
callback for the number_and_handler More... | |
static PyObject * | number_xor_handler (PyObject *self, PyObject *other) |
callback for the number_xor_handler More... | |
static PyObject * | number_or_handler (PyObject *self, PyObject *other) |
callback for the number_or_handler More... | |
static int | number_coerce_handler (PyObject **self, PyObject **other) |
callback for the number_coerce_handler More... | |
static PyObject * | number_int_handler (PyObject *self) |
callback for the number_int_handler More... | |
static PyObject * | number_long_handler (PyObject *self) |
callback for the number_long_handler More... | |
static PyObject * | number_float_handler (PyObject *self) |
callback for the number_float_handler More... | |
static PyObject * | number_oct_handler (PyObject *self) |
callback for the number_oct_handler More... | |
static PyObject * | number_hex_handler (PyObject *self) |
callback for the number_hex_handler More... | |
Static Public Member Functions inherited from Base::PyObjectBase | |
static void | PyDestructor (PyObject *P) |
Wrapper for the Python destructor. More... | |
Static Public Attributes | |
static PyGetSetDef | GetterSetter [] |
Attribute structure of MatrixPy. More... | |
static PyMethodDef | Methods [] |
Methods structure of MatrixPy. More... | |
static PyNumberMethods | Number [] |
static PyTypeObject | Type |
Type structure of MatrixPy. More... | |
Static Public Attributes inherited from Base::PyObjectBase | |
static PyMethodDef | Methods [] |
static PyTypeObject | Type |
Py_Header struct from python.h. More... | |
Protected Member Functions | |
~MatrixPy () | |
Protected Member Functions inherited from Base::PyObjectBase | |
virtual | ~PyObjectBase () |
destructor More... | |
callbacks and implementers for the python object attributes | |
static PyObject * | staticCallback_getA11 (PyObject *self, void *closure) |
getter callback for the A11 attribute More... | |
static int | staticCallback_setA11 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A11 attribute More... | |
static PyObject * | staticCallback_getA12 (PyObject *self, void *closure) |
getter callback for the A12 attribute More... | |
static int | staticCallback_setA12 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A12 attribute More... | |
static PyObject * | staticCallback_getA13 (PyObject *self, void *closure) |
getter callback for the A13 attribute More... | |
static int | staticCallback_setA13 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A13 attribute More... | |
static PyObject * | staticCallback_getA14 (PyObject *self, void *closure) |
getter callback for the A14 attribute More... | |
static int | staticCallback_setA14 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A14 attribute More... | |
static PyObject * | staticCallback_getA21 (PyObject *self, void *closure) |
getter callback for the A21 attribute More... | |
static int | staticCallback_setA21 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A21 attribute More... | |
static PyObject * | staticCallback_getA22 (PyObject *self, void *closure) |
getter callback for the A22 attribute More... | |
static int | staticCallback_setA22 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A22 attribute More... | |
static PyObject * | staticCallback_getA23 (PyObject *self, void *closure) |
getter callback for the A23 attribute More... | |
static int | staticCallback_setA23 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A23 attribute More... | |
static PyObject * | staticCallback_getA24 (PyObject *self, void *closure) |
getter callback for the A24 attribute More... | |
static int | staticCallback_setA24 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A24 attribute More... | |
static PyObject * | staticCallback_getA31 (PyObject *self, void *closure) |
getter callback for the A31 attribute More... | |
static int | staticCallback_setA31 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A31 attribute More... | |
static PyObject * | staticCallback_getA32 (PyObject *self, void *closure) |
getter callback for the A32 attribute More... | |
static int | staticCallback_setA32 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A32 attribute More... | |
static PyObject * | staticCallback_getA33 (PyObject *self, void *closure) |
getter callback for the A33 attribute More... | |
static int | staticCallback_setA33 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A33 attribute More... | |
static PyObject * | staticCallback_getA34 (PyObject *self, void *closure) |
getter callback for the A34 attribute More... | |
static int | staticCallback_setA34 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A34 attribute More... | |
static PyObject * | staticCallback_getA41 (PyObject *self, void *closure) |
getter callback for the A41 attribute More... | |
static int | staticCallback_setA41 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A41 attribute More... | |
static PyObject * | staticCallback_getA42 (PyObject *self, void *closure) |
getter callback for the A42 attribute More... | |
static int | staticCallback_setA42 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A42 attribute More... | |
static PyObject * | staticCallback_getA43 (PyObject *self, void *closure) |
getter callback for the A43 attribute More... | |
static int | staticCallback_setA43 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A43 attribute More... | |
static PyObject * | staticCallback_getA44 (PyObject *self, void *closure) |
getter callback for the A44 attribute More... | |
static int | staticCallback_setA44 (PyObject *self, PyObject *value, void *closure) |
setter callback for the A44 attribute More... | |
static PyObject * | staticCallback_getA (PyObject *self, void *closure) |
getter callback for the A attribute More... | |
static int | staticCallback_setA (PyObject *self, PyObject *value, void *closure) |
setter callback for the A attribute More... | |
Py::Float | getA11 (void) const |
getter for the A11 attribute More... | |
void | setA11 (Py::Float arg) |
setter for the A11 attribute More... | |
Py::Float | getA12 (void) const |
getter for the A12 attribute More... | |
void | setA12 (Py::Float arg) |
setter for the A12 attribute More... | |
Py::Float | getA13 (void) const |
getter for the A13 attribute More... | |
void | setA13 (Py::Float arg) |
setter for the A13 attribute More... | |
Py::Float | getA14 (void) const |
getter for the A14 attribute More... | |
void | setA14 (Py::Float arg) |
setter for the A14 attribute More... | |
Py::Float | getA21 (void) const |
getter for the A21 attribute More... | |
void | setA21 (Py::Float arg) |
setter for the A21 attribute More... | |
Py::Float | getA22 (void) const |
getter for the A22 attribute More... | |
void | setA22 (Py::Float arg) |
setter for the A22 attribute More... | |
Py::Float | getA23 (void) const |
getter for the A23 attribute More... | |
void | setA23 (Py::Float arg) |
setter for the A23 attribute More... | |
Py::Float | getA24 (void) const |
getter for the A24 attribute More... | |
void | setA24 (Py::Float arg) |
setter for the A24 attribute More... | |
Py::Float | getA31 (void) const |
getter for the A31 attribute More... | |
void | setA31 (Py::Float arg) |
setter for the A31 attribute More... | |
Py::Float | getA32 (void) const |
getter for the A32 attribute More... | |
void | setA32 (Py::Float arg) |
setter for the A32 attribute More... | |
Py::Float | getA33 (void) const |
getter for the A33 attribute More... | |
void | setA33 (Py::Float arg) |
setter for the A33 attribute More... | |
Py::Float | getA34 (void) const |
getter for the A34 attribute More... | |
void | setA34 (Py::Float arg) |
setter for the A34 attribute More... | |
Py::Float | getA41 (void) const |
getter for the A41 attribute More... | |
void | setA41 (Py::Float arg) |
setter for the A41 attribute More... | |
Py::Float | getA42 (void) const |
getter for the A42 attribute More... | |
void | setA42 (Py::Float arg) |
setter for the A42 attribute More... | |
Py::Float | getA43 (void) const |
getter for the A43 attribute More... | |
void | setA43 (Py::Float arg) |
setter for the A43 attribute More... | |
Py::Float | getA44 (void) const |
getter for the A44 attribute More... | |
void | setA44 (Py::Float arg) |
setter for the A44 attribute More... | |
Py::Sequence | getA (void) const |
getter for the A attribute More... | |
void | setA (Py::Sequence arg) |
setter for the A attribute More... | |
PyObject * | getCustomAttributes (const char *attr) const |
getter method for special attributes (e.g. dynamic ones) More... | |
int | setCustomAttributes (const char *attr, PyObject *obj) |
setter for special attributes (e.g. More... | |
Matrix4D * | getMatrixPtr (void) const |
getter for the object handled by this class More... | |
Additional Inherited Members | |
Protected Attributes inherited from Base::PyObjectBase | |
std::bitset< 32 > | StatusBits |
Detailed Description
The python export class for Matrix.
Member Typedef Documentation
◆ PointerType
typedef Matrix4D* Base::MatrixPy::PointerType |
Constructor & Destructor Documentation
◆ ~MatrixPy()
|
protected |
◆ MatrixPy() [1/2]
◆ MatrixPy() [2/2]
Member Function Documentation
◆ analyze()
implementer for the analyze() method
References Base::Matrix4D::analyse(), and getMatrixPtr().
Referenced by staticCallback_analyze().
◆ determinant()
implementer for the determinant() method
References getMatrixPtr().
Referenced by inverse(), invert(), and staticCallback_determinant().
◆ getA()
Py::Sequence MatrixPy::getA | ( | void | ) | const |
getter for the A attribute
References Base::Matrix4D::getMatrix(), and getMatrixPtr().
Referenced by staticCallback_getA().
◆ getA11()
Py::Float MatrixPy::getA11 | ( | void | ) | const |
◆ getA12()
Py::Float MatrixPy::getA12 | ( | void | ) | const |
◆ getA13()
Py::Float MatrixPy::getA13 | ( | void | ) | const |
◆ getA14()
Py::Float MatrixPy::getA14 | ( | void | ) | const |
◆ getA21()
Py::Float MatrixPy::getA21 | ( | void | ) | const |
◆ getA22()
Py::Float MatrixPy::getA22 | ( | void | ) | const |
◆ getA23()
Py::Float MatrixPy::getA23 | ( | void | ) | const |
◆ getA24()
Py::Float MatrixPy::getA24 | ( | void | ) | const |
◆ getA31()
Py::Float MatrixPy::getA31 | ( | void | ) | const |
◆ getA32()
Py::Float MatrixPy::getA32 | ( | void | ) | const |
◆ getA33()
Py::Float MatrixPy::getA33 | ( | void | ) | const |
◆ getA34()
Py::Float MatrixPy::getA34 | ( | void | ) | const |
◆ getA41()
Py::Float MatrixPy::getA41 | ( | void | ) | const |
◆ getA42()
Py::Float MatrixPy::getA42 | ( | void | ) | const |
◆ getA43()
Py::Float MatrixPy::getA43 | ( | void | ) | const |
◆ getA44()
Py::Float MatrixPy::getA44 | ( | void | ) | const |
◆ getCustomAttributes()
PyObject * MatrixPy::getCustomAttributes | ( | const char * | attr | ) | const |
getter method for special attributes (e.g. dynamic ones)
◆ getMatrixPtr()
Matrix4D * MatrixPy::getMatrixPtr | ( | void | ) | const |
getter for the object handled by this class
Referenced by analyze(), determinant(), getA(), getA11(), getA12(), getA13(), getA14(), getA21(), getA22(), getA23(), getA24(), getA31(), getA32(), getA33(), getA34(), getA41(), getA42(), getA43(), getA44(), App::FeaturePythonImp::getLinkedObject(), App::FeaturePythonImp::getSubObject(), inverse(), invert(), isOrthogonal(), move(), multiply(), multVec(), representation(), rotateX(), rotateY(), rotateZ(), scale(), setA(), setA11(), setA12(), setA13(), setA14(), setA21(), setA22(), setA23(), setA24(), setA31(), setA32(), setA33(), setA34(), setA41(), setA42(), setA43(), setA44(), Gui::LinkViewPy::setTransform(), submatrix(), transform(), transpose(), transposed(), and unity().
◆ GetType()
|
virtual |
Reimplemented from Base::PyObjectBase.
◆ inverse()
implementer for the inverse() method
References Base::BaseExceptionFreeCADError, determinant(), getMatrixPtr(), and MatrixPy().
Referenced by staticCallback_inverse().
◆ invert()
implementer for the invert() method
References Base::BaseExceptionFreeCADError, determinant(), getMatrixPtr(), and Base::Matrix4D::inverseGauss().
Referenced by PathScripts.PathDressupLeadInOut.ObjectDressup::getLeadEnd(), PathScripts.PathDressupLeadInOut.ObjectDressup::getLeadStart(), and staticCallback_invert().
◆ isOrthogonal()
implementer for the isOrthogonal() method
References getMatrixPtr(), and Base::Matrix4D::transpose().
Referenced by staticCallback_isOrthogonal().
◆ move()
implementer for the move() method
References getMatrixPtr(), Base::VectorPy::getVectorPtr(), Base::Matrix4D::move(), and Base::VectorPy::Type.
Referenced by draftguitools.gui_circulararray.CircularArray::Activated(), draftguitools.gui_polararray.PolarArray::Activated(), and staticCallback_move().
◆ multiply()
implementer for the multiply() method
References Base::BaseExceptionFreeCADError, getMatrixPtr(), MatrixPy(), Base::VectorPy::Type, Type, Base::VectorPy::value(), and value().
Referenced by PathScripts.PathDressupLeadInOut.ObjectDressup::getLeadEnd(), PathScripts.PathDressupLeadInOut.ObjectDressup::getLeadStart(), and staticCallback_multiply().
◆ multVec()
implementer for the multVec() method
References getMatrixPtr(), Base::Matrix4D::multVec(), Base::VectorPy::Type, and value().
Referenced by staticCallback_multVec().
◆ number_absolute_handler()
callback for the number_absolute_handler
◆ number_add_handler()
callback for the number_add_handler
References MatrixPy(), Type, and value().
◆ number_and_handler()
callback for the number_and_handler
◆ number_coerce_handler()
callback for the number_coerce_handler
◆ number_divide_handler()
callback for the number_divide_handler
◆ number_divmod_handler()
callback for the number_divmod_handler
◆ number_float_handler()
callback for the number_float_handler
◆ number_hex_handler()
callback for the number_hex_handler
◆ number_int_handler()
callback for the number_int_handler
◆ number_invert_handler()
callback for the number_invert_handler
◆ number_long_handler()
callback for the number_long_handler
◆ number_lshift_handler()
callback for the number_lshift_handler
◆ number_multiply_handler()
callback for the number_multiply_handler
References MatrixPy(), Base::PlacementPy::Type, Base::RotationPy::Type, Type, Base::VectorPy::Type, and value().
◆ number_negative_handler()
callback for the number_negative_handler
◆ number_nonzero_handler()
|
static |
callback for the number_nonzero_handler
◆ number_oct_handler()
callback for the number_oct_handler
◆ number_or_handler()
callback for the number_or_handler
◆ number_positive_handler()
callback for the number_positive_handler
◆ number_power_handler()
|
static |
callback for the number_power_handler
References Base::BaseExceptionFreeCADError, MatrixPy(), Type, and value().
◆ number_remainder_handler()
callback for the number_remainder_handler
◆ number_rshift_handler()
callback for the number_rshift_handler
◆ number_subtract_handler()
callback for the number_subtract_handler
References MatrixPy(), Type, and value().
◆ number_xor_handler()
callback for the number_xor_handler
◆ PyInit()
PyInit method Override this method to initialize a newly created instance of the class (Constructor)
Reimplemented from Base::PyObjectBase.
References Base::BaseExceptionFreeCADError, Type, and value().
◆ PyMake()
References MatrixPy().
◆ representation()
std::string MatrixPy::representation | ( | void | ) | const |
References getMatrixPtr().
Referenced by config_control_design.pcurve::wr1(), config_control_design.degenerate_pcurve::wr1(), automotive_design.motion_link_relationship::wr1(), automotive_design.pcurve::wr1(), automotive_design.degenerate_pcurve::wr1(), config_control_design.pcurve::wr2(), config_control_design.degenerate_pcurve::wr2(), automotive_design.pcurve::wr2(), and automotive_design.degenerate_pcurve::wr2().
◆ richCompare()
◆ rotateX()
implementer for the rotateX() method
References Base::Unit::Angle, getMatrixPtr(), Base::QuantityPy::getValueAs(), Base::Quantity::Radian, Base::Matrix4D::rotX(), and Base::QuantityPy::Type.
Referenced by staticCallback_rotateX().
◆ rotateY()
implementer for the rotateY() method
References Base::Unit::Angle, getMatrixPtr(), Base::QuantityPy::getValueAs(), Base::Quantity::Radian, Base::Matrix4D::rotY(), and Base::QuantityPy::Type.
Referenced by staticCallback_rotateY().
◆ rotateZ()
implementer for the rotateZ() method
References Base::Unit::Angle, getMatrixPtr(), Base::QuantityPy::getValueAs(), Base::Quantity::Radian, Base::Matrix4D::rotZ(), and Base::QuantityPy::Type.
Referenced by staticCallback_rotateZ().
◆ scale()
implementer for the scale() method
References getMatrixPtr(), Base::VectorPy::getVectorPtr(), Base::Matrix4D::scale(), and Base::VectorPy::Type.
Referenced by App::FunctionExpression::evaluate(), and staticCallback_scale().
◆ setA()
void MatrixPy::setA | ( | Py::Sequence | arg | ) |
setter for the A attribute
References Base::Matrix4D::getMatrix(), getMatrixPtr(), and Base::Matrix4D::setMatrix().
Referenced by staticCallback_setA().
◆ setA11()
void MatrixPy::setA11 | ( | Py::Float | arg | ) |
◆ setA12()
void MatrixPy::setA12 | ( | Py::Float | arg | ) |
◆ setA13()
void MatrixPy::setA13 | ( | Py::Float | arg | ) |
◆ setA14()
void MatrixPy::setA14 | ( | Py::Float | arg | ) |
◆ setA21()
void MatrixPy::setA21 | ( | Py::Float | arg | ) |
◆ setA22()
void MatrixPy::setA22 | ( | Py::Float | arg | ) |
◆ setA23()
void MatrixPy::setA23 | ( | Py::Float | arg | ) |
◆ setA24()
void MatrixPy::setA24 | ( | Py::Float | arg | ) |
◆ setA31()
void MatrixPy::setA31 | ( | Py::Float | arg | ) |
◆ setA32()
void MatrixPy::setA32 | ( | Py::Float | arg | ) |
◆ setA33()
void MatrixPy::setA33 | ( | Py::Float | arg | ) |
◆ setA34()
void MatrixPy::setA34 | ( | Py::Float | arg | ) |
◆ setA41()
void MatrixPy::setA41 | ( | Py::Float | arg | ) |
◆ setA42()
void MatrixPy::setA42 | ( | Py::Float | arg | ) |
◆ setA43()
void MatrixPy::setA43 | ( | Py::Float | arg | ) |
◆ setA44()
void MatrixPy::setA44 | ( | Py::Float | arg | ) |
◆ setCustomAttributes()
int MatrixPy::setCustomAttributes | ( | const char * | attr, |
PyObject * | obj | ||
) |
setter for special attributes (e.g.
dynamic ones) Output: Success=1, Failure=-1, Ignore=0
◆ staticCallback_analyze()
callback for the analyze() method
References analyze(), Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::startNotify().
◆ staticCallback_determinant()
callback for the determinant() method
References Base::BaseExceptionFreeCADError, Base::Console(), determinant(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::startNotify().
◆ staticCallback_getA()
getter callback for the A attribute
References Base::BaseExceptionFreeCADError, getA(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA11()
getter callback for the A11 attribute
References Base::BaseExceptionFreeCADError, getA11(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA12()
getter callback for the A12 attribute
References Base::BaseExceptionFreeCADError, getA12(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA13()
getter callback for the A13 attribute
References Base::BaseExceptionFreeCADError, getA13(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA14()
getter callback for the A14 attribute
References Base::BaseExceptionFreeCADError, getA14(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA21()
getter callback for the A21 attribute
References Base::BaseExceptionFreeCADError, getA21(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA22()
getter callback for the A22 attribute
References Base::BaseExceptionFreeCADError, getA22(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA23()
getter callback for the A23 attribute
References Base::BaseExceptionFreeCADError, getA23(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA24()
getter callback for the A24 attribute
References Base::BaseExceptionFreeCADError, getA24(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA31()
getter callback for the A31 attribute
References Base::BaseExceptionFreeCADError, getA31(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA32()
getter callback for the A32 attribute
References Base::BaseExceptionFreeCADError, getA32(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA33()
getter callback for the A33 attribute
References Base::BaseExceptionFreeCADError, getA33(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA34()
getter callback for the A34 attribute
References Base::BaseExceptionFreeCADError, getA34(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA41()
getter callback for the A41 attribute
References Base::BaseExceptionFreeCADError, getA41(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA42()
getter callback for the A42 attribute
References Base::BaseExceptionFreeCADError, getA42(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA43()
getter callback for the A43 attribute
References Base::BaseExceptionFreeCADError, getA43(), and Base::PyObjectBase::isValid().
◆ staticCallback_getA44()
getter callback for the A44 attribute
References Base::BaseExceptionFreeCADError, getA44(), and Base::PyObjectBase::isValid().
◆ staticCallback_inverse()
callback for the inverse() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), inverse(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::startNotify().
◆ staticCallback_invert()
callback for the invert() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), invert(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::startNotify().
◆ staticCallback_isOrthogonal()
callback for the isOrthogonal() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), isOrthogonal(), Base::PyObjectBase::isValid(), and Base::PyObjectBase::startNotify().
◆ staticCallback_move()
callback for the move() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), move(), and Base::PyObjectBase::startNotify().
◆ staticCallback_multiply()
callback for the multiply() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), multiply(), and Base::PyObjectBase::startNotify().
◆ staticCallback_multVec()
callback for the multVec() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and multVec().
◆ staticCallback_rotateX()
callback for the rotateX() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), rotateX(), and Base::PyObjectBase::startNotify().
◆ staticCallback_rotateY()
callback for the rotateY() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), rotateY(), and Base::PyObjectBase::startNotify().
◆ staticCallback_rotateZ()
callback for the rotateZ() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), rotateZ(), and Base::PyObjectBase::startNotify().
◆ staticCallback_scale()
callback for the scale() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), scale(), and Base::PyObjectBase::startNotify().
◆ staticCallback_setA()
setter callback for the A attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA().
◆ staticCallback_setA11()
setter callback for the A11 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA11().
◆ staticCallback_setA12()
setter callback for the A12 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA12().
◆ staticCallback_setA13()
setter callback for the A13 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA13().
◆ staticCallback_setA14()
setter callback for the A14 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA14().
◆ staticCallback_setA21()
setter callback for the A21 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA21().
◆ staticCallback_setA22()
setter callback for the A22 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA22().
◆ staticCallback_setA23()
setter callback for the A23 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA23().
◆ staticCallback_setA24()
setter callback for the A24 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA24().
◆ staticCallback_setA31()
setter callback for the A31 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA31().
◆ staticCallback_setA32()
setter callback for the A32 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA32().
◆ staticCallback_setA33()
setter callback for the A33 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA33().
◆ staticCallback_setA34()
setter callback for the A34 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA34().
◆ staticCallback_setA41()
setter callback for the A41 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA41().
◆ staticCallback_setA42()
setter callback for the A42 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA42().
◆ staticCallback_setA43()
setter callback for the A43 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA43().
◆ staticCallback_setA44()
setter callback for the A44 attribute
References Base::BaseExceptionFreeCADError, Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), and setA44().
◆ staticCallback_submatrix()
callback for the submatrix() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::startNotify(), and submatrix().
◆ staticCallback_transform()
callback for the transform() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::startNotify(), and transform().
◆ staticCallback_transpose()
callback for the transpose() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::startNotify(), and transpose().
◆ staticCallback_transposed()
callback for the transposed() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isValid(), and transposed().
◆ staticCallback_unity()
callback for the unity() method
References Base::BaseExceptionFreeCADError, Base::Console(), Base::ConsoleSingleton::Error(), Base::PyObjectBase::isConst(), Base::PyObjectBase::isValid(), Base::PyObjectBase::startNotify(), and unity().
◆ submatrix()
implementer for the submatrix() method
References getMatrixPtr(), and MatrixPy().
Referenced by staticCallback_submatrix().
◆ transform()
implementer for the transform() method
References getMatrixPtr(), Base::VectorPy::getVectorPtr(), Base::Matrix4D::transform(), Base::VectorPy::Type, and Type.
Referenced by staticCallback_transform().
◆ transpose()
implementer for the transpose() method
References getMatrixPtr(), and Base::Matrix4D::transpose().
Referenced by staticCallback_transpose().
◆ transposed()
implementer for the transposed() method
References getMatrixPtr(), and MatrixPy().
Referenced by staticCallback_transposed().
◆ unity()
implementer for the unity() method
References getMatrixPtr(), and Base::Matrix4D::setToUnity().
Referenced by staticCallback_unity().
◆ value()
Matrix4D Base::MatrixPy::value | ( | ) | const |
Referenced by Mod.PartDesign.WizardShaft.SegmentFunction.SegmentFunction::evaluate(), Mod.PartDesign.WizardShaft.SegmentFunction.IntervalFunction::lowervalue(), multiply(), multVec(), number_add_handler(), number_multiply_handler(), number_power_handler(), number_subtract_handler(), PyInit(), richCompare(), App::PropertyMatrix::setPyObject(), App::PropertyPlacement::setPyObject(), and Robot::Robot6AxisPy::setTcp().
Member Data Documentation
◆ GetterSetter
|
static |
Attribute structure of MatrixPy.
◆ Methods
|
static |
Methods structure of MatrixPy.
◆ Number
|
static |
◆ Type
|
static |
Referenced by ArchPanel.CommandPanelSheet::Activated(), ArchStructure.StructSelectionObserver::addSelection(), ArchSite.Compass::buildCoordinates(), App::FunctionExpression::evaluate(), ArchComponent.Component::execute(), DraftLayer.LayerContainer::execute(), App::FeaturePythonImp::getLinkedObject(), App::FeaturePythonImp::getSubObject(), Gui::ViewProviderLink::initDraggingPlacement(), ArchSchedule.CommandArchSchedule::IsActive(), ArchAxis.CommandArchGrid::IsActive(), multiply(), number_add_handler(), number_multiply_handler(), number_power_handler(), number_subtract_handler(), draftobjects.draft_annotation.DraftAnnotation::onDocumentRestored(), Base::PlacementPy::PyInit(), Base::RotationPy::PyInit(), PyInit(), richCompare(), Base::RotationPy::setCustomAttributes(), Data::ComplexGeoDataPy::setMatrix(), Gui::DocumentPy::setPos(), ArchReference.ArchReference::setProperties(), DraftLayer.Layer::setProperties(), App::PropertyMatrix::setPyObject(), App::PropertyPlacement::setPyObject(), Robot::Robot6AxisPy::setTcp(), Gui::LinkViewPy::setTransform(), Gui::ViewProviderPy::setTransformation(), Gui::View3DInventorViewerPy::setupEditingRoot(), Part::GeometryPy::transform(), transform(), Mesh::MeshPy::transform(), Base::BoundBoxPy::transformed(), Part::TopoShapePy::transformGeometry(), and Part::TopoShapePy::transformShape().
The documentation for this class was generated from the following files:
- build/webdoc/src/Base/MatrixPy.h
- src/Base/MatrixPyImp.cpp
- build/webdoc/src/Base/MatrixPy.cpp