#include "TeSlice.h"#include <vector>Defines | |
| #define | TDKgROUPINGALGORITHMS_H_ |
Functions | |
| void | TdkGroupByUniqueValue (long min, long max, std::vector< TeSlice > &result) |
| Implements the grouping algorithms utils. | |
| void | TdkGroupByEqualStep (long min, long max, int nstep, vector< TeSlice > &result) |
| void | TdkGroupByEqualStep (double min, double max, int nstep, vector< TeSlice > &result, int precision=0) |
| #define TDKgROUPINGALGORITHMS_H_ |
| void TdkGroupByEqualStep | ( | double | min, | |
| double | max, | |||
| int | nstep, | |||
| vector< TeSlice > & | result, | |||
| int | precision = 0 | |||
| ) |
| void TdkGroupByEqualStep | ( | long | min, | |
| long | max, | |||
| int | nstep, | |||
| vector< TeSlice > & | result | |||
| ) |
1.5.2