<div><br><div class="gmail_quote">On Sat, Oct 24, 2009 at 4:01 PM, David Doria <span dir="ltr"><<a href="mailto:daviddoria%2Bvtk@gmail.com">daviddoria+vtk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Does VTK have anything like VBL's vbl_array_2d<br>
(<a href="http://public.kitware.com/vxl/doc/release/core/vbl/html/classvbl__array__2d.html" target="_blank">http://public.kitware.com/vxl/doc/release/core/vbl/html/classvbl__array__2d.html</a>)<br>
that makes it easy to use a 2d array of data<br>?<br></blockquote><div> </div><div>Two options:</div><div><br></div><div>1. Any vtkAbstractArray subclass can work somewhat like a 2D array. Components are one dimension and Tuples another.</div>
<div><br></div><div>2. The new vtkArray and sublasses are N-dimensional array data structures that have a nice API that is perhaps closer to vbl_array_2d.</div><div><br></div><div>Jeff</div><div><br></div></div>
</div>