[vtk-developers] vtkFieldData::AddArray() is very painful with lots of arrays

Wilson, Andrew T atwilso at sandia.gov
Fri Nov 6 15:19:34 EST 2009


On 11/6/09 2:08 PM, "Bill Lorensen" <bill.lorensen at gmail.com> wrote:
> Is it possible to use an stl container?

I'm confused -- use an STL container for what?  For the hashtable?
Certainly, as long as it's wrapped in a PIMPL implementation.  For my state
arrays?  Sure -- that's how I store them internally in my application where
fast access is paramount and then convert them to/from VTK arrays for
storage.  I'd rather not have to write my own reader/writer if I can help
it.

Am I missing the point of your suggestion?

-- Andy





More information about the vtk-developers mailing list