#include <FracFamily.hpp>
|
| FracFamily (double orient=0., double dorient=0., double theta0=0., double alpha=0., double ratcst=0., double prop1=0., double prop2=0., double aterm=0., double bterm=0., double range=0.) |
|
| FracFamily (const FracFamily &r) |
|
FracFamily & | operator= (const FracFamily &r) |
|
virtual | ~FracFamily () |
|
virtual String | toString (const AStringFormat *strfmt=nullptr) const override |
| Interface for AStringable.
|
|
double | getAlpha () const |
|
void | setAlpha (double alpha) |
|
double | getAterm () const |
|
void | setAterm (double aterm) |
|
double | getBterm () const |
|
void | setBterm (double bterm) |
|
double | getDorient () const |
|
void | setDorient (double dorient) |
|
double | getOrient () const |
|
void | setOrient (double orient) |
|
double | getProp1 () const |
|
void | setProp1 (double prop1) |
|
double | getProp2 () const |
|
void | setProp2 (double prop2) |
|
double | getRange () const |
|
void | setRange (double range) |
|
double | getRatcst () const |
|
void | setRatcst (double ratcst) |
|
double | getTheta0 () const |
|
void | setTheta0 (double theta0) |
|
virtual bool | _deserializeAscii (std::istream &is, bool verbose=false) override |
|
virtual bool | _serializeAscii (std::ostream &os, bool verbose=false) const override |
|
| 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) |
|
| ASerializable (ASerializable &&r) noexcept |
|
ASerializable & | operator= (ASerializable &&r) noexcept |
|
virtual | ~ASerializable () |
|
bool | dumpToNF (const String &NFFilename, const EFormatNF &format=EFormatNF::fromKey("DEFAULT"), bool verbose=false) const |
| Dump the contents of an object into an Output File using a given Output NF Format.
|
|
void | setDefaultFormatNF (const EFormatNF &format) |
|
◆ FracFamily() [1/2]
FracFamily::FracFamily |
( |
double |
orient = 0. , |
|
|
double |
dorient = 0. , |
|
|
double |
theta0 = 0. , |
|
|
double |
alpha = 0. , |
|
|
double |
ratcst = 0. , |
|
|
double |
prop1 = 0. , |
|
|
double |
prop2 = 0. , |
|
|
double |
aterm = 0. , |
|
|
double |
bterm = 0. , |
|
|
double |
range = 0. |
|
) |
| |
◆ FracFamily() [2/2]
◆ ~FracFamily()
FracFamily::~FracFamily |
( |
| ) |
|
|
virtual |
◆ _deserializeAscii()
bool FracFamily::_deserializeAscii |
( |
std::istream & |
is, |
|
|
bool |
verbose = false |
|
) |
| |
|
overridevirtual |
◆ _serializeAscii()
bool FracFamily::_serializeAscii |
( |
std::ostream & |
os, |
|
|
bool |
verbose = false |
|
) |
| const |
|
overridevirtual |
◆ getAlpha()
double FracFamily::getAlpha |
( |
| ) |
const |
|
inline |
◆ getAterm()
double FracFamily::getAterm |
( |
| ) |
const |
|
inline |
◆ getBterm()
double FracFamily::getBterm |
( |
| ) |
const |
|
inline |
◆ getDorient()
double FracFamily::getDorient |
( |
| ) |
const |
|
inline |
◆ getOrient()
double FracFamily::getOrient |
( |
| ) |
const |
|
inline |
◆ getProp1()
double FracFamily::getProp1 |
( |
| ) |
const |
|
inline |
◆ getProp2()
double FracFamily::getProp2 |
( |
| ) |
const |
|
inline |
◆ getRange()
double FracFamily::getRange |
( |
| ) |
const |
|
inline |
◆ getRatcst()
double FracFamily::getRatcst |
( |
| ) |
const |
|
inline |
◆ getTheta0()
double FracFamily::getTheta0 |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ setAlpha()
void FracFamily::setAlpha |
( |
double |
alpha | ) |
|
|
inline |
◆ setAterm()
void FracFamily::setAterm |
( |
double |
aterm | ) |
|
|
inline |
◆ setBterm()
void FracFamily::setBterm |
( |
double |
bterm | ) |
|
|
inline |
◆ setDorient()
void FracFamily::setDorient |
( |
double |
dorient | ) |
|
|
inline |
◆ setOrient()
void FracFamily::setOrient |
( |
double |
orient | ) |
|
|
inline |
◆ setProp1()
void FracFamily::setProp1 |
( |
double |
prop1 | ) |
|
|
inline |
◆ setProp2()
void FracFamily::setProp2 |
( |
double |
prop2 | ) |
|
|
inline |
◆ setRange()
void FracFamily::setRange |
( |
double |
range | ) |
|
|
inline |
◆ setRatcst()
void FracFamily::setRatcst |
( |
double |
ratcst | ) |
|
|
inline |
◆ setTheta0()
void FracFamily::setTheta0 |
( |
double |
theta0 | ) |
|
|
inline |
◆ toString()
String FracFamily::toString |
( |
const AStringFormat * |
strfmt = nullptr | ) |
const |
|
overridevirtual |
◆ FracEnviron
The documentation for this class was generated from the following files:
- include/Fractures/FracFamily.hpp
- src/Fractures/FracFamily.cpp