#include <ScoutingVertex.h>
Public Member Functions | |
ScoutingVertex (float x, float y, float z, float zError) | |
ScoutingVertex () | |
float | x () const |
float | y () const |
float | z () const |
float | zError () const |
Private Attributes | |
float | x_ |
float | y_ |
float | z_ |
float | zError_ |
Definition at line 8 of file ScoutingVertex.h.
|
inline |
Definition at line 12 of file ScoutingVertex.h.
|
inline |
Definition at line 15 of file ScoutingVertex.h.
|
inline |
Definition at line 18 of file ScoutingVertex.h.
References x_.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 19 of file ScoutingVertex.h.
References y_.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 20 of file ScoutingVertex.h.
References z_.
Referenced by geometryXMLparser.Alignable::pos().
|
inline |
|
private |
Definition at line 24 of file ScoutingVertex.h.
Referenced by x().
|
private |
Definition at line 25 of file ScoutingVertex.h.
Referenced by y().
|
private |
Definition at line 26 of file ScoutingVertex.h.
Referenced by z().
|
private |
Definition at line 27 of file ScoutingVertex.h.
Referenced by zError().