18 #ifndef __itkVectorImageToImageAdaptor_h
19 #define __itkVectorImageToImageAdaptor_h
46 template<
class TType >
65 output[m_ComponentIdx] = input;
69 const unsigned long offset)
const
71 return Set( Superclass::Get( output, offset ), input );
78 output = input[m_ComponentIdx];
84 return Get( Superclass::Get(input, offset) );
94 return m_ComponentIdx;
100 Superclass::SetVectorLength( l );
109 Superclass::SetVectorLength( length );
142 template<
class TPixelType,
unsigned int Dimension >
145 Accessor::VectorImageToImagePixelAccessor< TPixelType > >
176 this->GetPixelAccessor().SetExtractComponentIdx(componentIdx);
182 return this->GetPixelAccessor().GetExtractComponentIdx();
191 void operator=(
const Self &);