Copy DIRECTION by default in REQUEST_INFORMATION
When SPACING and ORIGIN are copied by the pipeline, the associated
DIRECTION should also be copied. Most VTK imaging filters simply
need to copy the DIRECTION from the upstream pipeline to the downstream
pipeline in order to properly support oriented images. Other filters
can manage the DIRECTION in their RequestInformation()
if the
DIRECTION needs to be modified rather than simply passed through.