#include <FracFault.hpp>
Public Member Functions | |
FracFault (double coord=0., double orient=0.) | |
FracFault (const FracFault &r) | |
FracFault & | operator= (const FracFault &r) |
virtual | ~FracFault () |
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
Interface for AStringable. More... | |
double | getCoord () const |
double | getOrient () const |
VectorDouble | getRangel () const |
VectorDouble | getRanger () const |
VectorDouble | getThetal () const |
VectorDouble | getThetar () const |
double | getRangel (int i) const |
double | getRanger (int i) const |
double | getThetal (int i) const |
double | getThetar (int i) const |
int | getNFamilies () const |
double | faultAbscissae (double cote) const |
void | addFaultPerFamily (double thetal, double thetar, double rangel, double ranger) |
void | setRangel (const VectorDouble &rangel) |
void | setRanger (const VectorDouble &ranger) |
void | setThetal (const VectorDouble &thetal) |
void | setThetar (const VectorDouble &thetar) |
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 ASerializable | |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from ASerializable | |
static String | buildFileName (int status, 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="", 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) |
FracFault::FracFault | ( | double | coord = 0. , |
double | orient = 0. |
||
) |
FracFault::FracFault | ( | const FracFault & | r | ) |
|
virtual |
void FracFault::addFaultPerFamily | ( | double | thetal, |
double | thetar, | ||
double | rangel, | ||
double | ranger | ||
) |
double FracFault::faultAbscissae | ( | double | cote | ) | const |
Calculate the abscissae of a fault at a given elevation
[in] | cote | Ordinate of the fracture starting point |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Interface for AStringable.
Reimplemented from AStringable.