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);
a simple class to control print indentation
static vtkTimeSourceExample * New()
~vtkTimeSourceExample() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for algorithms that produce only unstructured grid as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.