29 #ifndef vtkExtractTimeSteps_h
30 #define vtkExtractTimeSteps_h
32 #include "vtkFiltersExtractionModule.h"
51 return static_cast<int>(this->TimeStepIndices.size());
57 void AddTimeStepIndex(
int timeStepIndex);
64 void SetTimeStepIndices(
int count,
const int *timeStepIndices);
65 void GetTimeStepIndices(
int *timeStepIndices)
const;
71 void GenerateTimeStepIndices(
int begin,
int end,
int step);
79 this->TimeStepIndices.clear();
100 #endif // vtkExtractTimeSteps_h
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.