Home
last modified time | relevance | path

Searched refs:XAmplitude (Results 1 – 6 of 6) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkTimeSourceExample.h49 vtkSetMacro(XAmplitude, double);
50 vtkGetMacro(XAmplitude, double);
82 double XAmplitude; variable
H A DvtkTimeSourceExample.cxx45 return sin(2*vtkMath::Pi()*t)*this->XAmplitude; in XFunction()
121 this->XAmplitude = 0.0; in vtkTimeSourceExample()
358 os << indent << "XAmplitude: " << this->XAmplitude << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkTimeSourceExample.h57 vtkSetMacro(XAmplitude, double);
58 vtkGetMacro(XAmplitude, double);
94 double XAmplitude; variable
H A DvtkTimeSourceExample.cxx45 return sin(2*vtkMath::Pi()*t)*this->XAmplitude; in XFunction()
121 this->XAmplitude = 0.0; in vtkTimeSourceExample()
358 os << indent << "XAmplitude: " << this->XAmplitude << endl; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkTimeSourceExample.h57 vtkSetMacro(XAmplitude, double);
58 vtkGetMacro(XAmplitude, double);
89 double XAmplitude; variable
H A DvtkTimeSourceExample.cxx45 return sin(2 * vtkMath::Pi() * t) * this->XAmplitude; in XFunction()
121 this->XAmplitude = 0.0; in vtkTimeSourceExample()
339 os << indent << "XAmplitude: " << this->XAmplitude << endl; in PrintSelf()