Class Reference for E1039 Core & Analysis Software
|
Class to hold one road. More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-analysis/GenRoadset/src/RoadInfo.h>
Public Member Functions | |
RoadInfo (const int road_id=0) | |
RoadInfo (const RoadInfo &obj) | |
virtual | ~RoadInfo () |
void | SetRoadID (const int road_id) |
int | GetRoadID () const |
void | Add (const double weight, const int count=1) |
void | SetCount (const int count) |
void | SetWeight (const double weight) |
int | GetCount () const |
double | GetWeight () const |
void | Scale (const double val) |
void | AddBG (const double weight, const int count=1) |
void | SetCountBG (const int count) |
void | SetWeightBG (const double weight) |
int | GetCountBG () const |
double | GetWeightBG () const |
void | ScaleBG (const double val) |
void | SetOnOff (const bool on_off) |
double | GetOnOff () const |
double | GetFoM () const |
Class to hold one road.
Definition at line 8 of file RoadInfo.h.
RoadInfo::RoadInfo | ( | const int | road_id = 0 | ) |
Definition at line 7 of file RoadInfo.cc.
RoadInfo::RoadInfo | ( | const RoadInfo & | obj | ) |
Definition at line 18 of file RoadInfo.cc.
|
virtual |
Definition at line 38 of file RoadInfo.cc.
void RoadInfo::Add | ( | const double | weight, |
const int | count = 1 |
||
) |
Definition at line 43 of file RoadInfo.cc.
Referenced by RoadMap::Add().
void RoadInfo::AddBG | ( | const double | weight, |
const int | count = 1 |
||
) |
Definition at line 54 of file RoadInfo.cc.
Referenced by RoadMap::AddBG().
|
inline |
Definition at line 28 of file RoadInfo.h.
Referenced by RoadMap::Add(), UtilRoad::PrintList(), and UtilRoad::WriteToFile().
|
inline |
Definition at line 35 of file RoadInfo.h.
Referenced by RoadMap::AddBG(), and UtilRoad::PrintList().
|
inline |
Definition at line 42 of file RoadInfo.h.
Referenced by GenRoadset::DisableRoadsByFoM(), GenRoadset::GenerateSymmetricRoadSetByFoM(), and UtilRoad::PrintList().
|
inline |
Definition at line 40 of file RoadInfo.h.
Referenced by GenRoadset::GenerateSymmetricRoadSetByFoM(), and UtilRoad::WriteToFile().
|
inline |
Definition at line 23 of file RoadInfo.h.
Referenced by RoadMap::Add(), RoadMap::AddBG(), GenRoadset::GenerateSymmetricRoadSetByFoM(), UtilRoad::PrintList(), GenRoadset::SymmetrizeRoads(), and UtilRoad::WriteToFile().
|
inline |
Definition at line 29 of file RoadInfo.h.
Referenced by RoadMap::Add(), GenRoadset::DisableRoadsByWeightFraction(), UtilRoad::PrintList(), and UtilRoad::WriteToFile().
|
inline |
Definition at line 36 of file RoadInfo.h.
Referenced by RoadMap::AddBG(), and UtilRoad::PrintList().
void RoadInfo::Scale | ( | const double | val | ) |
Definition at line 49 of file RoadInfo.cc.
void RoadInfo::ScaleBG | ( | const double | val | ) |
Definition at line 60 of file RoadInfo.cc.
|
inline |
Definition at line 26 of file RoadInfo.h.
|
inline |
Definition at line 33 of file RoadInfo.h.
|
inline |
Definition at line 39 of file RoadInfo.h.
Referenced by GenRoadset::DisableRoadsByFoM(), GenRoadset::DisableRoadsByWeightFraction(), GenRoadset::GenerateSymmetricRoadSetByFoM(), and GenRoadset::SymmetrizeRoads().
|
inline |
Definition at line 22 of file RoadInfo.h.
|
inline |
Definition at line 27 of file RoadInfo.h.
|
inline |
Definition at line 34 of file RoadInfo.h.