![]() |
Rosetta
2021.16
|
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 &)=default | |
| copy constructor More... | |
| ~Line ()=default | |
| 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
|
inline |
default constructor
|
inlinedefault |
copy constructor
|
inlinedefault |
default destructor
| Real core::sequence::Line::intercept |
intercept of line
Referenced by operator=().
| bool core::sequence::Line::region |
region to be selected, true: above the line, false below the line
Referenced by operator=().
| Real core::sequence::Line::slope |
slope of line
Referenced by operator=().
1.8.7