|
| ADrift (const ASpace *space=nullptr) |
|
| ADrift (const ADrift &r) |
|
ADrift & | operator= (const ADrift &r) |
|
virtual | ~ADrift () |
|
virtual int | getNVariables () const =0 |
|
virtual double | eval (const Db *db, int iech) const =0 |
| TODO : Change ADrift::eval args from {Db,iech} to {SpacePoint p1, SpacePoint p2}. More...
|
|
| ASpaceObject (const ASpace *space=nullptr) |
|
| ASpaceObject (const ASpace &space) |
|
| ASpaceObject (const ASpaceObject &r) |
|
ASpaceObject & | operator= (const ASpaceObject &r) |
|
virtual | ~ASpaceObject () |
|
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable interface. More...
|
|
const ASpace * | getSpace () const |
| Accessor to the current object space context. More...
|
|
bool | isConsistent () const |
| Indicate if I am consistent with my current space context. More...
|
|
VectorDouble | getUnitaryVector () const |
| Return unitary vector for the current space context. More...
|
|
virtual bool | isConsistent (const ASpace *space) const =0 |
| Indicate if I am consistent with the provided space. More...
|
|
unsigned int | getNDim () const |
| Shortcuts to ASpace methods. More...
|
|
const VectorDouble & | getOrigin () const |
| Return the current space context origin coordinates. More...
|
|
double | getDistance (const SpacePoint &p1, const SpacePoint &p2) const |
| Return the distance between two space points for the current space context. More...
|
|
VectorDouble | getIncrement (const SpacePoint &p1, const SpacePoint &p2) const |
| Return the increment vector between two space points for the current space context. More...
|
|
| 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 |
|