[vtkusers] how to export volume?

abhishek abhishek at meddiff.com
Mon Dec 3 01:57:40 EST 2012


Hello Shinaji,

I'll try and load exported volume in iPAD using VES.




On Mon, Dec 3, 2012 at 12:23 PM, shinaji [via VTK] <
ml-node+s1045678n5717373h70 at n5.nabble.com> wrote:

> Hi Abhishek,
>
> If you want to get a volume data file, take try vtkXMLImageDataWriter.
> Here is an example.
>
>         writer = vtk.vtkXMLImageDataWriter()
>         writer.SetFileName(FileName)
>         writer.SetInputConnection(imageData.GetProducerPort())
>         writer.Write()
>
> If you want to render a volume data, see
>
> http://vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/VolumeRendering/Cxx/FixedPointVolumeRayCastMapperCT.cxx
>
> Regards
> Shinaji
>
>
>
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://vtk.1045678.n5.nabble.com/how-to-export-volume-tp5717372p5717373.html
>  To unsubscribe from how to export volume?, click here<http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5717372&code=YWJoaXNoZWtAbWVkZGlmZi5jb218NTcxNzM3MnwxMzM4ODU0MTcx>
> .
> NAML<http://vtk.1045678.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>



-- 
Regards,
*Abhishek Gupta*
*Technical Lead*
Meddiff Technologies Pvt. Ltd.
Mobile: +91-9986919320




--
View this message in context: http://vtk.1045678.n5.nabble.com/how-to-export-volume-tp5717372p5717374.html
Sent from the VTK - Users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20121202/b543ffc0/attachment.htm>


More information about the vtkusers mailing list