#include <MEDCalculatorDBRangeSelection.hxx>
Public Member Functions | |
| MEDCalculatorDBRangeSelection (const char *v) throw (INTERP_KERNEL::Exception) | |
| MEDCalculatorDBRangeSelection (int v) | |
| MEDCalculatorDBRangeSelection () | |
| void | setPyStart (int val) |
| void | setPyEnd (int val) |
| MEDCalculatorDBRangeSelection & | operator= (const char *v) throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBRangeSelection & | operator= (int v) throw (INTERP_KERNEL::Exception) |
| std::vector< int > | getIds (int lgth) const throw (INTERP_KERNEL::Exception) |
| int | getSize (int lgth) const throw (INTERP_KERNEL::Exception) |
| bool | isAll () const |
| void | setAll () |
Private Member Functions | |
| void | setValue (const char *v) throw (INTERP_KERNEL::Exception) |
| void | setValue (int v) throw (INTERP_KERNEL::Exception) |
Static Private Member Functions | |
| static int | TraducePyVal (int val) |
Private Attributes | |
| int | _start |
| int | _end |
Static Private Attributes | |
| static const char | SEPARATOR = ':' |
| static const char | ALL_ELTS [] = ":" |
| MEDCalculatorDBRangeSelection::MEDCalculatorDBRangeSelection | ( | const char * | v | ) | throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBRangeSelection::MEDCalculatorDBRangeSelection | ( | int | v | ) |
| MEDCalculatorDBRangeSelection::MEDCalculatorDBRangeSelection | ( | ) |
| void MEDCalculatorDBRangeSelection::setPyStart | ( | int | val | ) |
| void MEDCalculatorDBRangeSelection::setPyEnd | ( | int | val | ) |
| MEDCalculatorDBRangeSelection & MEDCalculatorDBRangeSelection::operator= | ( | const char * | v | ) | throw (INTERP_KERNEL::Exception) |
| MEDCalculatorDBRangeSelection & MEDCalculatorDBRangeSelection::operator= | ( | int | v | ) | throw (INTERP_KERNEL::Exception) |
| std::vector< int > MEDCalculatorDBRangeSelection::getIds | ( | int | lgth | ) | const throw (INTERP_KERNEL::Exception) |
References testMEDMEM.ret.
| int MEDCalculatorDBRangeSelection::getSize | ( | int | lgth | ) | const throw (INTERP_KERNEL::Exception) |
| bool MEDCalculatorDBRangeSelection::isAll | ( | ) | const |
| void MEDCalculatorDBRangeSelection::setAll | ( | ) |
| void MEDCalculatorDBRangeSelection::setValue | ( | const char * | v | ) | throw (INTERP_KERNEL::Exception) [private] |
References TestMedCorba7.s, TestMedCorba3.s1, and TestMedCorba3.s2.
| void MEDCalculatorDBRangeSelection::setValue | ( | int | v | ) | throw (INTERP_KERNEL::Exception) [private] |
const char ParaMEDMEM.MEDCalculatorDBRangeSelection.SEPARATOR = ':' [static, private] |
const char MEDCalculatorDBRangeSelection::ALL_ELTS = ":" [static, private] |