FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
StaticDataChannel.hpp
Go to the documentation of this file.
1 #pragma once
2 
4 #include <queue>
5 
6 namespace fast {
7 
11 class FAST_EXPORT StaticDataChannel : public NewestFrameDataChannel {
13  public:
14  protected:
15  DataObject::pointer getNextDataFrame() override;
16 
17 };
18 
19 }
fast
Definition: AffineTransformation.hpp:7
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9
fast::StaticDataChannel
Definition: StaticDataChannel.hpp:11
fast::NewestFrameDataChannel
Definition: NewestFrameDataChannel.hpp:12
fast::DataObject::pointer
std::shared_ptr< DataObject > pointer
Definition: DataObject.hpp:16
NewestFrameDataChannel.hpp