STFINV library: seek source wavelet correction filter

◆ help()

void stfinv::STFEngine::help ( std::ostream &  os = std::cout)
static

List engines currently recognized and print summary.

Definition at line 145 of file stfinvany.cc.

References stfinv::STFEngineIdentity::classhelp(), stfinv::STFFourierDomainEngine::classhelp(), stfinv::STFBaseEngine::classhelp(), stfinv::STFEngineFDLeastSquares::classhelp(), engines(), stfinv_summary_usage, and stfinvany_summary_usage.

Referenced by stfinv::help().

146  {
147  os << stfinv_summary_usage;
148  os << std::endl;
149  STFEngine::engines(os);
150  os << std::endl;
152  os << std::endl;
154  os << std::endl;
156  os << std::endl;
158  os << std::endl;
160  } // void STFEngine::help(std::ostream& os=std::cout)
static void classhelp(std::ostream &os=std::cout)
print online help
static void classhelp(std::ostream &os=std::cout)
print online help
Definition: stfinvbase.cc:213
char stfinvany_summary_usage[]
static void engines(std::ostream &os=std::cout)
List procedures (engines) currently recognized.
Definition: stfinvany.cc:134
static void classhelp(std::ostream &os=std::cout)
print online help
char stfinv_summary_usage[]
static void classhelp(std::ostream &os=std::cout)
print online help
Here is the call graph for this function:
Here is the caller graph for this function: