|
Rosetta 3.5
|
struct More...
#include <ABEGOManager.hh>

Public Member Functions | |
| Line () | |
| default constructor More... | |
| Line (Real const r1, Real const r2, bool const b) | |
| value constructor More... | |
| Line (Line const &rval) | |
| copy constructor More... | |
| ~Line () | |
| default destructor More... | |
| Line & | operator= (Line const &rval) |
| copy assignment More... | |
Public Attributes | |
| Real | slope |
| slope of line More... | |
| Real | intercept |
| intercept of line More... | |
| bool | region |
| region to be selected, true: above the line, false below the line More... | |
struct
Definition at line 37 of file ABEGOManager.hh.
|
inline |
default constructor
Definition at line 42 of file ABEGOManager.hh.
value constructor
Definition at line 51 of file ABEGOManager.hh.
|
inline |
copy constructor
Definition at line 63 of file ABEGOManager.hh.
|
inline |
default destructor
Definition at line 72 of file ABEGOManager.hh.
copy assignment
Definition at line 77 of file ABEGOManager.hh.
| Real core::util::Line::intercept |
| bool core::util::Line::region |
region to be selected, true: above the line, false below the line
Definition at line 93 of file ABEGOManager.hh.
Referenced by operator=().
| Real core::util::Line::slope |
1.8.4