|
ReXio
|
#include <nucleation.h>


Public Member Functions | |
| NucleiAddMiso30TextureDecorator (Nucleation *n) | |
| ~NucleiAddMiso30TextureDecorator () | |
| void | Apply () |
Public Member Functions inherited from Nucleation | |
| Nucleation (MCBox *b) | |
| Nucleation (Nucleation *n) | |
| virtual | ~Nucleation () |
| virtual void | operator() () |
| void | TransferData () |
| void | SetBox (MCBox *b) |
| MCBox * | GetBox () |
| void | SetNucleiNumber (int n) |
| int | GetNucleiNumber () |
| void | SetNucleiNumber (float fraction) |
| std::vector< MCPoint * > & | GetNucleiVector () |
| void | EnlargeNucleis (const int &iter=1, const bool &circle=true) |
| void | SaveEulers () |
| void | SetBox (MCBox *b) |
| void | SetNucleiNumber (int n) |
| virtual | ~Nucleation () |
| virtual void | operator() () |
Additional Inherited Members | |
Protected Member Functions inherited from Nucleation | |
| Nucleation () | |
| void | RandomNuclei () |
| void | HSENuclei () |
| void | RandomOrientation () |
| void | RandomSteelOrientation () |
| void | RandomSteelTexture () |
| void | BoundaryTest () |
Protected Attributes inherited from Nucleation | |
| Nucleation * | _nucleation |
| MCBox * | _box |
| std::string | _name |
| std::vector< MCPoint * > | _nucleiVector |
| int | _nucleiNumber |
| int | _nuclei_number |
|
inline |
|
inline |
|
inlinevirtual |