#include <GenericSolver.h>
Inheritance diagram for mcExpandSolver:
Definition at line 70 of file GenericSolver.h.
Public Member Functions | |
mcExpandSolver () | |
virtual | ~mcExpandSolver () |
bool | math_SolveLine (mcMathLine &p, const mcSymbolProperties *unk, mcSystemStepArray &) |
Just uses the mcSolver::math_DoCompleteExpansion to fill the step array. | |
bool | math_WorksOn (const mcMathOrSystem &m) const |
Returns TRUE if this algorithm can be applied on the given math system solving it for one of the mcSymbol contained registered as unknowns. | |
bool | math_isReady () const |
Returns TRUE if this solver is ready to work. | |
wxPanel * | gui_GetOptionsPanel () const |
Returns the panel containing the options for this algorithm. |
|
Definition at line 73 of file GenericSolver.h. References mcST_EXPAND. |
|
Definition at line 79 of file GenericSolver.h. |
|
Returns the panel containing the options for this algorithm. The returned pointer must be deleted by the caller, when it is not required anymore... If the returned value is NULL, no options are available for this solver. Implements mcSolver. Definition at line 88 of file GenericSolver.h. |
|
Returns TRUE if this solver is ready to work. This function can be used to check if all the options/settings for this solver have been correctly set and the #Solve() function will correctly work (on a system where #WorksOn returns TRUE). Implements mcSolver. Definition at line 86 of file GenericSolver.h. |
|
Just uses the mcSolver::math_DoCompleteExpansion to fill the step array.
Implements mcSolver. Definition at line 83 of file GenericSolver.cpp. References mcSolver::math_DoCompleteExpansion(), mcEXPSIM_NOFLAGS, mcSOLVERLOG, and mcTXTP. |
|
Returns TRUE if this algorithm can be applied on the given math system solving it for one of the mcSymbol contained registered as unknowns.
Implements mcSolver. Definition at line 84 of file GenericSolver.h. |
[ Top ] |