#include <ABiTargetCheck.hpp>
Public Member Functions | |
ABiTargetCheck () | |
ABiTargetCheck (const ABiTargetCheck &r) | |
ABiTargetCheck & | operator= (const ABiTargetCheck &r) |
virtual | ~ABiTargetCheck () |
virtual bool | isOK (const SpaceTarget &T1, const SpaceTarget &T2) const =0 |
virtual bool | isValid (const Db *dbin, const Db *dbout) |
Public Member Functions inherited from AStringable | |
AStringable () | |
AStringable (const AStringable &r) | |
AStringable & | operator= (const AStringable &r) |
virtual | ~AStringable () |
virtual String | toString (const AStringFormat *strfmt=nullptr) const |
virtual void | display (const AStringFormat *strfmt=nullptr) const final |
virtual void | display (int level) const final |
This class performs the test between two Space Points (usually the target point first and the tentative point second) The function isOK returns TRUE if the two space points are "comparable" with respect to the current criterion Examples:
ABiTargetCheck::ABiTargetCheck | ( | ) |
ABiTargetCheck::ABiTargetCheck | ( | const ABiTargetCheck & | r | ) |
|
virtual |
|
pure virtual |
Reimplemented in BiTargetCheckBench, and BiTargetCheckCell.
ABiTargetCheck & ABiTargetCheck::operator= | ( | const ABiTargetCheck & | r | ) |