#include <Quad-opts.h>
Inherited by Quad.
Public Member Functions | |
Quad_options (void) | |
Quad_options (const Quad_options &opt) | |
Quad_options & | operator= (const Quad_options &opt) |
~Quad_options (void) | |
void | init (void) |
void | copy (const Quad_options &opt) |
void | set_options (const Quad_options &opt) |
void | set_default_options (void) |
void | set_absolute_tolerance (double val) |
void | set_relative_tolerance (double val) |
void | set_single_precision_absolute_tolerance (float val) |
void | set_single_precision_relative_tolerance (float val) |
double | absolute_tolerance (void) const |
double | relative_tolerance (void) const |
float | single_precision_absolute_tolerance (void) const |
float | single_precision_relative_tolerance (void) const |
Protected Attributes | |
bool | reset |
Quad_options::Quad_options | ( | void | ) | [inline] |
Quad_options::Quad_options | ( | const Quad_options & | opt | ) | [inline] |
Quad_options::~Quad_options | ( | void | ) | [inline] |
double Quad_options::absolute_tolerance | ( | void | ) | const [inline] |
void Quad_options::copy | ( | const Quad_options & | opt | ) | [inline] |
void Quad_options::init | ( | void | ) | [inline] |
Quad_options& Quad_options::operator= | ( | const Quad_options & | opt | ) | [inline] |
double Quad_options::relative_tolerance | ( | void | ) | const [inline] |
void Quad_options::set_absolute_tolerance | ( | double | val | ) | [inline] |
void Quad_options::set_default_options | ( | void | ) | [inline] |
void Quad_options::set_options | ( | const Quad_options & | opt | ) | [inline] |
void Quad_options::set_relative_tolerance | ( | double | val | ) | [inline] |
void Quad_options::set_single_precision_absolute_tolerance | ( | float | val | ) | [inline] |
void Quad_options::set_single_precision_relative_tolerance | ( | float | val | ) | [inline] |
float Quad_options::single_precision_absolute_tolerance | ( | void | ) | const [inline] |
float Quad_options::single_precision_relative_tolerance | ( | void | ) | const [inline] |
bool Quad_options::reset [protected] |