[vtk-developers] Memory Management & Exception Handling in VTK

Brad King brad.king at kitware.com
Tue Apr 12 13:05:38 EDT 2005


Randall Hand wrote:
> Is there any mechanism for using streaming features on data not derived 
> from the Parallel VTK XML structures?  I'm using alot of simple JPG/BMP 
> datasets, and alot of older Legacy VTK datasets, but would be happy to 
> hear of a generic solutions, something like a 
> vtkDataSetToStreamingDataSet filter :).

Many of the VTK filters support streaming.  The streaming process is 
always driven from the end of the pipeline.  Take a look at 
VTK/Parallel/vtkMemoryLimitImageDataStreamer.

-Brad



More information about the vtk-developers mailing list