#include <itkLabelSelectionPixelAccessor.h>
Return a binary mask of the selected label.
LabelSelectionPixelAccessor is templated over an internal type and an external type representation. This class cast the input applies the function to it and cast the result according to the types defined as template parameters
Definition at line 40 of file itkLabelSelectionPixelAccessor.h.
Public Types | |
| using | ExternalType = TExternalType |
| using | InternalType = TInternalType |
Public Member Functions | |
| TExternalType | Get (const TInternalType &input) const |
| void | SetAcceptedValue (TInternalType value) |
Protected Attributes | |
| TInternalType | m_AcceptedValue |
| using itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >::ExternalType = TExternalType |
External type alias. It defines the external aspect that this class will exhibit.
Definition at line 45 of file itkLabelSelectionPixelAccessor.h.
| using itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >::InternalType = TInternalType |
Internal type alias. It defines the internal real representation of data.
Definition at line 49 of file itkLabelSelectionPixelAccessor.h.
|
inline |
Definition at line 58 of file itkLabelSelectionPixelAccessor.h.
References m_AcceptedValue.
|
inline |
Definition at line 52 of file itkLabelSelectionPixelAccessor.h.
References m_AcceptedValue.
|
protected |
Definition at line 64 of file itkLabelSelectionPixelAccessor.h.
Referenced by Get(), and SetAcceptedValue().