16#ifndef vtkTimeSourceExample_h
17#define vtkTimeSourceExample_h
19#include "vtkFiltersGeneralModule.h"
22VTK_ABI_NAMESPACE_BEGIN
46 vtkSetMacro(XAmplitude,
double);
47 vtkGetMacro(XAmplitude,
double);
48 vtkSetMacro(YAmplitude,
double);
49 vtkGetMacro(YAmplitude,
double);
a simple class to control print indentation
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
static vtkTimeSourceExample * New()
int NumCellsFunction(double time)
void LookupTimeAndValue(double &time, double &value)
double ValueFunction(double time)
~vtkTimeSourceExample() override
double XFunction(double time)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
double YFunction(double time)
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.