134#ifndef vtkParametricRandomHills_h
135#define vtkParametricRandomHills_h
137#include "vtkCommonComputationalGeometryModule.h"
178 vtkSetMacro(NumberOfHills,
int);
179 vtkGetMacro(NumberOfHills,
int);
187 vtkSetMacro(HillXVariance,
double);
188 vtkGetMacro(HillXVariance,
double);
196 vtkSetMacro(HillYVariance,
double);
197 vtkGetMacro(HillYVariance,
double);
205 vtkSetMacro(HillAmplitude,
double);
206 vtkGetMacro(HillAmplitude,
double);
216 vtkSetMacro(RandomSeed,
int);
217 vtkGetMacro(RandomSeed,
int);
244 vtkSetMacro(XVarianceScaleFactor,
double);
245 vtkGetMacro(XVarianceScaleFactor,
double);
253 vtkSetMacro(YVarianceScaleFactor,
double);
254 vtkGetMacro(YVarianceScaleFactor,
double);
262 vtkSetMacro(AmplitudeScaleFactor,
double);
263 vtkGetMacro(AmplitudeScaleFactor,
double);
274 void Evaluate(
double uvw[3],
double Pt[3],
double Duvw[9])
override;
324 void InitRNG(
int RandomSeed);
342 void MakeTheHillData(
void);
347 bool ParametersChanged();
352 void CopyParameters();
dynamic, self-adjusting array of double
a simple class to control print indentation
Park and Miller Sequence of pseudo random numbers.
abstract interface for parametric functions
Generate a surface covered with randomly placed hills.
int GetDimension() override
Return the parametric dimension of the class.
double EvaluateScalar(double uvw[3], double Pt[3], double Duvw[9]) override
Calculate a user defined scalar using one or all of uvw, Pt, Duvw.
double previousHillAmplitude
double AmplitudeScaleFactor
double previousXVarianceScaleFactor
vtkTypeBool AllowRandomGeneration
double YVarianceScaleFactor
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
double previousYVarianceScaleFactor
double XVarianceScaleFactor
double previousHillYVariance
double previousAmplitudeScaleFactor
double previousHillXVariance
static vtkParametricRandomHills * New()
Construct a surface of random hills with the following parameters: MinimumU = -10,...
int previousAllowRandomGeneration
~vtkParametricRandomHills() override
void Evaluate(double uvw[3], double Pt[3], double Duvw[9]) override
Construct a terrain consisting of hills on a surface.
int previousNumberOfHills
vtkParametricRandomHills()