16 #ifndef vtkTimeSourceExample_h
17 #define vtkTimeSourceExample_h
19 #include "vtkFiltersGeneralModule.h"
22 VTK_ABI_NAMESPACE_BEGIN
46 vtkSetMacro(XAmplitude,
double);
47 vtkGetMacro(XAmplitude,
double);
48 vtkSetMacro(YAmplitude,
double);
49 vtkGetMacro(YAmplitude,
double);
71 void LookupTimeAndValue(
double&
time,
double&
value);
72 double ValueFunction(
double time);
73 double XFunction(
double time);
74 double YFunction(
double time);
75 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.