|
virtual | ~SpaceComposite () |
|
ESpaceType | getType () const override |
| Return the concrete space type.
|
|
void | setOrigin (const VectorDouble &origin) override |
| Update the origin of the space.
|
|
unsigned int | getNDim (int ispace=-1) const override |
| Get the number of dimensions.
|
|
unsigned int | getOffset (int ispace=-1) const override |
| Get the offset index for coordinates.
|
|
const VectorDouble & | getOrigin (int ispace=-1) const override |
| Return the space origin coordinates.
|
|
unsigned int | getNComponents () const override |
| Get the number of space components.
|
|
ASpaceSharedPtr | getComponent (int ispace=-1) const override |
| Return the space component at index ispace.
|
|
String | toString (const AStringFormat *strfmt=nullptr, int ispace=0) const override |
| Dump a space in a string (given the space index)
|
|
bool | isEqual (const ASpace *space) const override |
| Return true if the given space is equal to me (same dimension and space definition)
|
|
VectorDouble | getDistances (const SpacePoint &p1, const SpacePoint &p2) const override |
| Return all the distances (one by space component) between two space points.
|
|
void | addSpaceComponent (const ASpaceSharedPtr &comp) |
| Add a space component to me (for exemple RN(1) for time dimension)
|
|
virtual | ~ASpace () |
|
String | toString (const AStringFormat *strfmt=nullptr) const final |
| Interface for AStringable.
|
|
virtual void | getDistancePointVectInPlace (const SpacePoint &p1, const std::vector< SpacePoint > &p2, VectorDouble &res, const VectorInt &ranks) const |
|
void | move (SpacePoint &p1, const VectorDouble &vec) const |
| Not to be overriden.
|
|
double | getDistance (const SpacePoint &p1, const SpacePoint &p2, int ispace=-1) const |
| Return the distance between two space points.
|
|
double | getDistance (const SpacePoint &p1, const SpacePoint &p2, const Tensor &tensor, int ispace=-1) const |
| Return the distance between two space points with the given tensor.
|
|
double | getFrequentialDistance (const SpacePoint &p1, const SpacePoint &p2, const Tensor &tensor, int ispace=-1) const |
| Return the distance in frequential domain between two space points with the given tensor.
|
|
VectorDouble | getIncrement (const SpacePoint &p1, const SpacePoint &p2, int ispace=-1) const |
| Return the increment vector between two space points.
|
|
virtual VectorDouble | projCoord (const VectorDouble &coord, int ispace=-1) const |
| Project the coordinates in the given space.
|
|
void | setOffset (unsigned int offset) |
| Customize the dimension offset index of the current space TODO : to be made private.
|
|
| 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 |
|