#include "utils.h"#include "su.h"#include "header.h"#include "segy.h"#include "cubic.h"#include "sgn.h"#include "gauss.h"#include "defaults.h"#include "traceio.h"#include "model.h"Go to the source code of this file.
Classes | |
| struct | SPOINTSRC |
| Structure for smooth point source. More... | |
Functions | |
| int | spointsrc_init (SPOINTSRC *t, IMODEL *m, PARARRAY *par, tracegeom *tg, FILE *stream) |
| int | spointsrc_destroy (SPOINTSRC *t) |
| int | spointsrc_run (SPOINTSRC *t, IMODEL *m) |
| void | spointsrc_fprint (SPOINTSRC const *t, FILE *fp) |
| int spointsrc_destroy | ( | SPOINTSRC * | t | ) |
| int spointsrc_run | ( | SPOINTSRC * | t, | |
| IMODEL * | m | |||
| ) |
| void spointsrc_fprint | ( | SPOINTSRC const * | t, | |
| FILE * | fp | |||
| ) |
1.4.7