[vtk-developers] Pipeline Memory Size
Ken Martin
ken.martin at kitware.com
Wed Jan 31 13:38:39 EST 2001
Hello Folk,
I am moving the GetEstimatedPipelineMemorySize code and most of its support
code into a separate class called vtkPipelineSize in the parallel
directory. The goal is to simplify the main VTK pipeline classes and move
the functionality into a separate class since it didn't work for many cases
anyhow. I also merged the vtkImageDataStreamer blocking code into
vtkExtentTranslator since they were performing the same function. IN the
near future I'll also merge the SplitExtent code in vtkImageData to also
use the vtkExtentTranslator since once again it is the same basic code. For
the few classes that actually used PipelineMemorySize I'll be providing new
versions in the paralel directory that use the vtkPipelineSize class.
- Ken
More information about the vtk-developers
mailing list