Base Class for streaming SensitivityRecords. More...
#include <orea/engine/sensitivitystream.hpp>
Inheritance diagram for SensitivityStream:
Collaboration diagram for SensitivityStream:Public Member Functions | |
| virtual | ~SensitivityStream () |
| Destructor. More... | |
| virtual SensitivityRecord | next ()=0 |
| Returns the next SensitivityRecord in the stream. More... | |
| virtual void | reset ()=0 |
| Resets the stream so that SensitivityRecord objects can be streamed again. More... | |
Base Class for streaming SensitivityRecords.
Definition at line 31 of file sensitivitystream.hpp.
|
virtual |
|
pure virtual |
Returns the next SensitivityRecord in the stream.
Implemented in BufferedSensitivityStream, DecomposedSensitivityStream, FilteredSensitivityStream, ParSensitivityCubeStream, SensitivityCubeStream, SensitivityInputStream, SensitivityInMemoryStream, and SensitivityReportStream.
Here is the caller graph for this function:
|
pure virtual |
Resets the stream so that SensitivityRecord objects can be streamed again.
Implemented in BufferedSensitivityStream, DecomposedSensitivityStream, FilteredSensitivityStream, ParSensitivityCubeStream, SensitivityCubeStream, SensitivityInputStream, SensitivityInMemoryStream, and SensitivityReportStream.
Here is the caller graph for this function: