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