18 #ifndef __itkMRASlabIdentifier_h
19 #define __itkMRASlabIdentifier_h
64 template<
class TInputImage >
102 itkSetMacro(NumberOfSamples,
unsigned int);
103 itkGetConstReferenceMacro(NumberOfSamples,
unsigned int);
108 itkGetConstReferenceMacro(BackgroundMinimumThreshold,
ImagePixelType);
112 itkSetMacro(Tolerance,
double);
113 itkGetConstReferenceMacro(Tolerance,
double);
118 itkSetMacro(SlicingDirection,
int);
119 itkGetConstReferenceMacro(SlicingDirection,
int);
124 void GenerateSlabRegions(
void);
132 void PrintSelf(std::ostream & os,
Indent indent)
const;
136 void operator=(
const Self &);
152 #ifndef ITK_MANUAL_INSTANTIATION
153 #include "itkMRASlabIdentifier.hxx"