|
gstlearn
0.2.1
Geostatistics & Machine Learning toolbox
|
#include <ASpace.hpp>
Public Member Functions | |
| ASpace (unsigned int ndim) | |
| ASpace (const ASpace &r) | |
| ASpace & | operator= (const ASpace &r) |
| virtual | ~ASpace () |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| void | setOrigin (const VectorDouble &origin) |
| Update the origin coordinates. More... | |
| unsigned int | getNDim () const |
| Get the number of dimensions. More... | |
| const VectorDouble & | getOrigin () const |
| Return the space origin coordinates. More... | |
| virtual bool | isEqual (const ASpace *space) const |
| Return true if the given space is equal to me. More... | |
| virtual ESpaceType | getType () const =0 |
| Return the concrete space type. More... | |
| virtual void | move (SpacePoint &p1, const VectorDouble &vec) const =0 |
| Move the given space point by the given vector. More... | |
| virtual double | getDistance (const SpacePoint &p1, const SpacePoint &p2) const =0 |
| Return the distance between two space points. More... | |
| virtual double | getDistance (const SpacePoint &p1, const SpacePoint &p2, const Tensor &tensor) const =0 |
| Return the distance between two space points with the given tensor. More... | |
| virtual double | getFrequentialDistance (const SpacePoint &p1, const SpacePoint &p2, const Tensor &tensor) const =0 |
| Return the distance in frequential domain between two space points with the given tensor. More... | |
| virtual VectorDouble | getIncrement (const SpacePoint &p1, const SpacePoint &p2) const =0 |
| Return the increment vector between two space points. More... | |
Public Member Functions inherited from AStringable | |
| 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 |
Public Member Functions inherited from ICloneable | |
| ICloneable () | |
| virtual | ~ICloneable () |
| virtual ICloneable * | clone () const =0 |
Protected Attributes | |
| unsigned int | _nDim |
| Number of space dimensions. More... | |
| VectorDouble | _origin |
| Coordinates of the origin (not a space point... ex: sphere center in a long/lat space) More... | |
| ASpace::ASpace | ( | unsigned int | ndim | ) |
| ASpace::ASpace | ( | const ASpace & | r | ) |
|
virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inline |
Get the number of dimensions.
|
inline |
Return the space origin coordinates.
|
pure virtual |
|
virtual |
Return true if the given space is equal to me.
Reimplemented in SpaceSN.
|
pure virtual |
| void ASpace::setOrigin | ( | const VectorDouble & | origin | ) |
Update the origin coordinates.
TODO : not true whatever the space
|
overridevirtual |
Reimplemented from AStringable.
|
protected |
Number of space dimensions.
|
protected |
Coordinates of the origin (not a space point... ex: sphere center in a long/lat space)