#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 68 of file TrimRangeAlgorithm.h.
|
|
Definition at line 70 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. References range. |
|
|
Definition at line 74 of file TrimRangeAlgorithm.h. |
|
|
Definition at line 73 of file TrimRangeAlgorithm.h. |
1.3-rc3