[prev in list] [next in list] [prev in thread] [next in thread] 

List:       vtk-developers
Subject:    [vtk-developers] How to apply isosurface rendering on the .slc file
From:       Rizwan606 <Rizwan.riz606 () gmail ! com>
Date:       2012-10-21 7:28:02
Message-ID: 1350804482472-5716749.post () n5 ! nabble ! com
[Download RAW message or body]

I have an isosurface rendering program, which takes the input of 93 images
using vtkVolumeReader

vtkVolume16Reader v16
  v16 SetDataDimensions 64 64
  v16 SetDataByteOrderToLittleEndian 
  v16 SetFilePrefix  "$VTK_DATA_ROOT/Data/headsq/quarter"
  v16 SetImageRange 1 93
  v16 SetDataSpacing  3.2 3.2 1.5


I have another program which is a volume rendering program, but it reads
.slc file using

vtkSLCReader reader
    reader SetFileName "$VTK_DATA_ROOT/Data/neghip.slc"


Now I want to apply isosurface rendering on the .slc file.

I had tried like this: (but it doesn'g give any output)

vtkVolume16Reader v16
  v16 SetDataDimensions 64 64
  v16 SetDataByteOrderToLittleEndian 
  v16 SetFilePrefix  **"$VTK_DATA_ROOT/Data/neghip.slc"**
  v16 SetImageRange 1 93
  v16 SetDataSpacing  3.2 3.2 1.5


Can anyone tell me how can I do it? Any help wil be highly appreciated.
Thanks



--
View this message in context: \
http://vtk.1045678.n5.nabble.com/How-to-apply-isosurface-rendering-on-the-slc-file-tp5716749.html
 Sent from the VTK - Dev mailing list archive at Nabble.com.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at \
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtk-developers


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic