#include <MEDCalculatorBrowserMesh.hxx>
Public Member Functions | |
| MEDCalculatorBrowserMesh () | |
| ~MEDCalculatorBrowserMesh () | |
| MEDCalculatorBrowserMesh (const char *mname) | |
| bool | operator== (const std::string &) |
| std::string | str () |
| void | select () |
| void | unselect () |
| bool | isSelected () |
| const std::string & | getName () const |
Private Attributes | |
| std::string | _name |
| bool | _selection |
| MEDCalculatorBrowserMesh::MEDCalculatorBrowserMesh | ( | ) |
| MEDCalculatorBrowserMesh::~MEDCalculatorBrowserMesh | ( | ) |
| MEDCalculatorBrowserMesh::MEDCalculatorBrowserMesh | ( | const char * | mname | ) |
| bool MEDCalculatorBrowserMesh::operator== | ( | const std::string & | nm | ) |
References ParaMEDMEM.MEDCalculatorBrowserMesh._name.
| std::string MEDCalculatorBrowserMesh::str | ( | ) |
| void MEDCalculatorBrowserMesh::select | ( | ) |
References ParaMEDMEM.MEDCalculatorBrowserMesh._selection.
| void MEDCalculatorBrowserMesh::unselect | ( | ) |
References ParaMEDMEM.MEDCalculatorBrowserMesh._selection.
| bool MEDCalculatorBrowserMesh::isSelected | ( | ) |
References ParaMEDMEM.MEDCalculatorBrowserMesh._selection.
| const std::string & MEDCalculatorBrowserMesh::getName | ( | ) | const |
References ParaMEDMEM.MEDCalculatorBrowserMesh._name.
std::string ParaMEDMEM.MEDCalculatorBrowserMesh._name [private] |
bool ParaMEDMEM.MEDCalculatorBrowserMesh._selection [private] |