#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::FracEnviron |
( |
double |
xmax = 0. , |
|
|
double |
ymax = 0. , |
|
|
double |
deltax = 0. , |
|
|
double |
deltay = 0. , |
|
|
double |
mean = 0. , |
|
|
double |
stdev = 0. |
|
) |
| |
FracEnviron::~FracEnviron |
( |
| ) |
|
|
virtual |
void FracEnviron::addFamily |
( |
const FracFamily & |
family | ) |
|
|
inline |
void FracEnviron::addFault |
( |
const FracFault & |
fault | ) |
|
|
inline |
FracEnviron * FracEnviron::create |
( |
double |
xmax = 0. , |
|
|
double |
ymax = 0. , |
|
|
double |
deltax = 0. , |
|
|
double |
deltay = 0 , |
|
|
double |
mean = 0. , |
|
|
double |
stdev = 0. |
|
) |
| |
|
static |
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 |
double FracEnviron::getDeltax |
( |
| ) |
const |
|
inline |
double FracEnviron::getDeltay |
( |
| ) |
const |
|
inline |
const FracFamily& FracEnviron::getFamily |
( |
int |
i | ) |
const |
|
inline |
const FracFault& FracEnviron::getFault |
( |
int |
i | ) |
const |
|
inline |
double FracEnviron::getMean |
( |
| ) |
const |
|
inline |
int FracEnviron::getNFamilies |
( |
| ) |
const |
|
inline |
int FracEnviron::getNFaults |
( |
| ) |
const |
|
inline |
double FracEnviron::getStdev |
( |
| ) |
const |
|
inline |
double FracEnviron::getXextend |
( |
| ) |
const |
double FracEnviron::getXmax |
( |
| ) |
const |
|
inline |
double FracEnviron::getYmax |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: