![]() |
Isis Developer Reference
|
Go to the source code of this file.
Classes | |
| class | Isis::InlineCalculator |
| Provides a calculator for inline equations. More... | |
| class | Isis::CalculatorVariablePool |
| This is a simple class to model a Calculator Variable Pool. More... | |
| class | Isis::FxBinder |
| This is the parent class to the various function classes. More... | |
| class | Isis::InlineVoidFx |
| This class is used to bind function names with corresponding InlineCalculator functions that do not take parameters. More... | |
| class | Isis::ParameterFx |
| This class is used to bind function names with corresponding Calculator functions that take a parameter. More... | |
| class | Isis::VoidFx |
| This class is used to bind function names with corresponding Calculator functions that do not take parameters. More... | |
Namespaces | |
| Isis | |
| This is free and unencumbered software released into the public domain. | |
Macros | |
| #define | CALL_MEMBER_FN(object, ptrToMember) ((object).*(ptrToMember)) |
| Macro for calling member functions. More... | |
Functions | |
| double | Isis::floatModulusOperator (double a, double b) |
| Determines the remainder of the quotient a/b whose sign is the same as that of a. More... | |
| #define CALL_MEMBER_FN | ( | object, | |
| ptrToMember | |||
| ) | ((object).*(ptrToMember)) |
Macro for calling member functions.
Read all about it at http://www.parashift.com/c++-faq/pointers-to-members.html.