Skip to content
  • Sujin Philip's avatar
    Add vtkExtractTimeSteps filter and test · eff36261
    Sujin Philip authored
    vtkExtractTimeSteps extracts the specified time steps from the input dataset.
    The timesteps to be extracted are specified by their indices. If no
    time step is specified, all of the input time steps are extracted.
    This filter is useful when one wants to work with only a sub-set of the input
    time steps.
    eff36261