#include <BiTargetCheckBench.hpp>
Public Member Functions | |
| BiTargetCheckBench (int idim_bench, double width) | |
| BiTargetCheckBench (const BiTargetCheckBench &r) | |
| BiTargetCheckBench & | operator= (const BiTargetCheckBench &r) |
| virtual | ~BiTargetCheckBench () |
| virtual bool | isOK (const SpaceTarget &T1, const SpaceTarget &T2) const override |
| virtual bool | isValid (const Db *dbin, const Db *dbout) override |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| ICloneable Interface. More... | |
| double | getWidth () const |
Public Member Functions inherited from ABiTargetCheck | |
| ABiTargetCheck () | |
| ABiTargetCheck (const ABiTargetCheck &r) | |
| ABiTargetCheck & | operator= (const ABiTargetCheck &r) |
| virtual | ~ABiTargetCheck () |
Public Member Functions inherited from AStringable | |
| AStringable () | |
| AStringable (const AStringable &r) | |
| AStringable & | operator= (const AStringable &r) |
| virtual | ~AStringable () |
| virtual void | display (const AStringFormat *strfmt=nullptr) const final |
| virtual void | display (int level) const final |
Static Public Member Functions | |
| static BiTargetCheckBench * | create (int idim_bench, double width) |
| BiTargetCheckBench::BiTargetCheckBench | ( | int | idim_bench, |
| double | width | ||
| ) |
| BiTargetCheckBench::BiTargetCheckBench | ( | const BiTargetCheckBench & | r | ) |
|
virtual |
|
static |
|
inline |
|
overridevirtual |
Implements ABiTargetCheck.
Reimplemented from ABiTargetCheck.
| BiTargetCheckBench & BiTargetCheckBench::operator= | ( | const BiTargetCheckBench & | r | ) |
|
overridevirtual |