VTK  9.4.20241016
Classes | Macros
vtkTemporalAlgorithm.h File Reference
#include "vtkAlgorithm.h"
#include "vtkCommonExecutionModelModule.h"
#include "vtkNew.h"
#include "vtkTemporalAlgorithm.txx"
Include dependency graph for vtkTemporalAlgorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  vtkTemporalAlgorithm< AlgorithmT >
 Base class for temporal algorithms. More...
 

Macros

#define vtkCreateWrappedTemporalAlgorithmInterface()
 

Macro Definition Documentation

◆ vtkCreateWrappedTemporalAlgorithmInterface

#define vtkCreateWrappedTemporalAlgorithmInterface ( )
Value:
static const char* TimeStepsArrayName(); \
\
protected: \
int GetCurrentTimeIndex() const; \
double GetCurrentTimeStep() const; \
bool IntegrateFullTimeSeries; \
\
public:

Definition at line 215 of file vtkTemporalAlgorithm.h.