#include <TrimRangeAlgorithm.h>
Public Member Functions | |
TrimRange () throw () | |
TrimRange (int range) throw () | |
constructor | |
bool | operator< (const TrimRange &r) const throw () |
check if "this" has smaller value of "range" than other | |
Data Fields | |
int | range |
vector< TrimPoint > | points |
Definition at line 70 of file TrimRangeAlgorithm.h.
|
constructor
Definition at line 74 of file TrimRangeAlgorithm.h. |
|
check if "this" has smaller value of "range" than other
Definition at line 78 of file TrimRangeAlgorithm.h. References range. |