[vtkusers] vtkImageBlockReader/Writer
Charles Law
charles.law at kitware.com
Wed Jul 26 13:16:42 EDT 2000
Sarah,
I do not know why you want to use vtkImageBlockReader/Writer. You may be
able to use vtkImageReader/Writer instead. vtkImageBlockReader is a class
that broke a volume into blocks (instead of just slices) and save each
block into separate files. The intent was to get better performance when
multiple processes were trying to read the same volume.
I do not know what its current status is. It sounds like you just need to
add it to the Makefile.in. If the classes do not prove useful by the next
release, I will remove them.
Charles.
At 11:31 AM 7/26/00 -0400, Sarah Graham wrote:
>I am trying to use contrib/vtkImageBlock[Reader,Writer] to save/reload a
>model. After failing attempts, I looked in vtk3.1/contrib and found that
>neither of the .cxx files were compiled. When I try to build either
>of them using "make vtkImageBlockReader", etc., the build fails. I built
>vtk with the following flags:
> --with-patented --with-tcl --with-contrib
>
>Should I have included another flag in the VTK build? Is there a way to
>build these 2 classes without rebuilding vtk?
>
>Thank you,
>-Sarah
>
>------------------------
>Sarah Graham
>Johns Hopkins University
>sarah at cs.jhu.edu
>http://www.sarahgraham.org
>
>
>
>_______________________________________________
>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