[Insight-developers] itk::VectorImage

Brady McCary brady.mccary+ITK at gmail.com
Tue Apr 14 13:14:34 EDT 2009


insight-developers,

itk::VectorImage is an image class that has itk::VariableLengthVector
as it's pixel type. The reason why these classes were created was for
memory layout purposes. For more info, see

http://www.itk.org/Doxygen/html/classitk_1_1VectorImage.html
http://www.itk.org/Doxygen/html/classitk_1_1VariableLengthVector.html

The number of components in itk::VariableLengthVector is modifiable at
run-time, as opposed to itk::Vector which takes its number of
components as a template parameter. Is there a reason why the original
developer made the number of components modifiable at run time?

Brady


More information about the Insight-developers mailing list