Class Reference for E1039 Core & Analysis Software
|
Base class to hold a set (list or map) of roads. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/GenRoadset/src/RoadListBase.h>
Public Member Functions | |
virtual | ~RoadListBase () |
void | SetPNTB (const int pn, const int tb) |
void | SetPosNeg (const int pn) |
void | SetTopBot (const int tb) |
int | GetPosNeg () const |
int | GetTopBot () const |
std::string | GetPosNegStr () const |
std::string | GetTopBotStr () const |
void | Frozen () |
bool | IsFrozen () |
Protected Member Functions | |
RoadListBase () | |
Protected Attributes | |
int | m_pn |
int | m_tb |
bool | m_frozen |
Base class to hold a set (list or map) of roads.
Definition at line 6 of file RoadListBase.h.
|
protected |
Definition at line 4 of file RoadListBase.cc.
|
virtual |
Definition at line 12 of file RoadListBase.cc.
|
inline |
Definition at line 25 of file RoadListBase.h.
References m_frozen.
Referenced by AnaBG::SetRoads().
|
inline |
Definition at line 20 of file RoadListBase.h.
References m_pn.
|
inline |
Definition at line 22 of file RoadListBase.h.
References m_pn.
Referenced by GenRoadset::DisableRoadsByFoM(), GenRoadset::DisableRoadsByWeightFraction(), DrawRoadset::DrawOneSet(), and GenRoadset::GenerateSymmetricRoadSetByFoM().
|
inline |
Definition at line 21 of file RoadListBase.h.
References m_tb.
|
inline |
Definition at line 23 of file RoadListBase.h.
References m_tb.
Referenced by GenRoadset::DisableRoadsByFoM(), GenRoadset::DisableRoadsByWeightFraction(), DrawRoadset::DrawOneSet(), and GenRoadset::GenerateSymmetricRoadSetByFoM().
|
inline |
Definition at line 26 of file RoadListBase.h.
References m_frozen.
|
inline |
Definition at line 17 of file RoadListBase.h.
Referenced by AnaSignal::AnaSignal(), DrawRoadset::DrawRoadset(), and GenRoadset::GenRoadset().
|
inline |
Definition at line 18 of file RoadListBase.h.
References m_pn.
|
inline |
Definition at line 19 of file RoadListBase.h.
References m_tb.
|
protected |
Definition at line 10 of file RoadListBase.h.
Referenced by Frozen(), and IsFrozen().
|
protected |
Definition at line 8 of file RoadListBase.h.
Referenced by GetPosNeg(), GetPosNegStr(), SetPNTB(), and SetPosNeg().
|
protected |
Definition at line 9 of file RoadListBase.h.
Referenced by GetTopBot(), GetTopBotStr(), SetPNTB(), and SetTopBot().