[vtkusers] vtkBPMReaderHELP
Ermin Hasičević
Ermin.Hasicevic at iskon.hr
Mon Sep 3 11:23:06 EDT 2001
Little correction on my previous message.
Sequence of images should start with image_000.bmp instead of
image_001.bmp, unless you specify with vtkBMPReader's
method SetDataExtent z-range which start is different than 0.
-----Original Message-----
From: Ermin Hasičević on behalf of Ermin Hasičević
Sent: pon 03.09.01 16:43
To: lappadj at libero.it
Cc: vtkusers at public.kitware.com
Subject: RE: [vtkusers] vtkBPMReaderHELP
Maybe some of the following might help you. If I got it
correctly
you want to read multiple images in one volume.
BMPReader->SetFilePrefix(FilePrefix);
BMPReader->SetFilePattern("%s_%03d.bmp");
Here %s stands for file prefix. So all files should be named
something like:
image_001.bmp
image_002.bmp
.
.
.
All that's left to do is to associate output of vtkBMPReader to
input of one of the image filters or image data directly.
Ermin
-----Original Message-----
From: lappadj at libero.it
Sent: pon 03.09.01 12:20
To:
Cc: vtkusers at public.kitware.com
Subject: [vtkusers] vtkBPMReaderHELP
Hi,
my question is:"What is the sintax for read the files
from disk with
vtkBMPReader?".I don't to successful!!!!Thanks
Massimiliano La Paglia
_______________________________________________
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 5686 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20010903/4f02407c/attachment.bin>
More information about the vtkusers
mailing list