AutomatonCell() | AutomatonCell | inline |
AutomatonCell(const Weight &cellWeight) | AutomatonCell | inlineexplicit |
AutomatonCell(const Weight &cellWeight, const ECellFlags &initialFlags) | AutomatonCell | inline |
c_Alias enum value (defined in AutomatonCell) | AutomatonCell | |
c_AllFlags | AutomatonCell | static |
c_Assigned enum value (defined in AutomatonCell) | AutomatonCell | |
c_Background enum value (defined in AutomatonCell) | AutomatonCell | |
c_BadADCOrTOT enum value (defined in AutomatonCell) | AutomatonCell | |
c_Cycle enum value (defined in AutomatonCell) | AutomatonCell | |
c_Masked enum value (defined in AutomatonCell) | AutomatonCell | |
c_Priority enum value (defined in AutomatonCell) | AutomatonCell | |
c_PriorityPath enum value (defined in AutomatonCell) | AutomatonCell | |
c_Reverse enum value (defined in AutomatonCell) | AutomatonCell | |
c_Start enum value (defined in AutomatonCell) | AutomatonCell | |
c_Taken enum value (defined in AutomatonCell) | AutomatonCell | |
c_TemporaryFlags | AutomatonCell | static |
clearFlags(ECellFlags flags=c_AllFlags) | AutomatonCell | inline |
ECellFlag enum name | AutomatonCell | |
ECellFlags typedef | AutomatonCell | |
getCellState() const | AutomatonCell | inline |
getCellWeight() const | AutomatonCell | inline |
getFlags() const | AutomatonCell | inline |
hasAliasFlag() const | AutomatonCell | inline |
hasAnyFlags(ECellFlags flags) const | AutomatonCell | inline |
hasAssignedFlag() const | AutomatonCell | inline |
hasBackgroundFlag() const | AutomatonCell | inline |
hasBadADCOrTOTFlag() const | AutomatonCell | inline |
hasCycleFlag() const | AutomatonCell | inline |
hasMaskedFlag() const | AutomatonCell | inline |
hasPriorityFlag() const | AutomatonCell | inline |
hasPriorityPathFlag() const | AutomatonCell | inline |
hasReverseFlag() const | AutomatonCell | inline |
hasStartFlag() const | AutomatonCell | inline |
hasTakenFlag() const | AutomatonCell | inline |
m_flags | AutomatonCell | private |
m_state | AutomatonCell | private |
m_weight | AutomatonCell | private |
setAliasFlag(bool setTo=true) | AutomatonCell | inline |
setAssignedFlag(bool setTo=true) | AutomatonCell | inline |
setBackgroundFlag(bool setTo=true) | AutomatonCell | inline |
setBadADCOrTOTFlag(bool setTo=true) | AutomatonCell | inline |
setCellState(Weight state) | AutomatonCell | inline |
setCellWeight(Weight weight) | AutomatonCell | inline |
setCycleFlag(bool setTo=true) | AutomatonCell | inline |
setFlags(bool setTo) | AutomatonCell | inline |
setFlags(ECellFlags flags) | AutomatonCell | inline |
setMaskedFlag(bool setTo=true) | AutomatonCell | inline |
setPriorityFlag(bool setTo=true) | AutomatonCell | inline |
setPriorityPathFlag(bool setTo=true) | AutomatonCell | inline |
setReverseFlag(bool setTo=true) | AutomatonCell | inline |
setStartFlag(bool setTo=true) | AutomatonCell | inline |
setTakenFlag(bool setTo=true) | AutomatonCell | inline |
unsetAliasFlag() | AutomatonCell | inline |
unsetAssignedFlag() | AutomatonCell | inline |
unsetBackgroundFlag() | AutomatonCell | inline |
unsetBadADCOrTOTFlag() | AutomatonCell | inline |
unsetCycleFlag() | AutomatonCell | inline |
unsetMaskedFlag() | AutomatonCell | inline |
unsetPriorityFlag() | AutomatonCell | inline |
unsetPriorityPathFlag() | AutomatonCell | inline |
unsetReverseFlag() | AutomatonCell | inline |
unsetStartFlag() | AutomatonCell | inline |
unsetTakenFlag() | AutomatonCell | inline |
unsetTemporaryFlags() | AutomatonCell | inline |