|
| | NeighMoving (bool flag_xvalid=false, int nmaxi=1000, double radius=TEST, int nmini=1, int nsect=1, int nsmax=ITEST, VectorDouble coeffs=VectorDouble(), VectorDouble angles=VectorDouble(), double distcont=TEST, const Faults *faults=nullptr, const ASpace *space=nullptr) |
| |
| | NeighMoving (const NeighMoving &r) |
| |
| NeighMoving & | operator= (const NeighMoving &r) |
| |
| virtual | ~NeighMoving () |
| |
| virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| | Interface for AStringable. More...
|
| |
| virtual int | getMaxSampleNumber (const Db *db) const override |
| | Interface for ANeighParam. More...
|
| |
| virtual ENeigh | getType () const override |
| |
| virtual bool | getFlagContinuous () const override |
| |
| void | addFaults (const Faults *faults) |
| |
| const VectorDouble & | getAnisoCoeffs () const |
| |
| double | getAnisoCoeff (int i) const |
| |
| const VectorDouble & | getAnisoRotMats () const |
| |
| double | getAnisoRotMat (int i) const |
| |
| int | getFlagAniso () const |
| |
| int | getFlagRotation () const |
| |
| bool | getFlagSector () const |
| |
| int | getNMaxi () const |
| |
| int | getNMini () const |
| |
| int | getNSect () const |
| |
| int | getNSMax () const |
| |
| double | getRadius () const |
| |
| double | getDistCont () const |
| |
| bool | getForceWithinBlock () const |
| |
| void | setAnisoCoeffs (const VectorDouble &anisoCoeffs) |
| |
| void | setAnisoCoeff (int idim, double value) |
| |
| void | anisoRescale () |
| |
| void | setAnisoRotMat (const VectorDouble &anisoRotMat) |
| |
| void | setFlagAniso (int flagAniso) |
| |
| void | setFlagRotation (int flagRotation) |
| |
| void | setNMaxi (int nmaxi) |
| |
| void | setNMini (int nmini) |
| |
| void | setNSect (int nsect) |
| |
| void | setNSMax (int nsmax) |
| |
| void | setRadius (double radius) |
| |
| void | setDistCont (double distCont) |
| |
| void | setForceWithinBlock (bool forceWithinBlock) |
| |
| VectorVectorDouble | getEllipsoid (const VectorDouble &target, int count=360) const |
| |
| VectorVectorDouble | getSectors (const VectorDouble &target) const |
| |
| bool | hasFaults () const |
| |
| const Faults * | getFaults () const |
| |
| | ANeighParam (bool flag_xvalid=false, const ASpace *space=nullptr) |
| |
| | ANeighParam (const ANeighParam &r) |
| |
| ANeighParam & | operator= (const ANeighParam &r) |
| |
| virtual | ~ANeighParam () |
| |
| virtual bool | isConsistent (const ASpace *space) const override |
| | ASpaceObject Interface. More...
|
| |
| bool | getFlagXvalid () const |
| |
| bool | getFlagKFold () const |
| |
| void | setFlagXvalid (bool flagXvalid) |
| |
| void | setFlagKFold (bool flagKFold) |
| |
| VectorInt | eval (Db *dbin, Db *dbout, int iech0) const |
| |
| | 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 |
| |
| | ASerializable () |
| |
| | ASerializable (const ASerializable &r) |
| |
| ASerializable & | operator= (const ASerializable &r) |
| |
| virtual | ~ASerializable () |
| |
| bool | deserialize (std::istream &is, bool verbose=true) |
| |
| bool | serialize (std::ostream &os, bool verbose=true) const |
| |
| bool | dumpToNF (const String &neutralFilename, bool verbose=false) const |
| |
|
| static NeighMoving * | create (bool flag_xvalid=false, int nmaxi=1000, double radius=TEST, int nmini=1, int nsect=1, int nsmax=ITEST, VectorDouble coeffs=VectorDouble(), VectorDouble angles=VectorDouble(), double distcont=TEST, const Faults *faults=nullptr, const ASpace *space=nullptr) |
| |
| static NeighMoving * | createFromNF (const String &neutralFilename, bool verbose=true) |
| |
| static String | buildFileName (const String &filename, bool ensureDirExist=false) |
| |
| static String | getHomeDirectory (const String &sub="") |
| |
| static String | getWorkingDirectory () |
| |
| static String | getTestData (const String &subdir, const String &filename) |
| |
| static String | getFileIdentity (const String &filename, bool verbose=false) |
| |
| static void | setContainerName (bool useDefault, const String &containerName=String(), bool verbose=false) |
| |
| static void | unsetContainerName () |
| |
| static void | setPrefixName (const String &prefixName) |
| |
| static void | unsetPrefixName () |
| |
| static const String & | getContainerName () |
| |
| static const String & | getPrefixName () |
| |
| static bool | createDirectory (const String &dir) |
| |
| static String | getExecDirectory () |
| |
| static String | getDirectory (const String &path) |
| |
|
| static bool | _commentWrite (std::ostream &os, const String &comment) |
| |
| template<typename T > |
| static bool | _recordWrite (std::ostream &os, const String &title, const T &val) |
| |
| template<typename T > |
| static bool | _recordWriteVec (std::ostream &os, const String &title, const VectorT< T > &vec) |
| |
| template<typename T > |
| static bool | _recordRead (std::istream &is, const String &title, T &val) |
| |
| template<typename T > |
| static bool | _recordReadVec (std::istream &is, const String &title, VectorT< T > &vec, int nvalues) |
| |
| static bool | _onlyBlanks (char *string) |
| |
| static bool | _tableRead (std::istream &is, const String &string, int ntab, double *tab) |
| |
| static bool | _tableWrite (std::ostream &os, const String &string, int ntab, const VectorDouble &tab) |
| |
| const ASpace * | _space |
| | Current space context of the object. More...
|
| |