STIRA
0.1
|
class to manage a set of curves More...
#include <CurveSet.h>
Public Member Functions | |
CurveSet (std::vector< Curve > curveSet, int ID) | |
constructor More... | |
std::vector< Curve > | GetCurveVector () |
Gets the curve set as an stl vector of curve objects. | |
int | GetNumberOfCurves () |
Gets the number of curves in the set. | |
int | GetCurveSetID () |
Gets the number of curves in the set. | |
Curve | GetTopCurve (int minimumLength=400) |
gets the tpo curve in the set More... | |
class to manage a set of curves
stira::common::CurveSet::CurveSet | ( | std::vector< Curve > | curveSet, |
int | ID | ||
) |
constructor
curveSet | input set of curves as an stl vector |
ID | identifier of the current curveset |
Curve stira::common::CurveSet::GetTopCurve | ( | int | minimumLength = 400 | ) |
gets the tpo curve in the set
minimumLength | the minimum length of a curve to be taken as valid |
References GetNumberOfCurves().