[vtkusers] Standard Method for Axial,	Coronal and Sagittal slices from Vol Data
    Divya Rathore 
    divyaksr at iitk.ac.in
       
    Sun Sep 25 17:54:43 EDT 2005
    
    
  
Dear Users,
    Kindly suggest which is the most standard method to use for displaying 
the 3 orthogonal slices from a given Volue data?
I read the vol data as follows:
vtkVolume16Reader *v16 = vtkVolume16Reader::New();
v16->SetDataDimensions(256,256);
v16->SetDataByteOrderToLittleEndian();
v16->SetFilePrefix ("vol");
v16->SetImageRange(1, 100);
v16->SetDataSpacing (1.0, 1.0, 1.0);
After this I have to extract 3 slices corresponding to Axial, coronal and 
sagittal from the above data. I understand that finally they are to be fed 
utilizing the class vtkImageActor.
Kindly suggest the standard method to do this.
thank you in advance,
D. Rathore 
    
    
More information about the vtkusers
mailing list