#include <MEDCalculatorDBField.hxx>

Public Member Functions | |
| MEDCalculatorDBFieldCst (double val) | |
| MEDCalculatorDBField * | operator+ (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBField * | operator- (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBField * | operator* (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBField * | operator/ (const MEDCalculatorDBField &other) const throw (INTERP_KERNEL::Exception) |
| bool | isEqual (const MEDCalculatorDBField &other, double precM, double precF) const |
| MEDCalculatorDBFieldReal * | convertIntoReal (const MEDCalculatorDBFieldReal &ref) const |
| double | getValue () const |
Private Attributes | |
| double | _val |
| MEDCalculatorDBFieldCst::MEDCalculatorDBFieldCst | ( | double | val | ) |
| MEDCalculatorDBField * MEDCalculatorDBFieldCst::operator+ | ( | const MEDCalculatorDBField & | other | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
| MEDCalculatorDBField * MEDCalculatorDBFieldCst::operator- | ( | const MEDCalculatorDBField & | other | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
| MEDCalculatorDBField * MEDCalculatorDBFieldCst::operator* | ( | const MEDCalculatorDBField & | other | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
| MEDCalculatorDBField * MEDCalculatorDBFieldCst::operator/ | ( | const MEDCalculatorDBField & | other | ) | const throw (INTERP_KERNEL::Exception) [virtual] |
| bool MEDCalculatorDBFieldCst::isEqual | ( | const MEDCalculatorDBField & | other, |
| double | precM, | ||
| double | precF | ||
| ) | const [virtual] |
| MEDCalculatorDBFieldReal* ParaMEDMEM.MEDCalculatorDBFieldCst.convertIntoReal | ( | const MEDCalculatorDBFieldReal & | ref | ) | const |
| double ParaMEDMEM.MEDCalculatorDBFieldCst.getValue | ( | ) | const |