SPH
Public Attributes | List of all members
ErrorPlotPoint Struct Reference

Point with error bars. More...

#include <Point.h>

Inheritance diagram for ErrorPlotPoint:
PlotPoint OperatorTemplate< PlotPoint >

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)
 
PlotPointoperator+= (const PlotPoint &other)
 
PlotPointoperator*= (const Float value)
 
bool operator== (const PlotPoint &other) const
 
- Public Member Functions inherited from OperatorTemplate< PlotPoint >
PlotPoint operator+ (const PlotPoint &other) const
 
PlotPointoperator-= (const PlotPoint &other)
 
bool operator!= (const PlotPoint &other) const
 
PlotPoint operator* (const Float value) const
 
PlotPoint operator/ (const Float value) const
 
PlotPointoperator/= (const Float value)
 

Detailed Description

Point with error bars.

Definition at line 43 of file Point.h.

Member Data Documentation

◆ dx

Float ErrorPlotPoint::dx

Definition at line 44 of file Point.h.

◆ dy

Float ErrorPlotPoint::dy

Definition at line 44 of file Point.h.


The documentation for this struct was generated from the following file: