BornAgain
1.19.79
Open-source research software to simulate and fit neutron and x-ray reflectometry and grazing-incidence small-angle scattering
|
MnPlot produces a text-screen graphical output of (x,y) points, e.g. from Scan or Contours.
Public Member Functions | |
MnPlot () | |
MnPlot (unsigned int width, unsigned int length) | |
~MnPlot () | |
unsigned int | Length () const |
void | operator() (const std::vector< std::pair< double, double > > &) const |
void | operator() (double, double, const std::vector< std::pair< double, double > > &) const |
unsigned int | Width () const |
Private Attributes | |
unsigned int | fPageLength |
unsigned int | fPageWidth |
|
inline |
|
inline |
void ROOT::Minuit2::MnPlot::operator() | ( | const std::vector< std::pair< double, double > > & | ) | const |
void ROOT::Minuit2::MnPlot::operator() | ( | double | , |
double | , | ||
const std::vector< std::pair< double, double > > & | |||
) | const |
|
inline |
|
private |
|
private |