20 #ifndef SUMO_NBPTSTOP_H 21 #define SUMO_NBPTSTOP_H 58 NBPTStop(std::string ptStopId,
Position position, std::string edgeId, std::string origEdgeId,
double length, std::string name);
59 std::string
getID()
const;
66 void setLaneID(
const std::string& laneId);
92 #endif //SUMO_NBPTSTOP_H const std::string getName()
void write(OutputDevice &device)
const std::string myOrigEdgeId
const std::string getEdgeId()
NBPTStop & operator=(const NBPTStop &)
Invalidated assignment operator.
std::string getID() const
The representation of a single pt stop.
const double myPTStopLength
const std::string myEdgeId
A point in 2D or 3D with translation and scaling methods.
void computExtent(double center, double d)
void reshiftPostion(const double offsetX, const double offsetY)
void setLaneID(const std::string &laneId)
Static storage of an output device and its base (abstract) implementation.
const Position & getPosition()
const std::string getOrigEdgeId()
NBPTStop(std::string ptStopId, Position position, std::string edgeId, std::string origEdgeId, double length, std::string name)
Constructor.
const std::string myPTStopId