[vtk-developers] Slight behavior change in vtkCellDerivatives

Berk Geveci berk.geveci at kitware.com
Thu Feb 14 11:55:55 EST 2008


Hi folks,

I made a slight behavior change in vtkCellDerivatives. It was always
calling its output vectors, even when it was actually scalar gradient.
Now, it calls its output arrays with the following names:

ScalarGradient
Vorticity
VectorGradient
Strain

Also, you can now which array to process using the
SetInputArrayToProcess() method. The defaults are still scalars and
vectors.

-berk



More information about the vtk-developers mailing list