Rosetta
Public Member Functions | Public Attributes | List of all members
core::sequence::Line Struct Reference

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...
 
Lineoperator= (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...
 

Detailed Description

struct

Constructor & Destructor Documentation

◆ Line() [1/3]

core::sequence::Line::Line ( )
inline

default constructor

◆ Line() [2/3]

core::sequence::Line::Line ( Real const  r1,
Real const  r2,
bool const  b 
)
inline

value constructor

◆ Line() [3/3]

core::sequence::Line::Line ( Line const &  )
inlinedefault

copy constructor

◆ ~Line()

core::sequence::Line::~Line ( )
inlinedefault

default destructor

Member Function Documentation

◆ operator=()

Line& core::sequence::Line::operator= ( Line const &  rval)
inline

copy assignment

References intercept, region, and slope.

Member Data Documentation

◆ intercept

Real core::sequence::Line::intercept

intercept of line

Referenced by operator=().

◆ region

bool core::sequence::Line::region

region to be selected, true: above the line, false below the line

Referenced by operator=().

◆ slope

Real core::sequence::Line::slope

slope of line

Referenced by operator=().


The documentation for this struct was generated from the following file: