A Range Data Type
Functions | |
| GiRange * | giraffe_range_new (void) |
| Creates a new range. | |
| GiRange * | giraffe_range_create (cxdouble min, cxdouble max) |
| Creates a new range from the given minimum and maximum values. | |
| void | giraffe_range_delete (GiRange *self) |
| Destroys a range object. | |
| void | giraffe_range_set_min (GiRange *self, cxdouble min) |
| Set the minimum of a range. | |
| cxdouble | giraffe_range_get_min (const GiRange *const self) |
| Get the minimum of a range. | |
| void | giraffe_range_set_max (GiRange *self, cxdouble max) |
| Set the maximum of a range. | |
| cxdouble | giraffe_range_get_max (const GiRange *const self) |
| Get the maximum of a range. | |
Detailed Description
TBDFunction Documentation
|
||||||||||||
|
Creates a new range from the given minimum and maximum values.
Definition at line 91 of file girange.c. Referenced by giraffe_rebin_get_wavelength_range(), giraffe_sgcalibration_config_create(), and giraffe_wlcalibration_config_create(). |
|
|
Destroys a range object.
Definition at line 126 of file girange.c. Referenced by giraffe_reconstruction_build(), giraffe_sgcalibration_config_destroy(), and giraffe_wlcalibration_config_destroy(). |
|
|
Get the maximum of a range.
Definition at line 221 of file girange.c. Referenced by giraffe_integrate_flux(), and giraffe_reconstruction_build(). |
|
|
Get the minimum of a range.
Definition at line 175 of file girange.c. Referenced by giraffe_integrate_flux(), and giraffe_reconstruction_build(). |
|
|
Creates a new range.
|
|
||||||||||||
|
Set the maximum of a range.
Definition at line 198 of file girange.c. Referenced by giraffe_reconstruction_build(). |
|
||||||||||||
|
Set the minimum of a range.
Definition at line 152 of file girange.c. Referenced by giraffe_reconstruction_build(). |
