image pipeline
Ana Cugat
c1f6326 at hotmail.com
Sat Oct 2 20:03:54 EDT 1999
<x-flowed>Hello again,
I've tried as follows:
vtkImageReader sliceReader
.
.
.
vtkImageToStructuredPoints toS
toS SetInput [sliceReader GetOutput]
vtkStructuredPoints sp
sp CopyStructure [toS GetOutput]
[sp GetPointData] PassData [[toS GetOutput] GetPointData]
and still when I change scalar values in the sp object, the same changes
occur in sliceReader.
Does anybody know what is going on??
Thanks,
Ana
>From: "Ana Cugat" <c1f6326 at hotmail.com>
>To: vtkusers at gsao.med.ge.com
>Subject: image pipeline
>Date: Fri, 01 Oct 1999 18:21:06 CEST
>
>Hello,
>
>I'm using
>
>vtkImageReader sliceReader
>.
>.
>.
>
>vtkImageToStructuredPoints toS
>toS SetInput [sliceReader GetOutput]
>
>
>When I change some data attributes of [toS GetOutput] the same changes
>occur
>to the slireader data. How can I avoid this?
>
>Thanks,
>
>Ana
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
>
>-----------------------------------------------------------------------------
>This is the private VTK discussion list. Please keep messages on-topic.
>Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
>To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
><majordomo at gsao.med.ge.com>. For help, send message body containing
>"info vtkusers" to the same address. Live long and prosper.
>-----------------------------------------------------------------------------
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-----------------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>. For help, send message body containing
"info vtkusers" to the same address. Live long and prosper.
-----------------------------------------------------------------------------
</x-flowed>
More information about the vtkusers
mailing list