Added VectorMode in vtkSmartVolumeMapper to render ParaView's vector data.
Internally, VectorMode uses GPUMapper's independent component support to render a single component (by adjusting the weights). It computes the vector's magnitude through a vtkImageMagnitude instance.
[1] Vector's magnitude volume and its surface rendering counterpart
[2] Vector's component volume and its surface rendering counterpart