STFINV library: seek source wavelet correction filter
◆
report_engine()
template<class C >
void stfinv::tools::report_engine
(
std::ostream &
os
)
report engine identifier
Parameters
C
class to report ID and oneline description
os
output stream to send output to
Definition at line
68
of file
tools.h
.
69
{
70
os <<
" ID: "
;
71
os.width(10);
72
os.setf(std::ios_base::left);
73
os << C::ID;
74
os.width(0);
75
os <<
" ("
<< C::description <<
")"
<< std::endl;
76
}
// void report_engine(std::ostream& os)
stfinv
tools
Generated on Mon Aug 21 2023 17:36:30 for STFINV library: seek source wavelet correction filter by
1.8.14