gstlearn
0.3.3
CCC
|
#include <ADrift.hpp>
Public Member Functions | |
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 |
Additional Inherited Members | |
![]() | |
void | setNDim (int ndim) |
Modify the Space dimension of an already created item (To be used only during creation ... in particular when reading NF) More... | |
![]() | |
const ASpace * | _space |
Current space context of the object. More... | |
ADrift::ADrift | ( | const ASpace * | space = nullptr | ) |
ADrift::ADrift | ( | const ADrift & | r | ) |
|
virtual |
|
pure virtual |
|
pure virtual |
Implemented in DriftList, and ADriftElem.