|
| | PlotSurfaceParameters () |
| |
| void | setTitle (const std::string &title, bool overwrite=true) |
| |
| void | setLabelX (const std::string &labelX, bool overwrite=true) |
| |
| void | setLabelY (const std::string &labelY, bool overwrite=true) |
| |
| void | setLabelZ (const std::string &labelZ, bool overwrite=true) |
| |
| void | setBoundsX (double minX, double maxX, bool overwrite=true) |
| |
| void | setBoundsY (double minY, double maxY, bool overwrite=true) |
| |
| void | setRotation (int elevation, int azimuthal, bool overwrite=true) |
| |
| void | flush () const |
| |
| void | clear () |
| |
◆ PlotSurfaceParameters()
| TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::PlotSurfaceParameters |
( |
| ) |
|
|
inline |
◆ clear()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::clear |
( |
| ) |
|
|
inline |
◆ flush()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::flush |
( |
| ) |
const |
|
inline |
Flush parameters to matplotlib.
◆ setBoundsX()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::setBoundsX |
( |
double |
minX, |
|
|
double |
maxX, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
Set the bounds for the x-axis.
◆ setBoundsY()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::setBoundsY |
( |
double |
minY, |
|
|
double |
maxY, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
Set the bounds for the y-axis.
◆ setLabelX()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::setLabelX |
( |
const std::string & |
labelX, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
◆ setLabelY()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::setLabelY |
( |
const std::string & |
labelY, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
◆ setLabelZ()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::setLabelZ |
( |
const std::string & |
labelZ, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
◆ setRotation()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::setRotation |
( |
int |
elevation, |
|
|
int |
azimuthal, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
◆ setTitle()
| void TBTK::Visualization::MatPlotLib::PlotSurfaceParameters::setTitle |
( |
const std::string & |
title, |
|
|
bool |
overwrite = true |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: