vtkExtractSelectedSlices Class Reference
#include <vtkExtractSelectedSlices.h>
Detailed Description
Extract selected slices from a
vtkArray.
Inputs: Input port 0: (required) A vtkSparseArray<double> of any dimension. Input port 1: (required) A vtkSelection containing indices.
Outputs: Output port 0: A vtkSparseArray<double> containing only the selected slices.
Note that the indices in the input selection must be less-than the maximum extent of the input array along the slice dimension.
- Warning:
- Only works with vtkSparseArray<double>, this needs to be generalized.
- Thanks:
- Developed by Timothy M. Shead (tshead@sandia.gov) at Sandia National Laboratories.
BTX int SliceDimension; ETX
- Tests:
- vtkExtractSelectedSlices (Tests)
The documentation for this class was generated from the following file: