Class Station stores station information including name, X, and Y. Each Station Object is assigned with an unique ID. This ID can be useful for station retrieval.
More...
#include <Stations.h>
Class Station stores station information including name, X, and Y. Each Station Object is assigned with an unique ID. This ID can be useful for station retrieval.
◆ Station() [1/3]
◆ Station() [2/3]
Station::Station |
( |
Station const & |
rhs | ) |
|
◆ Station() [3/3]
Station::Station |
( |
double |
, |
|
|
double |
, |
|
|
std::string |
name = Config::_NAME |
|
) |
| |
◆ ~Station()
◆ getName()
string Station::getName |
( |
| ) |
const |
◆ getX()
double Station::getX |
( |
| ) |
const |
◆ getY()
double Station::getY |
( |
| ) |
const |
◆ operator!=()
bool Station::operator!= |
( |
const Station & |
rhs | ) |
const |
◆ operator<()
bool Station::operator< |
( |
const Station & |
rhs | ) |
const |
◆ operator=()
◆ operator==()
bool Station::operator== |
( |
const Station & |
rhs | ) |
const |
◆ print()
void Station::print |
( |
std::ostream & |
| ) |
const |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & |
, |
|
|
Station const & |
|
|
) |
| |
|
friend |
◆ name_
std::string Station::name_ |
|
private |
◆ x_
◆ y_
The documentation for this class was generated from the following files:
- /Users/weiming/github/AnalogsEnsemble/CAnEn/include/Stations.h
- /Users/weiming/github/AnalogsEnsemble/CAnEn/src/Stations.cpp