38 #ifndef vtkExtractTimeSteps_h 39 #define vtkExtractTimeSteps_h 41 #include "vtkFiltersExtractionModule.h" 60 return static_cast<int>(this->TimeStepIndices.size());
66 void AddTimeStepIndex(
int timeStepIndex);
73 void SetTimeStepIndices(
int count,
const int *timeStepIndices);
74 void GetTimeStepIndices(
int *timeStepIndices)
const;
80 void GenerateTimeStepIndices(
int begin,
int end,
int step);
88 this->TimeStepIndices.clear();
98 vtkGetMacro(UseRange,
bool);
107 vtkGetVector2Macro(Range,
int);
108 vtkSetVector2Macro(Range,
int);
116 vtkGetMacro(TimeStepInterval,
int);
117 vtkSetClampMacro(TimeStepInterval,
int, 1,
VTK_INT_MAX);
133 vtkGetMacro(TimeEstimationMode,
int);
162 #endif // vtkExtractTimeSteps_h
a simple class to control print indentation
virtual void Modified()
Update the modification time for this object.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.