Hello Everyone, When initializing an ITK vector, can I assign a variable dimension? eg: int Dimension = NoOfInputs - 2; typedef itk::Vector<float, Dimension> VectorPixelType; Should the dimension be a constant integer only? Vidya Rajagopalan