1 #ifndef mitkGIFGrayLevelRunLength_h
2 #define mitkGIFGrayLevelRunLength_h
14 itkFactorylessNewMacro(
Self)
29 itkGetConstMacro(Range,
double);
30 itkSetMacro(Range,
double);
32 itkGetConstMacro(UseCtRange,
bool);
33 itkSetMacro(UseCtRange,
bool);
35 itkGetConstMacro(Direction,
unsigned int);
36 itkSetMacro(Direction,
unsigned int);
48 unsigned int m_Direction;
51 #endif //mitkGIFGrayLevelRunLength_h
std::vector< std::string > FeatureNameListType
Base of all data objects.
DataCollection - Class to facilitate loading/accessing structured data.
std::vector< std::pair< std::string, double > > FeatureListType
#define mitkClassMacro(className, SuperClassName)
#define MITKCLUTILITIES_EXPORT