CLAM-Development  1.4.0
FrameTransformationConfig.hxx
Go to the documentation of this file.
1 #ifndef _FrameTransformationConfig_
2 #define _FrameTransformationConfig_
3 
4 #include "Processing.hxx"
5 #include "BPF.hxx"
6 
7 namespace CLAM
8 {
9 
11  {
12  public:
14  DYN_ATTRIBUTE(0, public, bool, PreserveOuts);
15  DYN_ATTRIBUTE (1, public, BPF, BPF);
16  private:
17  void DefaultInit()
18  {
19  AddPreserveOuts();
20  UpdateData();
21  SetPreserveOuts(false);
22  }
23  };
24 
25 } // namespace CLAM
26 
27 #endif
28