#include <vtkTimeSourceExample.h>
Inherits vtkUnstructuredGridAlgorithm.
Definition at line 33 of file vtkTimeSourceExample.h.
vtkTimeSourceExample::vtkTimeSourceExample |
( |
| ) |
|
|
protected |
vtkTimeSourceExample::~vtkTimeSourceExample |
( |
| ) |
|
|
protected |
static int vtkTimeSourceExample::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkTimeSourceExample::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkTimeSourceExample::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkTimeSourceExample::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkTimeSourceExample::SetAnalytic |
( |
int |
| ) |
|
|
virtual |
When off (the default) this source produces a discrete set of values. When on, this source produces a value analytically for any queried time.
virtual int vtkTimeSourceExample::GetAnalytic |
( |
| ) |
|
|
virtual |
When off (the default) this source produces a discrete set of values. When on, this source produces a value analytically for any queried time.
virtual void vtkTimeSourceExample::AnalyticOn |
( |
| ) |
|
|
virtual |
When off (the default) this source produces a discrete set of values. When on, this source produces a value analytically for any queried time.
virtual void vtkTimeSourceExample::AnalyticOff |
( |
| ) |
|
|
virtual |
When off (the default) this source produces a discrete set of values. When on, this source produces a value analytically for any queried time.
virtual void vtkTimeSourceExample::SetXAmplitude |
( |
double |
| ) |
|
|
virtual |
When 0.0 (the default) this produces a data set that is stationary. When on the data set moves in the X/Y plane over a sin wave over time, amplified by the value.
virtual double vtkTimeSourceExample::GetXAmplitude |
( |
| ) |
|
|
virtual |
When 0.0 (the default) this produces a data set that is stationary. When on the data set moves in the X/Y plane over a sin wave over time, amplified by the value.
virtual void vtkTimeSourceExample::SetYAmplitude |
( |
double |
| ) |
|
|
virtual |
When 0.0 (the default) this produces a data set that is stationary. When on the data set moves in the X/Y plane over a sin wave over time, amplified by the value.
virtual double vtkTimeSourceExample::GetYAmplitude |
( |
| ) |
|
|
virtual |
When 0.0 (the default) this produces a data set that is stationary. When on the data set moves in the X/Y plane over a sin wave over time, amplified by the value.
virtual void vtkTimeSourceExample::SetGrowing |
( |
int |
| ) |
|
|
virtual |
When off (the default) this produces a single cell data set. When on the the number of cells (in the Y direction) grows and shrinks over time along a hat function.
virtual int vtkTimeSourceExample::GetGrowing |
( |
| ) |
|
|
virtual |
When off (the default) this produces a single cell data set. When on the the number of cells (in the Y direction) grows and shrinks over time along a hat function.
virtual void vtkTimeSourceExample::GrowingOn |
( |
| ) |
|
|
virtual |
When off (the default) this produces a single cell data set. When on the the number of cells (in the Y direction) grows and shrinks over time along a hat function.
virtual void vtkTimeSourceExample::GrowingOff |
( |
| ) |
|
|
virtual |
When off (the default) this produces a single cell data set. When on the the number of cells (in the Y direction) grows and shrinks over time along a hat function.
virtual int vtkTimeSourceExample::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
virtual int vtkTimeSourceExample::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protectedvirtual |
void vtkTimeSourceExample::LookupTimeAndValue |
( |
double & |
time, |
|
|
double & |
value |
|
) |
| |
|
protected |
double vtkTimeSourceExample::ValueFunction |
( |
double |
time | ) |
|
|
protected |
double vtkTimeSourceExample::XFunction |
( |
double |
time | ) |
|
|
protected |
double vtkTimeSourceExample::YFunction |
( |
double |
time | ) |
|
|
protected |
int vtkTimeSourceExample::NumCellsFunction |
( |
double |
time | ) |
|
|
protected |
int vtkTimeSourceExample::Analytic |
|
protected |
double vtkTimeSourceExample::XAmplitude |
|
protected |
double vtkTimeSourceExample::YAmplitude |
|
protected |
int vtkTimeSourceExample::Growing |
|
protected |
int vtkTimeSourceExample::NumSteps |
|
protected |
double* vtkTimeSourceExample::Steps |
|
protected |
double* vtkTimeSourceExample::Values |
|
protected |
The documentation for this class was generated from the following file: