![]() |
UNIVERS
15.3
UNIVERS base processing software API
|
Namespaces | |
| fdm | |
Classes | |
| class | VelModel |
| class | Impulse |
| class | RickerImpulse |
| class | DiracImpulse |
| class | UserImpulse |
| struct | Point2D |
| class | LayeredVelModel |
| class | VelModel1D2D |
| class | VmLayer1D2D |
| class | VmParamsIso |
| class | VmParamsAniso |
Typedefs | |
| typedef double | TimeT |
| typedef double | AmplT |
| typedef double | CoordT |
| typedef double | FreqT |
Enumerations | |
| enum | ImpulseType { IT_RICKER = 0, IT_DIRAC, IT_USER } |
| enum | CoordsMask { X_COORD = 1, Z_COORD = 2 } |
| enum | ErrCode { EC_OK = 0, EC_EMPTY_WF, EC_USER_TERM, EC_FDM_STABILITY_COND, EC_FDM_BAD_GRID_SIZE, EC_FDM_SRCS_INIT } |
Functions | |
| std::string | toString (const ImpulseType &it) |
| std::string | coordsMaskToString (const unsigned int &cm) |
| std::string | toString (const ErrCode &ec) |
Simulation.
| enum sim::CoordsMask |
| enum sim::ErrCode |
| enum sim::ImpulseType |
| std::string sim::coordsMaskToString | ( | const unsigned int & | cm | ) |
Get symbolic name of provided mask of coordinates.
| std::string sim::toString | ( | const ImpulseType & | it | ) |
Get symbolic name of impulse type.
| std::string sim::toString | ( | const ErrCode & | ec | ) |
Generates string with error description from provided ErrCode.
1.8.5