63 for (
int i = 0; i < e; ++i) {
141 RGBColor lightgray(211, 211, 211, 255);
144 RGBColor yellowCharge(255, 180, 0, 255);
145 RGBColor redCharge(255, 51, 51, 255);
146 RGBColor redChargeOverheadWire(180, 0, 0, 255);
182 std::vector<double> myFGShapeRotations_aux;
183 std::vector<double> myFGShapeLengths_aux;
196 fromPos = (*it)->getPositionOnLane() - ((*it)->getVehicleType().getLength() / 2);
206 myFGShapeRotations_aux.clear();
207 myFGShapeLengths_aux.clear();
209 myFGShapeRotations_aux.reserve(
myFGShape.size() - 1);
210 myFGShapeLengths_aux.reserve(
myFGShape.size() - 1);
212 e_aux = (int)myFGShape_aux.size() - 1;
213 for (
int i = 0; i < e_aux; ++i) {
214 const Position& f_aux = myFGShape_aux[i];
215 const Position& s_aux = myFGShape_aux[i + 1];
216 myFGShapeLengths_aux.push_back(f_aux.
distanceTo(s_aux));
217 myFGShapeRotations_aux.push_back((
double)atan2((s_aux.
x() - f_aux.
x()), (f_aux.
y() - s_aux.
y())) * (double) 180.0 / (
double)
M_PI);
226 if (node !=
nullptr) {
231 GLHelper::drawBoxLines(myFGShape_aux, myFGShapeRotations_aux, myFGShapeLengths_aux, exaggeration / 8, 0, 0.5);
242 myFGShapeRotations_aux.clear();
243 myFGShapeLengths_aux.clear();
245 myFGShapeRotations_aux.reserve(
myFGShape.size() - 1);
246 myFGShapeLengths_aux.reserve(
myFGShape.size() - 1);
248 e_aux = (int)myFGShape_aux.size() - 1;
249 for (
int i = 0; i < e_aux; ++i) {
250 const Position& f_aux = myFGShape_aux[i];
251 const Position& s_aux = myFGShape_aux[i + 1];
252 myFGShapeLengths_aux.push_back(f_aux.
distanceTo(s_aux));
253 myFGShapeRotations_aux.push_back((
double)atan2((s_aux.
x() - f_aux.
x()), (f_aux.
y() - s_aux.
y())) * (double) 180.0 / (
double)
M_PI);
257 GLHelper::drawBoxLines(myFGShape_aux, myFGShapeRotations_aux, myFGShapeLengths_aux, exaggeration / 8, 0, 0.5);
289 if (s.
scale * exaggeration > 25) {
290 noPoints =
MIN2((
int)(9.0 + (s.
scale * exaggeration) / 10.0), 36);
293 glScaled(exaggeration, exaggeration, 1);
295 glTranslated(0, 0, .1);
300 if (s.
scale * exaggeration >= 4.5) {
304 glTranslated(5, 0, 0);
357 RGBColor lightgray(211, 211, 211, 255);
360 RGBColor yellowCharge(255, 180, 0, 255);
361 RGBColor redCharge(255, 51, 51, 255);
362 RGBColor redChargeOverheadWire(180, 0, 0, 255);
377 std::vector<double> myFGShapeRotations_aux;
378 std::vector<double> myFGShapeLengths_aux;
380 myFGShapeRotations_aux.clear();
381 myFGShapeLengths_aux.clear();
383 myFGShapeRotations_aux.reserve(
myFGShape.size() - 1);
384 myFGShapeLengths_aux.reserve(
myFGShape.size() - 1);
386 int e_aux = (int)myFGShape_aux.size() - 1;
387 for (
int i = 0; i < e_aux; ++i) {
388 const Position& f_aux = myFGShape_aux[i];
389 const Position& s_aux = myFGShape_aux[i + 1];
390 myFGShapeLengths_aux.push_back(f_aux.
distanceTo(s_aux));
391 myFGShapeRotations_aux.push_back((
double)atan2((s_aux.
x() - f_aux.
x()), (f_aux.
y() - s_aux.
y())) * (double) 180.0 / (
double)
M_PI);
395 GLHelper::drawBoxLines(myFGShape_aux, myFGShapeRotations_aux, myFGShapeLengths_aux, exaggeration / 8, 0, 0.5);
@ GLO_OVERHEAD_WIRE_SEGMENT
a segment of an overhead line
GUIPropertyScheme< RGBColor > GUIColorScheme
std::string toString(const T &t, std::streamsize accuracy=gPrecision)
A class that stores a 2D geometrical boundary.
Boundary & grow(double by)
extends the boundary by the given amount
Node * getNode(string name)
static void setColor(const RGBColor &c)
Sets the gl-color to this value.
static void drawFilledCircle(double width, int steps=8)
Draws a filled circle around (0,0)
static void drawBoxLines(const PositionVector &geom, const std::vector< double > &rots, const std::vector< double > &lengths, double width, int cornerDetail=0, double offset=0)
Draws thick lines.
static void drawText(const std::string &text, const Position &pos, const double layer, const double size, const RGBColor &col=RGBColor::BLACK, const double angle=0, const int align=0, double width=-1)
void buildPositionCopyEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to copy the cursor position if geo projection is used,...
void buildShowParamsPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to open the parameter window.
void buildCenterPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to center to the object.
void buildNameCopyPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds entries which allow to copy the name / typed name into the clipboard.
void buildPopupHeader(GUIGLObjectPopupMenu *ret, GUIMainWindow &app, bool addSeparator=true)
Builds the header.
GUIGlObjectType getType() const
Returns the type of the object as coded in GUIGlObjectType.
void buildSelectionPopupEntry(GUIGLObjectPopupMenu *ret, bool addSeparator=true)
Builds an entry which allows to (de)select the object.
GUIGlID getGlID() const
Returns the numerical id of the object.
void drawName(const Position &pos, const double scale, const GUIVisualizationTextSettings &settings, const double angle=0) const
draw name of item
PositionVector myFGShape
The shape.
~GUIOverheadWireClamp()
Destructor.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
GUIOverheadWireClamp(const std::string &id, MSLane &lane_start, MSLane &lane_end)
Constructor.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
PositionVector myFGShape
The shape.
~GUIOverheadWire()
Destructor.
void drawGL(const GUIVisualizationSettings &s) const
Draws the object.
std::vector< double > myFGShapeRotations
The rotations of the shape parts.
GUIGLObjectPopupMenu * getPopUpMenu(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own popup-menu.
GUIParameterTableWindow * getParameterWindow(GUIMainWindow &app, GUISUMOAbstractView &parent)
Returns an own parameter window.
GUIOverheadWire(const std::string &id, MSLane &lane, double frompos, double topos, bool voltageSource)
Constructor.
double myFGSignRot
The rotation of the sign.
Boundary getCenteringBoundary() const
Returns the boundary to which the view shall be centered in order to show the object.
std::vector< double > myFGShapeLengths
The lengths of the shape parts.
Position myFGSignPos
The position of the sign.
A window containing a gl-object's parameter.
void mkItem(const char *name, bool dynamic, ValueSource< T > *src)
Adds a row which obtains its value from a ValueSource.
void closeBuilding(const Parameterised *p=0)
Closes the building of the table.
const T getColor(const double value) const
int addColor(const T &color, const double threshold, const std::string &name="")
Stores the information about how to visualize structures.
GUIVisualizationTextSettings addName
GUIVisualizationSizeSettings addSize
double scale
information about a lane's width (temporary, used for a single view)
Representation of a lane in the micro simulation.
const PositionVector & getShape() const
Returns this lane's shape.
double interpolateLanePosToGeometryPos(double lanePos) const
Definition of overhead wire segment.
int getElecHybridCount() const
Node * myCircuitStartNodePos
Circuit * getCircuit() const
MSTractionSubstation * getTractionSubstation() const
MSTractionSubstation * myTractionSubstation
Parameter, Pointer to the electrical substation (by default is nullptr)
std::vector< SUMOVehicle * > myChargingVehicles
const double myBegPos
The begin position this bus stop is located at.
double getBeginLanePosition() const
Returns the begin position of this stop.
const double myEndPos
The end position this bus stop is located at.
double getEndLanePosition() const
Returns the end position of this stop.
const MSLane & getLane() const
Returns the lane this stop is located at.
int getElecHybridCount() const
A point in 2D or 3D with translation and scaling methods.
double distanceTo(const Position &p2) const
returns the euclidean distance in 3 dimension
double x() const
Returns the x-position.
double y() const
Returns the y-position.
double length() const
Returns the length.
double rotationDegreeAtOffset(double pos) const
Returns the rotation at the given length.
void move2side(double amount, double maxExtension=100)
move position vector to side using certain ammount
Boundary getBoxBoundary() const
Returns a boundary enclosing this list of lines.
PositionVector getSubpart(double beginOffset, double endOffset) const
get subpart of a position vector
static const RGBColor BLUE
static const RGBColor YELLOW
static const RGBColor ORANGE
static const RGBColor CYAN
static const RGBColor GREEN
static const RGBColor BLACK
static const RGBColor MAGENTA
static const RGBColor RED
named colors
double getExaggeration(const GUIVisualizationSettings &s, const GUIGlObject *o, double factor=20) const
return the drawing size including exaggeration and constantSize values