|
SPH
|
Point with error bars. More...
#include <Point.h>
Public Attributes | |
| Float | dx |
| Float | dy |
Public Attributes inherited from PlotPoint | |
| Float | x |
| Float | y |
Additional Inherited Members | |
Public Member Functions inherited from PlotPoint | |
| PlotPoint ()=default | |
| PlotPoint (const Float x, const Float y) | |
| PlotPoint & | operator+= (const PlotPoint &other) |
| PlotPoint & | operator*= (const Float value) |
| bool | operator== (const PlotPoint &other) const |
Public Member Functions inherited from OperatorTemplate< PlotPoint > | |
| PlotPoint | operator+ (const PlotPoint &other) const |
| PlotPoint & | operator-= (const PlotPoint &other) |
| bool | operator!= (const PlotPoint &other) const |
| PlotPoint | operator* (const Float value) const |
| PlotPoint | operator/ (const Float value) const |
| PlotPoint & | operator/= (const Float value) |