#include "TeSlice.h"#include "TeGroupingAlgorithms.h"#include <vector>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) |
| void TdkGroupByEqualStep | ( | double | min, | |
| double | max, | |||
| int | nstep, | |||
| vector< TeSlice > & | result, | |||
| int | precision | |||
| ) |
| void TdkGroupByEqualStep | ( | long | min, | |
| long | max, | |||
| int | nstep, | |||
| vector< TeSlice > & | result | |||
| ) |
1.5.2