28 #ifndef vtkTimeSourceExample_h
29 #define vtkTimeSourceExample_h
31 #include "vtkFiltersGeneralModule.h"
46 vtkSetClampMacro(Analytic,
int, 0, 1);
47 vtkGetMacro(Analytic,
int);
58 vtkGetMacro(XAmplitude,
double);
60 vtkGetMacro(YAmplitude,
double);
69 vtkSetClampMacro(Growing,
int, 0, 1);
70 vtkGetMacro(Growing,
int);
80 vtkInformationVector*) VTK_OVERRIDE;
82 int RequestData(vtkInformation*,
83 vtkInformationVector**,
84 vtkInformationVector*) VTK_OVERRIDE;
87 void LookupTimeAndValue(
double &
time,
double &
value);
88 double ValueFunction(
double time);
89 double XFunction(
double time);
90 double YFunction(
double time);
91 int NumCellsFunction(
double time);
static vtkUnstructuredGridAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for algorithms that produce only unstructured grid as output.
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.