VTK
|
Extract selected slices from a vtkArray. More...
#include <vtkExtractSelectedSlices.h>
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.
BTX int SliceDimension; ETX