|
| | CovContext (int nvar=1, const ASpaceSharedPtr &space=ASpaceSharedPtr()) |
| |
| | CovContext (int nvar, int ndim, const VectorDouble &covar0=VectorDouble()) |
| |
| | CovContext (const Db *db, const ASpaceSharedPtr &space=ASpaceSharedPtr()) |
| |
| | CovContext (const Vario *vario, const ASpaceSharedPtr &space=ASpaceSharedPtr()) |
| |
| | CovContext (const CovContext &r) |
| |
| CovContext & | operator= (const CovContext &r) |
| |
| virtual | ~CovContext () |
| |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| | AStringable interface.
|
| |
| virtual bool | isConsistent (const ASpace *space) const override |
| | Indicate if I am consistent with the provided space.
|
| |
| bool | isEqual (const CovContext &r) const |
| |
| int | getNVar () const |
| |
| double | getField () const |
| |
| const VectorDouble & | getCovar0 () const |
| |
| double | getCovar0 (int ivar, int jvar) const |
| |
| void | setNVar (int nvar) |
| |
| void | setField (double field) |
| |
| void | setCovar0s (const VectorDouble &covar0) |
| |
| void | setCovar0 (int ivar, int jvar, double covar0) |
| |
| void | copyCovContext (const CovContext &ctxt, bool severe=false) |
| |
| const CovContext * | createReduce (const VectorInt &validVars) const |
| |
| | ASpaceObject (const ASpaceSharedPtr &space=ASpaceSharedPtr()) |
| |
| | ASpaceObject (const ASpaceObject &r) |
| |
| ASpaceObject & | operator= (const ASpaceObject &r) |
| |
| virtual | ~ASpaceObject () |
| |
| ASpaceSharedPtr | getSpace () const |
| | Accessor to the current object space context.
|
| |
| bool | isConsistent () const |
| | Indicate if I am consistent with my current space context.
|
| |
| VectorDouble | getUnitaryVector () const |
| | Return unitary vector for the current space context.
|
| |
| bool | isConsistent (const ASpaceSharedPtr &space) const |
| | Indicate if I am consistent with the provided space.
|
| |
| unsigned int | getNDim (int ispace=-1) const |
| | Shortcuts to ASpace methods.
|
| |
| const VectorDouble & | getOrigin (int ispace=-1) const |
| | Return the current space context origin coordinates.
|
| |
| double | getDistance (const SpacePoint &p1, const SpacePoint &p2, int ispace=0) const |
| | Return the distance between two space points for the current space context.
|
| |
| VectorDouble | getDistances (const SpacePoint &p1, const SpacePoint &p2) const |
| | Return all the distances (space composits) between two space points for the current space context.
|
| |
| VectorDouble | getIncrement (const SpacePoint &p1, const SpacePoint &p2, int ispace=0) const |
| | Return the increment vector between two space points for the current space context.
|
| |
| | 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 |
| |