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);
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.