plotpp::XError
Inherits from plotpp::IPlot
Public Functions
Name | |
---|---|
XError(optional_ptr< Tx > x, optional_ptr< Ty > y, optional_ptr< Txerr > xerror) | |
XError(XError const & ) =default | |
XError(XError && ) =default | |
XError & | operator=(XError const & ) =default |
XError & | operator=(XError && ) =default |
XError & | label(const char * label) |
XError && | label(const char * label) |
XError & | label(std::string_view label) |
XError && | label(std::string_view label) |
XError & | label(std::string && label) |
XError && | label(std::string && label) |
PointType | pointType() const |
XError & | pointType(PointType pt) |
XError && | pointType(PointType pt) |
float | pointSize() const |
XError & | pointSize(float ps) |
XError && | pointSize(float ps) |
Color | color() const |
XError & | color(Color col) |
XError && | color(Color col) |
bool | isAutoColor() const |
XError & | setAutoColor() |
XError && | setAutoColor() |
virtual void | printPlot(FILE * fptr) const |
virtual void | printData(FILE * fptr) const |
Additional inherited members
Public Functions inherited from plotpp::IPlot
Name | |
---|---|
IPlot() =default | |
IPlot(std::string label) | |
virtual | ~IPlot() |
virtual void | printSettings(std::ostream & stream) const =delete |
virtual void | printSettings(FILE * fptr) const |
Protected Functions inherited from plotpp::IPlot
Name | |
---|---|
virtual IPlot & | uid(size_t & uid_io) |
size_t | uid() const |
Friends inherited from plotpp::IPlot
Name | |
---|---|
class | Figure |
Detailed Description
template <class Tx ,
class Ty ,
class Txerr >
class plotpp::XError;
Public Functions Documentation
function XError
inline XError(
optional_ptr< Tx > x,
optional_ptr< Ty > y,
optional_ptr< Txerr > xerror
)
function XError
XError(
XError const &
) =default
function XError
XError(
XError &&
) =default
function operator=
XError & operator=(
XError const &
) =default
function operator=
XError & operator=(
XError &&
) =default
function label
inline XError & label(
const char * label
)
function label
inline XError && label(
const char * label
)
function label
inline XError & label(
std::string_view label
)
function label
inline XError && label(
std::string_view label
)
function label
inline XError & label(
std::string && label
)
function label
inline XError && label(
std::string && label
)
function pointType
inline PointType pointType() const
function pointType
inline XError & pointType(
PointType pt
)
function pointType
inline XError && pointType(
PointType pt
)
function pointSize
inline float pointSize() const
function pointSize
inline XError & pointSize(
float ps
)
function pointSize
inline XError && pointSize(
float ps
)
function color
inline Color color() const
function color
inline XError & color(
Color col
)
function color
inline XError && color(
Color col
)
function isAutoColor
inline bool isAutoColor() const
function setAutoColor
inline XError & setAutoColor()
function setAutoColor
inline XError && setAutoColor()
function printPlot
inline virtual void printPlot(
FILE * fptr
) const
Reimplements: plotpp::IPlot::printPlot
function printData
inline virtual void printData(
FILE * fptr
) const
Reimplements: plotpp::IPlot::printData
Updated on 2025-03-02 at 14:13:17 +0100