CLAM-Development
1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
Processing
Transformations
SMS
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
10
class
FrameTransformationConfig
:
public
ProcessingConfig
11
{
12
public
:
13
DYNAMIC_TYPE_USING_INTERFACE
(
FrameTransformationConfig
, 2,
ProcessingConfig
);
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
Generated by
1.8.1