#include <ElementArray.h>
Inheritance diagram for mcArrayEntry:
Definition at line 77 of file ElementArray.h.
Public Member Functions | |
mcArrayEntry (const mcElementArrayHelpers *owner=NULL, int idx=-1) | |
virtual | ~mcArrayEntry () |
GET functions | |
CONST functions which makes member access safe. | |
mcElement & | data_GetRef () const |
int | data_GetIdx () const |
int | math_GetIdx () const |
mcBracket & | data_GetBracket () const |
mcFraction & | data_GetFraction () const |
bool | data_isValid () const |
SET functions | |
Safe set functions. | |
void | data_SetOwner (mcElementArrayHelpers *ref) |
void | data_SetIdx (int idx) |
Public Attributes | |
int | mdata_idx |
The data index of the monomial containing the element. | |
const mcElementArrayHelpers * | mdata_arr |
A reference to the element. |
|
Definition at line 89 of file ElementArray.h. |
|
Definition at line 92 of file ElementArray.h. |
|
Definition at line 104 of file ElementArray.h. References data_GetRef(). Referenced by mcElementArrayHelpers::math_EmbedInBracketAndRaiseTo(), mcElementArrayHelpers::math_EmbedInRadicalAndRaiseTo(), and mcPolynomialHelpers::math_FactoreOut(). |
|
Definition at line 105 of file ElementArray.h. References data_GetRef(). Referenced by mcPolynomialHelpers::math_DivideBy(), and mcMonomialHelpers::math_DivideBy(). |
|
Definition at line 94 of file ElementArray.cpp. References mcElementArrayHelpers::data_GetIdxFromEntry(), and mdata_arr. Referenced by math_GetIdx(). |
|
|
Definition at line 107 of file ElementArray.h. |
|
Definition at line 117 of file ElementArray.h. References mdata_idx. Referenced by mcPolynomialHelpers::math_WrapSimple(). |
|
Definition at line 116 of file ElementArray.h. References mdata_arr. |
|
Definition at line 97 of file ElementArray.cpp. References data_GetIdx(), mcElementArrayHelpers::math_DataToMathIdx(), and mdata_arr. |
|
A reference to the element.
Definition at line 85 of file ElementArray.h. Referenced by data_GetIdx(), data_GetRef(), data_isValid(), data_SetOwner(), math_GetIdx(), and mcArrayEntry(). |
|
The data index of the monomial containing the element.
Definition at line 82 of file ElementArray.h. Referenced by data_isValid(), data_SetIdx(), mcPolynomialHelpers::math_WrapSimple(), and mcArrayEntry(). |
[ Top ] |