|
| DriftList (const ASpace *space=nullptr) |
|
| DriftList (const DriftList &r) |
|
DriftList & | operator= (const DriftList &r) |
|
virtual | ~DriftList () |
|
virtual bool | isConsistent (const ASpace *space) const override |
| ICloneable interface. More...
|
|
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| AStringable Interface. More...
|
|
virtual double | eval (const Db *db, int iech) const override |
| ADrift interface */. More...
|
|
int | getNVariables () const override |
|
int | getDriftNumber () const |
|
void | setDriftList (const DriftList *drifts) |
|
void | addDrift (const ADriftElem *drift) |
|
void | delDrift (unsigned int i) |
|
void | delAllDrifts () |
|
void | setDriftIRF (int order, int nfex, const CovContext &ctxt) |
|
const VectorBool & | getFiltered () const |
|
void | setFiltered (const VectorBool &filtered) |
|
bool | isFiltered (int i) const |
|
void | setFiltered (int i, bool filter) |
|
int | getDriftEquationNumber () const |
|
bool | isValid () const |
|
const ADriftElem * | getDrift (int il) const |
| TODO : to be removed (encapsulation) More...
|
|
ADriftElem * | getDrift (int il) |
|
const EDrift & | getType (int il) const |
| beurk :( More...
|
|
int | getRankFex (int il) const |
|
String | getDriftName (int il) const |
|
void | setType (int il, const EDrift &type) |
|
const VectorDouble & | getCoefDrift () const |
|
double | getCoefDrift (int ivar, int il, int ib) const |
|
void | setCoefDrift (int ivar, int il, int ib, double value) |
|
void | setCoefDriftByRank (int rank, double coeff) |
|
double | getDrift (const Db *db, int ib, int iech) const |
|
VectorDouble | getDriftByColumn (const Db *db, int ib, bool useSel=true) const |
|
VectorDouble | getDriftBySample (const Db *db, int iech) const |
|
VectorVectorDouble | getDrifts (const Db *db, bool useSel=true) const |
|
bool | isFlagLinked () const |
|
VectorDouble | evalDrifts (const Db *db, const VectorDouble &coeffs, bool useSel=false) const |
|
int | getMaximumOrder (void) const |
|
bool | isDriftDefined (const EDrift &type0) const |
|
bool | isDriftDifferentDefined (const EDrift &type0) const |
|
void | copyCovContext (const CovContext &ctxt) |
|
void | setFlagLinked (bool flagLinked) |
|
| ADrift (const ASpace *space=nullptr) |
|
| ADrift (const ADrift &r) |
|
ADrift & | operator= (const ADrift &r) |
|
virtual | ~ADrift () |
|
| ASpaceObject (const ASpace *space=nullptr) |
|
| ASpaceObject (const ASpace &space) |
|
| ASpaceObject (const ASpaceObject &r) |
|
ASpaceObject & | operator= (const ASpaceObject &r) |
|
virtual | ~ASpaceObject () |
|
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...
|
|
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 |
|
| ICloneable () |
|
virtual | ~ICloneable () |
|
virtual ICloneable * | clone () const =0 |
|