18 #ifndef itkLabelSelectionImageAdaptor_h
19 #define itkLabelSelectionImageAdaptor_h
35 template<
class TImage,
class TOutputPixelType >
38 Accessor::LabelSelectionPixelAccessor<
39 typename TImage::PixelType,
46 typename TImage::PixelType,
59 this->GetPixelAccessor().SetAcceptedValue(value);
68 void operator=(
const Self &);
virtual ~LabelSelectionImageAdaptor()
ImageAdaptor< TImage, Accessor::LabelSelectionPixelAccessor< typename TImage::PixelType, TOutputPixelType > > Superclass
SmartPointer< const Self > ConstPointer
Presents a label image as a binary image of one label.
SmartPointer< Self > Pointer
LabelSelectionImageAdaptor()
Give access to partial aspects of voxels from an Image.
void SetAcceptedValue(typename TImage::PixelType value)
Base class for all data objects in ITK.
Return a binary mask of the selected label.
LabelSelectionImageAdaptor Self