#include <TrimRangeAlgorithm.h>
Public Member Functions | |||
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 68 of file TrimRangeAlgorithm.h.
|
constructor
Definition at line 72 of file TrimRangeAlgorithm.h. |
|
check if "this" has smaller value of "range" than other
Definition at line 76 of file TrimRangeAlgorithm.h. |