18 #ifndef itkMRASlabIdentifier_h
19 #define itkMRASlabIdentifier_h
65 template <
typename TInputImage>
105 itkSetMacro(NumberOfSamples,
unsigned int);
106 itkGetConstReferenceMacro(NumberOfSamples,
unsigned int);
111 itkGetConstReferenceMacro(BackgroundMinimumThreshold,
ImagePixelType);
115 itkSetMacro(Tolerance,
double);
116 itkGetConstReferenceMacro(Tolerance,
double);
121 itkSetMacro(SlicingDirection,
int);
122 itkGetConstReferenceMacro(SlicingDirection,
int);
128 GenerateSlabRegions();
132 GetSlabRegionVector();
138 PrintSelf(std::ostream & os,
Indent indent)
const override;
155 #ifndef ITK_MANUAL_INSTANTIATION
156 # include "itkMRASlabIdentifier.hxx"