[vtkusers] Render .RAW file using VTK .NET wrapper
Eric E. Monson
emonson at cs.duke.edu
Fri Sep 30 09:19:13 EDT 2011
Hello,
vtkImageReader2 can be used to read raw files:
http://www.vtk.org/doc/nightly/html/classvtkImageReader2.html
There is a small bit of code on that page, plus links to examples and tests which use that class for reading.
There is a nice wiki full of examples: http://www.vtk.org/Wiki/VTK/Examples with some volume rendering examples on the C++ page. There is also a Volume Rendering example that comes with Activiz.NET.
Most of the VTK examples you find will be in C++ (or Python or Tcl), so you'll have to get used to translating those code pieces into C# since a much lower percentage of people use .NET for VTK.
Good luck,
-Eric
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
Eric E Monson
Duke Visualization Technology Group
On Sep 29, 2011, at 10:29 PM, VN wrote:
> Hi,
>
>
> I am trying to use VTK through .NET wrapper ActiViz.NET.
> I am trying to render a volume data using .raw file. I need some help about
> how to give .raw file as input to VTK?
>
> Any code snippet will be helpful.
>
> Let me know if more information is needed.
>
> Thanks.
>
>
>
> --
> View this message in context: http://vtk.1045678.n5.nabble.com/Render-RAW-file-using-VTK-NET-wrapper-tp4852301p4855445.html
> Sent from the VTK - Users 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
>
> Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
More information about the vtkusers
mailing list