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);
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);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkUnstructuredGridAlgorithm * New()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
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.