#include <MultiIndex.hpp>
Inheritance diagram for SelectedDim:


Public Member Functions | |
| int | NSelected () |
| Returns the number of the selected dimentions. | |
| void | UnSelect () |
| SelectedDim & | operator= (SelectedDim &src) |
| Standard assignment. | |
| SelectedDim & | operator= (bool v) |
| Sets a constant value to all entries. | |
| SelectedDim () | |
| SelectedDim (long dim) | |
| For a selection of length 'dim', all cmps are 'True'. | |
| SelectedDim (SelectedDim &sel) | |
| Duplicates the selection. | |
| SelectedDim::SelectedDim | ( | ) | [inline] |
| SelectedDim::SelectedDim | ( | long | dim | ) | [inline] |
For a selection of length 'dim', all cmps are 'True'.
| SelectedDim::SelectedDim | ( | SelectedDim & | sel | ) | [inline] |
Duplicates the selection.
| int SelectedDim::NSelected | ( | ) | [inline] |
Returns the number of the selected dimentions.
| void SelectedDim::UnSelect | ( | ) | [inline] |
| SelectedDim& SelectedDim::operator= | ( | SelectedDim & | src | ) | [inline] |
Standard assignment.
| SelectedDim& SelectedDim::operator= | ( | bool | v | ) | [inline] |
Sets a constant value to all entries.
1.5.2