------------------------------------------------------------------------------
| 22 | |
| 23 | //------------------------------------------------------------------------------ |
| 24 | double vtkTimeSourceExample::ValueFunction(double t) |
| 25 | { |
| 26 | return sin(2 * vtkMath::Pi() * t); |
| 27 | } |
| 28 | |
| 29 | //------------------------------------------------------------------------------ |
| 30 | double vtkTimeSourceExample::XFunction(double t) |
no test coverage detected