ITK
4.13.0
Insight Segmentation and Registration Toolkit
|
#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 | |
typedef TExternalType | ExternalType |
typedef TInternalType | InternalType |
Public Member Functions | |
TExternalType | Get (const TInternalType &input) const |
void | SetAcceptedValue (TInternalType value) |
Protected Attributes | |
TInternalType | m_AcceptedValue |
typedef TExternalType itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >::ExternalType |
External typedef. It defines the external aspect that this class will exhibit.
Definition at line 45 of file itkLabelSelectionPixelAccessor.h.
typedef TInternalType itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >::InternalType |
Internal typedef. It defines the internal real representation of data.
Definition at line 49 of file itkLabelSelectionPixelAccessor.h.
|
inline |
Definition at line 53 of file itkLabelSelectionPixelAccessor.h.
|
inline |
Definition at line 51 of file itkLabelSelectionPixelAccessor.h.
|
protected |
Definition at line 59 of file itkLabelSelectionPixelAccessor.h.