28 #ifndef vtkTimeSourceExample_h 29 #define vtkTimeSourceExample_h 31 #include "vtkFiltersGeneralModule.h" 57 vtkSetMacro(XAmplitude,
double);
58 vtkGetMacro(XAmplitude,
double);
59 vtkSetMacro(YAmplitude,
double);
60 vtkGetMacro(YAmplitude,
double);
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.