1 #ifndef GRAIL_GENE_FOR_UTILITY_H
2 #define GRAIL_GENE_FOR_UTILITY_H
4 #include "../GrailEvaluators/Curves/LinearlyInterpolatedCurve.hh"
18 void ApplyBackToCurve();
20 std::vector<float> pointsValuesY{};
21 std::vector<size_t> pointsCountPerCurve{};
22 std::vector<std::reference_wrapper<curves::LinearlyInterpolatedCurve<void*>>> sourceCurves{};
The LinearlyInterpolatedCurve class -Curve consisting of multiple linear segments.
Definition: LinearlyInterpolatedCurve.hh:20
Definition: GeneForUtility.h:16