#include <stilwaveforms.h>
Inheritance diagram for STILWaveforms:

Public Member Functions | |
| STILWaveforms () | |
| STILWaveforms (const STILWaveforms &) | |
| virtual | ~STILWaveforms () |
| STILWaveforms & | operator= (const STILWaveforms &) |
| void | init () |
| virtual void | write (FILE *pOutFile, LONG indentation=0) const |
| void | addWaveform (const STILWaveform &) |
|
|
Default constructor.
|
|
|
Construct a STILWaveforms object from another Waveforms obj.
|
|
|
Destructor.
|
|
|
Add a Waveform to the block of waveforms.
|
|
|
Initialize the object.
|
|
|
Equals operator.
|
|
||||||||||||
|
Write the object to an output file.
Reimplemented from STILBlock. |