[vtkusers] VTK 2d array?

Jeff Baumes jeff.baumes at kitware.com
Mon Oct 26 08:18:35 EDT 2009


On Sat, Oct 24, 2009 at 4:01 PM, David Doria
<daviddoria+vtk at gmail.com<daviddoria%2Bvtk at gmail.com>
> wrote:

> Does VTK have anything like VBL's vbl_array_2d
> (
> http://public.kitware.com/vxl/doc/release/core/vbl/html/classvbl__array__2d.html
> )
> that makes it easy to use a 2d array of data
> ?
>

Two options:

1. Any vtkAbstractArray subclass can work somewhat like a 2D array.
Components are one dimension and Tuples another.

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.

Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20091026/7c0a6d7e/attachment.htm>


More information about the vtkusers mailing list