BornAgain
1.19.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Defines class CLASS? More...
Go to the source code of this file.
Namespaces | |
TestUtils | |
Various common utils for unit tests. | |
Functions | |
std::vector< double > | TestUtils::binCenters (const QCPGraph *graph) |
Returns vector representing bin centers on QCPgraph. More... | |
std::vector< double > | TestUtils::binErrors (const QCPGraph *graph) |
Returns vector representing bin errors of QCPGraph. More... | |
std::vector< double > | TestUtils::binValues (const QCPGraph *graph) |
Returns vector representing y-values on QCPgraph. More... | |
template<typename G , typename T > | |
std::vector< double > | TestUtils::get_values (const G *graph, T operand) |
Returns vector representing bin centers/values on QCPGraph. More... | |
template<typename T > | |
T * | TestUtils::GetPlottable (QCustomPlot *custom_plot) |
Finds and returns specific plottable in QCustomPlot canvas. More... | |
Defines class CLASS?
Definition in file customplot_test_utils.h.