18#ifndef itkPixelAccessor_h
19#define itkPixelAccessor_h
54template <
typename TInternalType,
typename TExternalType>
68 Set(TInternalType & output,
const TExternalType & input)
const
70 output = (TInternalType)input;
74 Get(
const TInternalType & input)
const
76 return (TExternalType)input;
Give access to partial aspects of a type.
void Set(TInternalType &output, const TExternalType &input) const
TInternalType InternalType
TExternalType ExternalType
TExternalType Get(const TInternalType &input) const
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....