#include <ElementArray.h>
Inheritance diagram for mcElementArray:
Definition at line 1587 of file ElementArray.h.
Public Member Functions | |
bool | data_isValidContainerFor (mcElementType t) const |
Returns TRUE if this element can safely contain the given element type. | |
mcWRAPPER void | data_CheckIndex (int entry) const |
mcWRAPPER void | data_CheckArrayLimit () |
mcWRAPPER void | data_ChangeFilter (const mcFilter *p) |
mcWRAPPER void | data_UpdateFilterFor (mcElement &p, const mcFilter *f) |
mcWRAPPER bool | data_isElementAllowed (mcElementType type) const |
mcWRAPPER int | data_AddElements (const mcElement *p, int num, int pos=-1, bool bOverwrite=FALSE, bool bForceCopy=FALSE) |
mcWRAPPER mcElement & | data_AddNewElement (mcElementType t, bool bOverwrite=FALSE, int pos=-1) |
mcWRAPPER mcElement & | data_AddNewWrappedElement (mcElementType t, bool bOverwrite=FALSE, int pos=-1) |
mcWRAPPER void | data_Merge (const mcElementArray &p, int n, bool bmath_AddToEnd=TRUE) |
mcWRAPPER void | data_AddNewOp (mcElementType type, int pos=-1) |
mcWRAPPER void | data_AddNewEmptyBox (int pos=-1) |
mcWRAPPER bool | data_Delete (const mcElement &elem) |
mcWRAPPER void | data_Delete (int entry) |
mcWRAPPER void | data_DeleteLast (int num) |
mcWRAPPER void | data_DeleteFirst (int num) |
mcWRAPPER void | data_DeleteAllElemType (mcElementType t) |
mcWRAPPER void | data_DeleteAll () |
mcWRAPPER mcElement | data_Detach (int n) |
mcWRAPPER mcElement | data_DetachLastElem (int num) |
mcWRAPPER mcElement | data_DetachAll () |
mcWRAPPER void | data_MoveElemRight (int start) |
mcWRAPPER void | data_MoveElemLeft (int start) |
mcWRAPPER void | data_Move (int n, int k) |
mcWRAPPER int | data_MoveAllElemType (mcElementType t, mcElementArray &m) |
mcWRAPPER void | data_Swap (int index1, int index2) |
mcWRAPPER int | data_QueueElemType (mcElementType t, int firstpos) |
mcWRAPPER void | data_Repair () |
mcWRAPPER bool | data_isWrappingOnly (mcElementType t) const |
mcWRAPPER const mcElement & | data_GetWrapped (mcElementType t) const |
mcWRAPPER const mcElement & | data_Get (int entry) const |
mcWRAPPER mcElement & | data_Get (int entry) |
mcWRAPPER int | data_GetIndexOf (const mcElement &p) const |
mcWRAPPER const mcElement & | data_GetLast () const |
mcWRAPPER mcElement & | data_GetLast () |
mcWRAPPER mcElement * | data_GetArray (int n=0) const |
mcWRAPPER int | data_GetIndex (int id) const |
mcWRAPPER int | data_GetCount () const |
mcWRAPPER int | data_GetAvailableEntryCount () const |
mcWRAPPER int | data_GetNumOfElemType (mcElementType t) const |
mcWRAPPER int | data_GetOpCount () const |
mcWRAPPER mcElement & | data_GetElemOfType (int n, mcElementType t) const |
mcWRAPPER int | data_GetElemIndexOfType (int n, mcElementType t) const |
mcWRAPPER mcElement & | data_GetNonOpElem (int n) const |
mcWRAPPER int | data_GetNonOpElemIndex (int n) const |
mcWRAPPER mcOperator & | data_GetOp (int n) const |
mcWRAPPER int | data_GetOpIndex (int n) const |
mcWRAPPER mcElementType | data_GetOpTypeBetween (int n1, int n2) const |
mcWRAPPER mcElementType | data_GetOpTypePreceding (int n) const |
mcWRAPPER const mcElement & | data_GetElemAtLeftOf (const mcElement &p) const |
mcWRAPPER const mcElement & | data_GetElemAtRightOf (const mcElement &p) const |
mcWRAPPER bool | data_isOp (int entry) const |
mcWRAPPER bool | data_isEmptyBox (int entry) const |
mcWRAPPER bool | data_isEmptyEntry (int entry) const |
mcWRAPPER bool | data_isAddSubOp (int entry) const |
mcWRAPPER bool | data_isMultDivOp (int entry) const |
mcWRAPPER bool | data_isArrayEmpty () const |
mcWRAPPER bool | data_isValidElem (int entry) const |
mcWRAPPER void | data_Set (int i, const mcElement &value) |
mcWRAPPER void | data_SetAsEmptyEntry (int entry) |
mcWRAPPER void | data_SetFilter (const mcFilter *p) |
mcWRAPPER mcFilter * | data_GetFilter () |
mcWRAPPER const mcFilter * | data_GetFilter () const |
mcWRAPPER bool | data_isUsingFilter () const |
mcWRAPPER int | gui_AddNewElement (mcElementType type, const mcKey &key, int pos=-1) |
mcWRAPPER void | gui_AddNewEmptyBox (int pos=-1) |
mcWRAPPER void | gui_AddNewOp (mcElementType nOpType, int pos=-1) |
mcWRAPPER void | gui_SetCursorOnElemBegin (int n) |
mcWRAPPER void | gui_SetCursorOnElemEnd (int n) |
mcWRAPPER bool | gui_isCursorOn (const mcElement &p) const |
mcWRAPPER int | gui_GetSelElemCount () const |
mcWRAPPER int | gui_GetSelElemCountOfType (mcElementType t) const |
mcWRAPPER int | gui_GetSelElemIndex (int n) const |
mcWRAPPER int | gui_GetSelElemIndexOfType (int n, mcElementType t) const |
mcWRAPPER const mcElement & | gui_GetSelElem (int n) const |
mcWRAPPER const mcElement & | gui_GetSelElemOfType (int n, mcElementType t) const |
mcWRAPPER int | gui_GetSelStart () const |
mcWRAPPER int | gui_GetSelEnd () const |
mcWRAPPER void | gui_DeleteSelection () |
mcWRAPPER mcElement & | gui_ExGetActiveElem (int x, int y, const wxPoint &pt, int cl) |
mcWRAPPER void | gui_DeleteNextOp () |
mcWRAPPER void | gui_DeletePreviousOp () |
mcWRAPPER void | gui_MoveCursorRight () |
mcWRAPPER void | gui_MoveCursorLeft () |
mcWRAPPER int | gui_GetCenterLine () const |
mcWRAPPER int | gui_ExDraw (wxDC &dc, int x, int y, long flags, const wxPoint &pt, int cl=-1, int begin=0, int end=-1, bool bDrawSelected=FALSE) const |
mcWRAPPER int | gui_ExGetRelCursorPos (wxDC &dc, wxPoint *pt, int cl=-1) const |
mcWRAPPER mcExpSimRes | math_Simplify (long flags) |
mcWRAPPER mcExpSimRes | math_Expand (long flags) |
mcWRAPPER mcExpSimRes | math_Simplify (long flags, mcElement *p) |
mcWRAPPER mcExpSimRes | math_Expand (long flags, mcElement *p) |
mcWRAPPER const mcElement & | math_Get (int n) const |
mcWRAPPER mcElement & | math_Get (int n) |
mcWRAPPER int | math_GetCount () const |
mcWRAPPER int | math_GetIndexOf (int occ, const mcElement &tofind) const |
mcWRAPPER mcElementType | math_GetOpTypeBetween (int n1, int n2) const |
mcWRAPPER mcElementType | math_GetOpTypePreceding (int n) const |
mcWRAPPER mcOperator & | math_GetOpBetween (int n1, int n2) const |
mcWRAPPER mcOperator & | math_GetOpPreceding (int n) const |
mcWRAPPER bool | math_Remove (int n, bool bAddZero=TRUE) |
mcWRAPPER bool | math_Delete (int n, const mcElement &elem, bool bAddZero=TRUE) |
mcWRAPPER void | math_ApplyOp (mcElementType optype, mcElement res, const mcElement &factor, mcElement *pp) |
mcWRAPPER void | math_ApplyOpSimple (mcElementType optype, mcElement res, const mcElement &factor) |
mcWRAPPER bool | math_isWrappingOnly (mcElementType t) const |
mcWRAPPER const mcElement & | math_GetWrapped (mcElementType t) const |
mcWRAPPER mcArrayEntry | math_WrapMonomial (const mcMonomial &m) |
mcWRAPPER mcArrayEntry | math_WrapSimple (const mcElement &e) |
mcWRAPPER mcArrayEntry | math_WrapSymbol (const mcSymbolProperties *sym) |
mcWRAPPER mcArrayEntry | math_WrapNumber (const mcRealValue &val) |
mcWRAPPER bool | math_isWrappingNumOnly () const |
mcWRAPPER bool | math_isWrappingSymOnly () const |
mcWRAPPER mcRealValue | math_GetWrappedNumber () const |
mcWRAPPER const mcSymbolProperties * | math_GetWrappedSymbol () const |
mcWRAPPER bool | math_isWrappingOnly (const mcSymbolProperties *sym) const |
mcWRAPPER bool | math_isWrappingOnly (const mcRealValue &val) const |
mcWRAPPER void | math_ResetToOne () |
mcWRAPPER void | math_ResetToZero () |
mcWRAPPER mcArrayEntry | math_EmbedInFraction (bool bAsDenominator=FALSE) |
mcWRAPPER mcArrayEntry | math_EmbedInBracket () |
mcWRAPPER mcArrayEntry | math_EmbedInRadical () |
mcWRAPPER int | math_DataToMathIdx (int dataindex) const |
mcWRAPPER int | math_MathToDataIdx (int mathindex) const |
mcWRAPPER void | math_EmbedInBracketAndRaiseTo (const mcRealValue &n) |
mcWRAPPER void | math_EmbedInBracketAndRaiseTo (const mcPolynomial &p) |
Private Member Functions | |
mcDEFINE_ABSTRACT_CLASS (ElementArray, mcElement) |
|
|
Definition at line 1617 of file ElementArray.h. References mcWRAPPER. Referenced by mcExpContainerHelpers::data_AddNewElement(), and mcPolynomialHelpers::data_AddNewEmptyMonomial(). |
|
Definition at line 1630 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1627 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1620 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1604 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1602 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1600 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1636 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1634 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(), mcMonomialHelpers::gui_MergeWith(), and mcPolynomialHelpers::gui_ReplaceBracket(). |
|
Definition at line 1644 of file ElementArray.h. References mcWRAPPER. Referenced by mcMonomialHelpers::data_TransformDivOp(), mcMathMngHelpers::gui_Input(), mcParenthesisHelpers::io_ImportInlinedExpr(), mcMathMngHelpers::io_ImportInlinedExpr(), mcFractionHelpers::math_Add(), mcMonomialHelpers::math_DivideBy(), and mcPolySolver::math_SolveLineSecondDegree(). |
|
Definition at line 1642 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::io_ImportInlinedExpr(). |
|
Definition at line 1640 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(), and mcMonomialHelpers::gui_AddNewElement(). |
|
Definition at line 1638 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(), and mcMonomialHelpers::gui_AddNewElement(). |
|
Definition at line 1647 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1651 of file ElementArray.h. References mcWRAPPER. Referenced by mcElementArrayHelpers::math_HandleExpSimFlag(). |
|
Definition at line 1649 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1683 of file ElementArray.h. References mcWRAPPER. |
|
|
Definition at line 1696 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(), mcPolynomialHelpers::gui_ReplaceBracket(), and mcElementArrayHelpers::math_HandleExpSimFlag(). |
|
Definition at line 1705 of file ElementArray.h. References mcWRAPPER. |
|
|
Definition at line 1738 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1741 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1717 of file ElementArray.h. References mcWRAPPER. Referenced by mcElementArrayHelpers::math_Compare(), and mcPolynomialHelpers::math_DistributeBracket(). |
|
Definition at line 1714 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(), mcPolynomialHelpers::gui_ReplaceBracket(), and mcMonomialHelpers::math_GetCoeff(). |
|
Definition at line 1772 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1769 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1699 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1687 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::gui_ReplaceBracket(), and mcPolynomialHelpers::math_HandleExpSimFlag(). |
|
Definition at line 1692 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1690 of file ElementArray.h. References mcWRAPPER. Referenced by mcMonomialHelpers::gui_MergeWith(). |
|
Definition at line 1720 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1723 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1708 of file ElementArray.h. References mcWRAPPER. Referenced by mcElementArrayHelpers::math_Compare(), and mcMonomialHelpers::math_GetCoeff(). |
|
Definition at line 1726 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1711 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1729 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1732 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1735 of file ElementArray.h. References mcWRAPPER. Referenced by mcElementArrayHelpers::math_Compare(). |
|
Definition at line 1677 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1750 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1755 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(), mcExpElementHelpers::gui_CheckExpSub(), mcFunctionHelpers::gui_CheckSub(), mcMonomialHelpers::gui_MergeWith(), and mcPolynomialHelpers::math_Add(). |
|
Definition at line 1610 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1746 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1748 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1752 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1744 of file ElementArray.h. References mcWRAPPER. Referenced by mcMonomialHelpers::gui_MergeWith(), mcPolynomialHelpers::math_Add(), and mcElementArrayHelpers::math_Compare(). |
|
Definition at line 1775 of file ElementArray.h. References mcWRAPPER. |
|
Returns TRUE if this element can safely contain the given element type. Without this function a lot of errors could be undetectable:
mcPolynomial pol; // creates a new polynomial mcElement e(pol); // references it [...] // the programmers forgots what "e" references mcFraction f(e); // mcFraction wraps a mcPolynomialHelpers class ! f.data_GetNum(); // CRASH This function must be overridden by mcElement-derived classes in order to provide a list of the mcElementType it can safely contain. Reimplemented from mcElement. Reimplemented in mcMonomial, and mcPolynomial. Definition at line 1593 of file ElementArray.h. References mcET_MONOMIAL, and mcET_POLYNOMIAL. |
|
Definition at line 1757 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1674 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1624 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1658 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1660 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1656 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(), mcMonomialHelpers::gui_MergeWith(), and mcPolynomialHelpers::gui_ReplaceBracket(). |
|
Definition at line 1654 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1666 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1669 of file ElementArray.h. References mcWRAPPER. Referenced by mcMonomialHelpers::gui_Split(), and mcPolynomialHelpers::io_ImportInlinedExpr(). |
|
Definition at line 1760 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1763 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1766 of file ElementArray.h. References mcWRAPPER. Referenced by mcMathMng::data_SetFilter(), and mcMathMngHelpers::data_SetFilter(). |
|
Definition at line 1663 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1607 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1786 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1788 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1790 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1826 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1828 of file ElementArray.h. References mcWRAPPER. |
|
Reimplemented from mcElement. Definition at line 1820 of file ElementArray.h. References mcElement::gui_DeleteSelection(), and mcWRAPPER. Referenced by mcMathMngHelpers::gui_DeleteSelection(). |
|
Definition at line 1850 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1823 of file ElementArray.h. References mcWRAPPER. Referenced by mcMathMngHelpers::gui_GetActiveElem(). |
|
Definition at line 1871 of file ElementArray.h. References mcWRAPPER. Referenced by mcMathMngHelpers::gui_GetRelCursorPos(). |
|
Definition at line 1847 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1810 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1801 of file ElementArray.h. References mcWRAPPER. Referenced by mcMathMngHelpers::gui_MultiplyBySel(). |
|
Definition at line 1803 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1805 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1807 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1812 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1817 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1815 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1798 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1833 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1831 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1793 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::data_ReplaceParentheses(). |
|
Definition at line 1795 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::gui_ReplaceBracket(). |
|
Definition at line 1916 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1918 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1962 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1914 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_GetCoeffOf(). |
|
Definition at line 1957 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_GetLCM(), and mcPolynomialHelpers::math_MultiplyBy(). |
|
Definition at line 1983 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1981 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1955 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1959 of file ElementArray.h. References mcWRAPPER. |
|
Reimplemented from mcElement. Definition at line 1890 of file ElementArray.h. References mcElement::math_Expand(), and mcWRAPPER. |
|
Definition at line 1886 of file ElementArray.h. References mcElement::math_Expand(), and mcWRAPPER. Referenced by mcMathMng::math_Expand(), mcMathMngHelpers::math_Expand(), mcFractionHelpers::math_Expand(), and mcExpContainerHelpers::math_ExpandBase(). |
|
Reimplemented in mcPolynomial. Definition at line 1895 of file ElementArray.h. References mcWRAPPER. |
|
Reimplemented in mcPolynomial. Definition at line 1893 of file ElementArray.h. References mcWRAPPER. Referenced by mcMonomialHelpers::math_Add(), mcMonomialHelpers::math_CanBeAddedWith(), mcPolynomialHelpers::math_DistributeBracket(), mcPolynomial::math_Get(), mcMonomialHelpers::math_GetGCD(), mcMonomialHelpers::math_GetLCM(), mcRadicalHelpers::math_SimplifyContents(), and mcFractionHelpers::math_SimplifyFactors(). |
|
|
Definition at line 1900 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_FindMonomialContaining(), and mcMonomialHelpers::math_GetLCM(). |
|
Definition at line 1907 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1909 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1903 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1905 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1924 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_GetWrapped(). |
|
Definition at line 1940 of file ElementArray.h. References mcWRAPPER. Referenced by mcMonomialHelpers::math_GetMaxDegreeFor(). |
|
Definition at line 1943 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1935 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1947 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1945 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1921 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_FactoreOut(), mcMathMngHelpers::math_Move(), and mcBracketHelpers::math_SimplifyContents(). |
|
Definition at line 1937 of file ElementArray.h. References mcWRAPPER. |
|
Definition at line 1964 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_DistributeBracket(), and mcFractionHelpers::math_SimplifyFactors(). |
|
Definition at line 1912 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_GetCoeffOf(), mcMonomialHelpers::math_GetLCM(), mcFractionHelpers::math_SimplifyFactors(), and mcPolySolver::math_SolveLineSecondDegree(). |
|
Definition at line 1950 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_DistributeBracket(), mcElementArrayHelpers::math_GetFactors(), and mcMonomialHelpers::math_GetGCD(). |
|
Definition at line 1952 of file ElementArray.h. References mcWRAPPER. Referenced by mcExpElementHelpers::math_MultOrDiv(). |
|
Reimplemented from mcElement. Definition at line 1888 of file ElementArray.h. References mcElement::math_Simplify(), and mcWRAPPER. |
|
Definition at line 1884 of file ElementArray.h. References mcElement::math_Simplify(), and mcWRAPPER. Referenced by mcMathMng::math_Simplify(), mcMathMngHelpers::math_Simplify(), mcFractionHelpers::math_Simplify(), and mcExpContainerHelpers::math_SimplifyBase(). |
|
Definition at line 1926 of file ElementArray.h. References mcWRAPPER. Referenced by mcMonomialHelpers::math_DivideBy(). |
|
Definition at line 1932 of file ElementArray.h. References mcWRAPPER. Referenced by mcRadicalHelpers::io_ImportBaseInlinedExpr(), mcMathMngHelpers::io_ImportInlinedExpr(), mcPolynomialHelpers::math_GetCoeffOf(), mcElementHelpers::math_MakeReciprocal(), mcPolynomialHelpers::math_RaiseTo(), mcRange::math_Set(), mcPolynomial::mcPolynomial(), and mcMathCore::SetupMath(). |
|
Definition at line 1928 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolynomialHelpers::math_CreateWrapperFor(), mcElementHelpers::math_GetFactors(), mcNumberHelpers::math_MakeReciprocal(), mcElementHelpers::math_MakeReciprocal(), mcExpElementHelpers::math_SimplifyExp(), mcNumberHelpers::math_TransformInFraction(), and mcMathCore::SetupMath(). |
|
Definition at line 1930 of file ElementArray.h. References mcWRAPPER. Referenced by mcPolySolver::math_SolveLineSecondDegree(), and mcPolynomial::mcPolynomial(). |
|
|
[ Top ] |