#include <TrimRangeAlgorithm.h>
Public Member Functions | |
| TrimRange (int range) throw () | |
| constructor range the value of the trim range register   | |
| 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 range the value of the trim range register 
 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.  | 
  
 
1.3.5