-
- Downloads
vtkAlgorithm: progress shift/scale
vtkAlgorithm now supports ability to specify values for shifting and scaling progress. This enables internal vtkAlgorithm instances to report progress for part of the work without too much work. Also allows vtkCompositeDataPipeline to report progress was each iteration over the composite dataset as a part of the whole rather than having the progress be from [0, 1.0] for each block in the composite dataset.
Showing
- Common/ExecutionModel/vtkAlgorithm.cxx 30 additions, 14 deletionsCommon/ExecutionModel/vtkAlgorithm.cxx
- Common/ExecutionModel/vtkAlgorithm.h 28 additions, 2 deletionsCommon/ExecutionModel/vtkAlgorithm.h
- Common/ExecutionModel/vtkCompositeDataPipeline.cxx 16 additions, 1 deletionCommon/ExecutionModel/vtkCompositeDataPipeline.cxx
- IO/NetCDF/vtkNetCDFCAMReader.cxx 4 additions, 4 deletionsIO/NetCDF/vtkNetCDFCAMReader.cxx
- Imaging/Stencil/vtkLassoStencilSource.cxx 3 additions, 3 deletionsImaging/Stencil/vtkLassoStencilSource.cxx
Loading
Please register or sign in to comment