#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. More...
|
|
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) |
|
| 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) |
|
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 |
|
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::~FracFamily |
( |
| ) |
|
|
virtual |
double FracFamily::getAlpha |
( |
| ) |
const |
|
inline |
double FracFamily::getAterm |
( |
| ) |
const |
|
inline |
double FracFamily::getBterm |
( |
| ) |
const |
|
inline |
double FracFamily::getDorient |
( |
| ) |
const |
|
inline |
double FracFamily::getOrient |
( |
| ) |
const |
|
inline |
double FracFamily::getProp1 |
( |
| ) |
const |
|
inline |
double FracFamily::getProp2 |
( |
| ) |
const |
|
inline |
double FracFamily::getRange |
( |
| ) |
const |
|
inline |
double FracFamily::getRatcst |
( |
| ) |
const |
|
inline |
double FracFamily::getTheta0 |
( |
| ) |
const |
|
inline |
void FracFamily::setAlpha |
( |
double |
alpha | ) |
|
|
inline |
void FracFamily::setAterm |
( |
double |
aterm | ) |
|
|
inline |
void FracFamily::setBterm |
( |
double |
bterm | ) |
|
|
inline |
void FracFamily::setDorient |
( |
double |
dorient | ) |
|
|
inline |
void FracFamily::setOrient |
( |
double |
orient | ) |
|
|
inline |
void FracFamily::setProp1 |
( |
double |
prop1 | ) |
|
|
inline |
void FracFamily::setProp2 |
( |
double |
prop2 | ) |
|
|
inline |
void FracFamily::setRange |
( |
double |
range | ) |
|
|
inline |
void FracFamily::setRatcst |
( |
double |
ratcst | ) |
|
|
inline |
void FracFamily::setTheta0 |
( |
double |
theta0 | ) |
|
|
inline |
The documentation for this class was generated from the following files: