#include <stilsubwaveforms.h>
Inheritance diagram for STILSubWaveforms:

Public Member Functions | |
| STILSubWaveforms () | |
| STILSubWaveforms (const STILSubWaveforms &) | |
| virtual | ~STILSubWaveforms () |
| STILSubWaveforms & | operator= (const STILSubWaveforms &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
| void | addSubWaveform (const STILSubWaveform &) |
|
|
Default constructor.
|
|
|
Construct a STILSubWaveforms object from another SubWaveforms obj.
|
|
|
Destructor.
|
|
|
add a subwaveform object to the list of subwaveforms
|
|
|
Initialize this object.
|
|
|
Equals operator.
|
|
||||||||||||
|
Write this object to an output file.
Reimplemented from STILBlock. |