[vtkusers] vtkStructuredPoints; vtkImageReslice
    David Gobbi 
    dgobbi at imaging.robarts.ca
       
    Tue Jul  2 11:20:32 EDT 2002
    
    
  
Hi Randy,
You can either use vtkImageFlip, or you can use vtkImageReslice and
set the ResliceAxesDirectionCosines to (-1, 0, 0,  0, 1, 0,  0, 0, 1).
The images can then be combined with either vtkImageAppend, or with
an extent translation followed by vtkImageBlend.
 - David
--
  David Gobbi, MSc                dgobbi at imaging.robarts.ca
  Advanced Imaging Research Group
  Robarts Research Institute, University of Western Ontario
On Tue, 2 Jul 2002, Randy Heiland wrote:
> I have a structured points dataset and would like to make a copy of it and
> transform the copy (e.g., reflect in X).  (In the end I want to volume render
> the merged datasets).  Does vtkImageReslice do what I want?  Other suggestions?
>
> thanks,
> Randy
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
    
    
More information about the vtkusers
mailing list