#include <FracEnviron.hpp>
|
static FracEnviron * | createFromNF (const String &neutralFilename, bool verbose=true) |
|
static FracEnviron * | create (double xmax=0., double ymax=0., double deltax=0., double deltay=0, double mean=0., double stdev=0.) |
|
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) |
|
◆ FracEnviron() [1/2]
FracEnviron::FracEnviron |
( |
double |
xmax = 0. , |
|
|
double |
ymax = 0. , |
|
|
double |
deltax = 0. , |
|
|
double |
deltay = 0. , |
|
|
double |
mean = 0. , |
|
|
double |
stdev = 0. |
|
) |
| |
◆ FracEnviron() [2/2]
◆ ~FracEnviron()
FracEnviron::~FracEnviron |
( |
| ) |
|
|
virtual |
◆ addFamily()
void FracEnviron::addFamily |
( |
const FracFamily & |
family | ) |
|
|
inline |
◆ addFault()
void FracEnviron::addFault |
( |
const FracFault & |
fault | ) |
|
|
inline |
◆ create()
FracEnviron * FracEnviron::create |
( |
double |
xmax = 0. , |
|
|
double |
ymax = 0. , |
|
|
double |
deltax = 0. , |
|
|
double |
deltay = 0 , |
|
|
double |
mean = 0. , |
|
|
double |
stdev = 0. |
|
) |
| |
|
static |
◆ createFromNF()
FracEnviron * FracEnviron::createFromNF |
( |
const String & |
neutralFilename, |
|
|
bool |
verbose = true |
|
) |
| |
|
static |
Create a Environ by loading the contents of a Neutral File
- Parameters
-
neutralFilename | Name of the Neutral File |
verbose | Verbose |
◆ getDeltax()
double FracEnviron::getDeltax |
( |
| ) |
const |
|
inline |
◆ getDeltay()
double FracEnviron::getDeltay |
( |
| ) |
const |
|
inline |
◆ getFamily()
const FracFamily& FracEnviron::getFamily |
( |
int |
i | ) |
const |
|
inline |
◆ getFault()
const FracFault& FracEnviron::getFault |
( |
int |
i | ) |
const |
|
inline |
◆ getMean()
double FracEnviron::getMean |
( |
| ) |
const |
|
inline |
◆ getNFamilies()
int FracEnviron::getNFamilies |
( |
| ) |
const |
|
inline |
◆ getNFaults()
int FracEnviron::getNFaults |
( |
| ) |
const |
|
inline |
◆ getStdev()
double FracEnviron::getStdev |
( |
| ) |
const |
|
inline |
◆ getXextend()
double FracEnviron::getXextend |
( |
| ) |
const |
◆ getXmax()
double FracEnviron::getXmax |
( |
| ) |
const |
|
inline |
◆ getYmax()
double FracEnviron::getYmax |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ toString()
The documentation for this class was generated from the following files: