![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Stream/StreamGroupBase.h>
Non-templated base class for substreams. More...
Non-templated base class for substreams.
Public Member Functions | |
SubstreamBase (StreamGroupBase *streamGroup) | |
StreamGroupBase * | streamGroup () const |
Returns the streamGroup stream group. | |
virtual Stream * | stream ()=0 |
Convenience method to return this pointer of the stream type the substream derived from. | |
Protected Attributes | |
StreamGroupBase * | m_streamGroup = nullptr |
|
pure virtual |
Convenience method to return this
pointer of the stream type the substream derived from.
Implemented in Substream< BaseStream >, Substream< TrackingStream >, and SubstreamWrapper.