35#ifndef vtkExtractTimeSteps_h
36#define vtkExtractTimeSteps_h
38#include "vtkFiltersExtractionModule.h"
81 this->TimeStepIndices.clear();
91 vtkGetMacro(UseRange,
bool);
92 vtkSetMacro(UseRange,
bool);
93 vtkBooleanMacro(UseRange,
bool);
109 vtkGetMacro(TimeStepInterval,
int);
128 vtkGetMacro(TimeEstimationMode,
int);
129 vtkSetMacro(TimeEstimationMode,
int);
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.
auto Range(IterablePtr iterable, Options &&... opts) -> typename detail::IterableTraits< typename detail::StripPointers< IterablePtr >::type >::RangeType
Generate an iterable STL proxy object for a VTK container.