DATRW++ library: seismic data I/O with multiple formats
◆
reportseries()
template<class C >
void reportseries
(
const C &
out
,
const C &
in
)
Definition at line
95
of file
binarytest.cc
.
References
datrw::hpmo::dump()
.
Referenced by
main()
.
96
{
97
cout <<
"written to file:"
<< endl;
98
::aff::dump
(out);
99
cout <<
"read from file:"
<< endl;
100
::aff::dump
(in);
101
cout <<
"residual:"
<< endl;
102
::aff::dump
(out-in);
103
}
datrw::hpmo::dump
void dump(std::ostream &os, const SampleBlock &block)
dump one block of samples
Definition:
readhpmo.cc:161
Here is the call graph for this function:
Here is the caller graph for this function:
tests
binarytest.cc
Generated on Mon Aug 21 2023 17:36:15 for DATRW++ library: seismic data I/O with multiple formats by
1.8.14