|
using | VectorByType |
|
using | ByOperatorAndType = std::map<enum BindingConstraint::Operator, VectorByType> |
|
|
Area::LinkMap | orderedAreasAndLinks |
| Areas ordered by their name + links ordered by their name.
|
|
BindingConstraintsRepository::Set | orderedConstraint |
| Binding constraints ordered by their name.
|
|
ByOperatorAndType | byOperator |
| All binding constraints according their operator (<, > and = only)
|
|
AreaLink::Vector | pLink |
| Vector of pointers to links, in lexicographic order.
|
|
| UIRuntimeInfo (Study &study) |
| Constructor.
|
|
| ~UIRuntimeInfo () |
| Destructor.
|
|
void | reloadAll () |
| Reload all informations about the study.
|
|
void | reload () |
| Reload informations about the study.
|
|
void | reloadBindingConstraints () |
|
uint | linkCount () const |
| The total number of links in the study.
|
|
uint | clusterCount () const |
| The total number of links in the clusters.
|
|
AreaLink * | link (uint i) |
| Get the link according a given index.
|
|
const AreaLink * | link (uint i) const |
|
ThermalCluster * | cluster (uint i) |
| Get the cluster according a given index.
|
|
const ThermalCluster * | cluster (uint i) const |
|
BindingConstraint * | constraint (uint i) |
|
const BindingConstraint * | constraint (uint i) const |
|
uint | constraintCount () const |
|
uint | countItems (BindingConstraint::Operator op, BindingConstraint::Type type) |
|
uint | visibleClustersCount (uint layerID) |
|
uint | visibleLinksCount (uint layerID) |
|
◆ VectorByType
using Antares::Data::UIRuntimeInfo::VectorByType |
Initial value:
Type
Definition BindingConstraint.h:55
std::vector< std::shared_ptr< BindingConstraint > > Vector
Vector of binding constraints.
Definition BindingConstraintsRepository.h:39
The documentation for this class was generated from the following files:
- src/libs/antares/study/include/antares/study/ui-runtimeinfos.h
- src/libs/antares/study/ui-runtimeinfos.cpp