------------------------------------------------------------------------------
| 34 | |
| 35 | //------------------------------------------------------------------------------ |
| 36 | double vtkTimeSourceExample::YFunction(double t) |
| 37 | { |
| 38 | return sin(2 * vtkMath::Pi() * t) * this->YAmplitude; |
| 39 | } |
| 40 | |
| 41 | //------------------------------------------------------------------------------ |
| 42 | void vtkTimeSourceExample::LookupTimeAndValue(double& time, double& value) |
no test coverage detected