38 #ifndef vtkExtractTimeSteps_h
39 #define vtkExtractTimeSteps_h
41 #include "vtkFiltersExtractionModule.h"
84 this->TimeStepIndices.clear();
94 vtkGetMacro(UseRange,
bool);
95 vtkSetMacro(UseRange,
bool);
96 vtkBooleanMacro(UseRange,
bool);
112 vtkGetMacro(TimeStepInterval,
int);
131 vtkGetMacro(TimeEstimationMode,
int);
132 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.