FAST  3.2.0
Framework for Heterogeneous Medical Image Computing and Visualization
SetTransformation.hpp
Go to the documentation of this file.
1 #ifndef SET_TRANSFORMATION_HPP_
2 #define SET_TRANSFORMATION_HPP_
3 
4 #include "FAST/ProcessObject.hpp"
6 
7 namespace fast {
8 
9 class FAST_EXPORT SetTransformation : public ProcessObject {
11  public:
12  void setTransformationInputConnection(DataChannel::pointer port);
13  private:
15  void execute();
16 };
17 
18 }
19 
20 #endif
fast::SetTransformation
Definition: SetTransformation.hpp:9
fast
Definition: AffineTransformation.hpp:7
FAST_OBJECT
#define FAST_OBJECT(className)
Definition: Object.hpp:9
SpatialDataObject.hpp
fast::DataChannel::pointer
std::shared_ptr< DataChannel > pointer
Definition: DataChannel.hpp:12
ProcessObject.hpp
fast::ProcessObject
Definition: ProcessObject.hpp:22