Skip to content
Snippets Groups Projects
Commit 2503a6c6 authored by David Gobbi's avatar David Gobbi
Browse files

Use memcpy for pixel copies in vtkImageReslice.

For all the compilers supported by VTK, if the optimization level
is -O2 or higher, then memcpy is an intrinsic that is inlined when
the copy size is a constant.  This patch uses memcpy to simplify
some of the code.
parent 984116ae
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment