[vtkusers] vtkBPMReaderHELP

Ermin Hasičević Ermin.Hasicevic at iskon.hr
Mon Sep 3 10:43:30 EDT 2001


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: 4622 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20010903/7ae2683e/attachment.bin>


More information about the vtkusers mailing list