18 #ifndef __itkVectorImageToImageAdaptor_h
19 #define __itkVectorImageToImageAdaptor_h
43 template<
class TType >
62 output[m_ComponentIdx] = input;
66 const unsigned long offset)
const
68 return Set( Superclass::Get( output, offset ), input );
75 output = input[m_ComponentIdx];
81 return Get( Superclass::Get(input, offset) );
91 return m_ComponentIdx;
97 Superclass::SetVectorLength( l );
106 Superclass::SetVectorLength( length );
139 template<
class TPixelType,
unsigned int Dimension >
142 Accessor::VectorImageToImagePixelAccessor< TPixelType > >
173 this->GetPixelAccessor().SetExtractComponentIdx(componentIdx);
179 return this->GetPixelAccessor().GetExtractComponentIdx();
187 void operator=(
const Self &);