ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Attributes | List of all members
itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType > Class Template Reference

#include <itkLabelSelectionPixelAccessor.h>

+ Inheritance diagram for itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >:
+ Collaboration diagram for itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >:

Detailed Description

template<class TInternalType, class TExternalType>
class itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >

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
 

Member Typedef Documentation

template<class TInternalType, class TExternalType>
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.

template<class TInternalType, class TExternalType>
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.

Member Function Documentation

template<class TInternalType, class TExternalType>
TExternalType itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >::Get ( const TInternalType &  input) const
inline

Definition at line 53 of file itkLabelSelectionPixelAccessor.h.

template<class TInternalType, class TExternalType>
void itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >::SetAcceptedValue ( TInternalType  value)
inline

Definition at line 51 of file itkLabelSelectionPixelAccessor.h.

Member Data Documentation

template<class TInternalType, class TExternalType>
TInternalType itk::Accessor::LabelSelectionPixelAccessor< TInternalType, TExternalType >::m_AcceptedValue
protected

Definition at line 59 of file itkLabelSelectionPixelAccessor.h.


The documentation for this class was generated from the following file: