SFF++ library: reading and writing SFF from C++

◆ OutputWaveform()

template<class C>
sff::OutputWaveform< C >::OutputWaveform ( const Tcoc c,
const TraceHeader th,
const Enormmode nm = NM_maxdyn 
)
inline

Definition at line 335 of file sffxx.h.

References sff::OutputWaveform< C >::Mheader, sff::OutputWaveform< C >::Mseries, and sff::TraceHeader::scanseries().

336  :
337  Mseries(c), Mheader(th)
338  { Mheader.scanseries(Mseries,nm); }
TraceHeader Mheader
Definition: sffxx.h:342
void scanseries(const C &, const Enormmode &nm=NM_maxdyn)
Definition: sffxx.h:409
Here is the call graph for this function: