<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi, Oliver, writing an image loader is fairly strait forward but the
details depend on the specifics of your data. Does your data have a
regular Cartesian geometry? You first need to figure out which
vtkDataSet best matches the geometry of your data. For instance using
an vtkUnstructuredGrid where you could use vtkImageData would overly
complicate things and adversely impact performance. A good deal of
information can be found in the vtk users guide. In ver 4.2 of the user
guide chap 5 has relevant info. If you plan to use VTK you would be
well advised to obtain a copy.<br>
Burlen<br>
<br>
<br>
<br>
Oliver Kania wrote:
<blockquote
cite="mid:e22fb1100801220635r55ced7bepaf9f5791e00786cd@mail.gmail.com"
type="cite">
<div id="mb_0">Hello !<br>
Can someone provide a step by step guide on<br>
writing a custom image loader.<br>
We basically have 2D-point data with values attached to each point. <br>
<div><br>
<br>
Best regards, Oliver<br>
</div>
</div>
<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: <a class="moz-txt-link-freetext" href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a>
Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers</a>
</pre>
</blockquote>
<br>
</body>
</html>