#include <BiTargetCheckCode.hpp>
Public Member Functions | |
BiTargetCheckCode (Id optcode=1, double tolcode=EPSILON6) | |
BiTargetCheckCode (const BiTargetCheckCode &r) | |
BiTargetCheckCode & | operator= (const BiTargetCheckCode &r) |
virtual | ~BiTargetCheckCode () |
bool | isOK (const SpaceTarget &T1, const SpaceTarget &T2) const override |
ICloneable Interface. | |
String | toString (const AStringFormat *strfmt=nullptr) const override |
Interface to AStringable. | |
![]() | |
ABiTargetCheck () | |
ABiTargetCheck (const ABiTargetCheck &r) | |
ABiTargetCheck & | operator= (const ABiTargetCheck &r) |
virtual | ~ABiTargetCheck () |
virtual bool | isValid (const Db *dbin, const Db *dbout) |
![]() | |
AStringable () | |
AStringable (const AStringable &r) | |
AStringable & | operator= (const AStringable &r) |
virtual | ~AStringable () |
virtual void | display (const AStringFormat *strfmt=nullptr) const final |
virtual void | display (Id level) const final |
![]() | |
ICloneable () | |
virtual | ~ICloneable () |
virtual ICloneable * | clone () const =0 |
std::shared_ptr< ICloneable > | cloneShared () const |
std::unique_ptr< ICloneable > | cloneUnique () const |
Static Public Member Functions | |
static BiTargetCheckCode * | create (Id optcode=1, double tolcode=EPSILON6) |
gstlrn::BiTargetCheckCode::BiTargetCheckCode | ( | Id | optcode = 1 , |
double | tolcode = EPSILON6 |
||
) |
gstlrn::BiTargetCheckCode::BiTargetCheckCode | ( | const BiTargetCheckCode & | r | ) |
|
virtual |
|
static |
|
overridevirtual |
ICloneable Interface.
Implements gstlrn::ABiTargetCheck.
BiTargetCheckCode & gstlrn::BiTargetCheckCode::operator= | ( | const BiTargetCheckCode & | r | ) |
|
overridevirtual |
Interface to AStringable.
Reimplemented from gstlrn::AStringable.