#include <SimuSpectral.hpp>
Class for operating the Spectral simulations
Public Member Functions | |
SimuSpectral (const Model *model=nullptr) | |
SimuSpectral (const SimuSpectral &r) | |
SimuSpectral & | operator= (const SimuSpectral &r) |
virtual | ~SimuSpectral () |
int | simulate (int nb, int seed=4273) |
int | simulateOnSphere (int ns, int nd, int seed=4273, bool verbose=false) |
int | compute (Db *dbout, const VectorDouble &xref=VectorDouble(), bool verbose=false, const NamingConvention &namconv=NamingConvention("Simu")) |
int | computeOnSphere (Db *dbout, bool verbose=false, const NamingConvention &namconv=NamingConvention("Simu")) |
void | setModel (const Model *&model) |
Static Public Member Functions | |
static bool | isValidForSpectral (const Model *model) |
SimuSpectral::SimuSpectral | ( | const Model * | model = nullptr | ) |
SimuSpectral::SimuSpectral | ( | const SimuSpectral & | r | ) |
|
virtual |
int SimuSpectral::compute | ( | Db * | dbout, |
const VectorDouble & | xref = VectorDouble() , |
||
bool | verbose = false , |
||
const NamingConvention & | namconv = NamingConvention("Simu") |
||
) |
int SimuSpectral::computeOnSphere | ( | Db * | dbout, |
bool | verbose = false , |
||
const NamingConvention & | namconv = NamingConvention("Simu") |
||
) |
|
static |
SimuSpectral & SimuSpectral::operator= | ( | const SimuSpectral & | r | ) |
|
inline |
int SimuSpectral::simulate | ( | int | nb, |
int | seed = 4273 |
||
) |
int SimuSpectral::simulateOnSphere | ( | int | ns, |
int | nd, | ||
int | seed = 4273 , |
||
bool | verbose = false |
||
) |