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