STFINV library: seek source wavelet correction filter
stfinvfixedstf.cc
Go to the documentation of this file.
1
35
#define STFINV_STFINVFIXEDSTF_CC_VERSION \
36
"STFINV_STFINVFIXEDSTF_CC V1.0"
37
38
#include <
stfinv/stfinvfixedstf.h
>
39
40
namespace
stfinv
{
41
42
const
char
*
const
STFEngineFixedWavelet::ID
=
"fix"
;
43
44
const
char
*
const
STFEngineFixedWavelet::description
45
=
"use fixed wavelet as read from file"
;
46
47
/*----------------------------------------------------------------------*/
48
49
void
STFEngineFixedWavelet::exec
()
50
{
51
STFINV_abort
(
"STFEngineFixedWavelet::run not yet implemented"
);
52
}
// void STFEngineFixedWavelet::exec()
53
54
/*----------------------------------------------------------------------*/
55
56
void
STFEngineFixedWavelet::help
(std::ostream& os)
const
57
{
58
STFEngineFixedWavelet::classhelp
(os);
59
}
// void STFEngineFixedWavelet::help(std::ostream& os) const
60
61
/*----------------------------------------------------------------------*/
62
63
void
STFEngineFixedWavelet::classhelp
(std::ostream& os)
64
{
65
os <<
"class STFEngineFixedWavelet ("
<<
STFEngineFixedWavelet::ID
<<
")\n"
;
66
os <<
STFEngineFixedWavelet::description
<<
"\n"
<< std::endl;
67
os <<
"This class is not yet implemented."
<< std::endl;
68
os <<
"Online help is not yet provided."
<< std::endl;
69
Tbase::classhelp
(os);
70
}
// void STFEngineFixedWavelet::classhelp(std::ostream& os)
71
72
/*----------------------------------------------------------------------*/
73
74
const
char
*
STFEngineFixedWavelet::name
()
const
75
{
76
return
(
"STFEngineFixedWavelet"
);
77
}
// const char const* STFEngineFixedWavelet::name() const
78
79
}
// namespace stfinv
80
81
/* ----- END OF stfinvfixedstf.cc ----- */
stfinv::STFEngineFixedWavelet::help
virtual void help(std::ostream &os=std::cout) const
print online help
Definition:
stfinvfixedstf.cc:56
stfinv::STFFourierDomainEngine::classhelp
static void classhelp(std::ostream &os=std::cout)
print online help
Definition:
stfinvfourier.cc:135
stfinvfixedstf.h
always return a fixed stf as read from file (prototypes)
stfinv
Root namespace of library.
Definition:
doxygen.txt:43
stfinv::STFEngineFixedWavelet::ID
static const char *const ID
ID used to select thsi engine.
Definition:
stfinvfixedstf.h:60
stfinv::STFEngineFixedWavelet::description
static const char *const description
short description of this engine
Definition:
stfinvfixedstf.h:62
STFINV_abort
#define STFINV_abort(M)
Abort and give a message.
Definition:
error.h:147
stfinv::STFEngineFixedWavelet::classhelp
static void classhelp(std::ostream &os=std::cout)
print online help
Definition:
stfinvfixedstf.cc:63
stfinv::STFEngineFixedWavelet::exec
virtual void exec()
Start engine.
Definition:
stfinvfixedstf.cc:49
stfinv::STFEngineFixedWavelet::name
virtual const char * name() const
return name of engine
Definition:
stfinvfixedstf.cc:74
stfinvfixedstf.cc
Generated on Mon Aug 21 2023 17:36:29 for STFINV library: seek source wavelet correction filter by
1.8.14