37 #ifndef vtkParametricRandomHills_h 38 #define vtkParametricRandomHills_h 144 virtual void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9]);
154 virtual double EvaluateScalar(
double uvw[3],
double Pt[3],
double Duvw[9]);
187 void InitRNG (
int RandomSeed );
190 double Rand (
void );
199 void MakeTheHillData(
void );
202 bool ParametersChanged();
205 void CopyParameters();
int previousNumberOfHills
Generate a surface covered with randomly placed hills.
double XVarianceScaleFactor
int previousAllowRandomGeneration
double previousAmplitudeScaleFactor
int AllowRandomGeneration
virtual double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9])=0
#define vtkGetMacro(name, type)
virtual void Evaluate(double uvw[3], double Pt[3], double Duvw[9])=0
#define vtkSetClampMacro(name, type, min, max)
#define vtkTypeMacro(thisClass, superclass)
void PrintSelf(ostream &os, vtkIndent indent)
dynamic, self-adjusting array of double
double previousHillXVariance
#define VTKCOMMONCOMPUTATIONALGEOMETRY_EXPORT
abstract interface for parametric functions
a simple class to control print indentation
double previousHillYVariance
Park and Miller Sequence of pseudo random numbers.
virtual int GetDimension()
#define VTK_LEGACY(method)
double AmplitudeScaleFactor
double YVarianceScaleFactor
double previousXVarianceScaleFactor
double previousHillAmplitude
#define vtkBooleanMacro(name, type)
double previousYVarianceScaleFactor
#define vtkSetMacro(name, type)