#include <FracFault.hpp>
|
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) |
|
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) |
|
◆ FracFault() [1/2]
FracFault::FracFault |
( |
double |
coord = 0. , |
|
|
double |
orient = 0. |
|
) |
| |
◆ FracFault() [2/2]
◆ ~FracFault()
FracFault::~FracFault |
( |
| ) |
|
|
virtual |
◆ _deserialize()
bool FracFault::_deserialize |
( |
std::istream & |
is, |
|
|
bool |
verbose = false |
|
) |
| |
|
overrideprotectedvirtual |
◆ _getNFName()
String FracFault::_getNFName |
( |
| ) |
const |
|
inlineoverrideprotectedvirtual |
◆ _serialize()
bool FracFault::_serialize |
( |
std::ostream & |
os, |
|
|
bool |
verbose = false |
|
) |
| const |
|
overrideprotectedvirtual |
◆ addFaultPerFamily()
void FracFault::addFaultPerFamily |
( |
double |
thetal, |
|
|
double |
thetar, |
|
|
double |
rangel, |
|
|
double |
ranger |
|
) |
| |
◆ faultAbscissae()
double FracFault::faultAbscissae |
( |
double |
cote | ) |
const |
Calculate the abscissae of a fault at a given elevation
- Returns
- The fault abscissae
- Parameters
-
[in] | cote | Ordinate of the fracture starting point |
◆ getCoord()
double FracFault::getCoord |
( |
| ) |
const |
|
inline |
◆ getNFamilies()
int FracFault::getNFamilies |
( |
| ) |
const |
|
inline |
◆ getOrient()
double FracFault::getOrient |
( |
| ) |
const |
|
inline |
◆ getRangel() [1/2]
◆ getRangel() [2/2]
double FracFault::getRangel |
( |
int |
i | ) |
const |
|
inline |
◆ getRanger() [1/2]
◆ getRanger() [2/2]
double FracFault::getRanger |
( |
int |
i | ) |
const |
|
inline |
◆ getThetal() [1/2]
◆ getThetal() [2/2]
double FracFault::getThetal |
( |
int |
i | ) |
const |
|
inline |
◆ getThetar() [1/2]
◆ getThetar() [2/2]
double FracFault::getThetar |
( |
int |
i | ) |
const |
|
inline |
◆ operator=()
◆ setRangel()
◆ setRanger()
◆ setThetal()
◆ setThetar()
◆ toString()
◆ _coord
Abscissas of the first Fault point.
◆ _orient
double FracFault::_orient |
|
private |
◆ _rangel
◆ _ranger
◆ _thetal
◆ _thetar
Maximum density on right.
The documentation for this class was generated from the following files: