STIRA  0.1
Public Member Functions | List of all members
stira::common::CurveSet Class Reference

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< CurveGetCurveVector ()
 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...
 

Detailed Description

class to manage a set of curves

Constructor & Destructor Documentation

stira::common::CurveSet::CurveSet ( std::vector< Curve curveSet,
int  ID 
)

constructor

Parameters
curveSetinput set of curves as an stl vector
IDidentifier of the current curveset

Member Function Documentation

Curve stira::common::CurveSet::GetTopCurve ( int  minimumLength = 400)

gets the tpo curve in the set

Parameters
minimumLengththe minimum length of a curve to be taken as valid

References GetNumberOfCurves().


The documentation for this class was generated from the following files: