![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
girange.c GiRange * giraffe_range_create(cxdouble min, cxdouble max) Creates a new range from the given minimum and maximum values. Definition: girange.c:83 void giraffe_range_set_min(GiRange *self, cxdouble min) Set the minimum of a range. Definition: girange.c:144 cxdouble giraffe_range_get_min(const GiRange *const self) Get the minimum of a range. Definition: girange.c:167 cxdouble giraffe_range_get_max(const GiRange *const self) Get the maximum of a range. Definition: girange.c:213 void giraffe_range_set_max(GiRange *self, cxdouble max) Set the maximum of a range. Definition: girange.c:190 |