Go to the documentation of this file.
37 #ifndef vtkPerlinNoise_h
38 #define vtkPerlinNoise_h
static vtkPerlinNoise * New()
#define vtkSetVector3Macro(name, type)
void PrintSelf(ostream &os, vtkIndent indent)
virtual double EvaluateFunction(double x[3])=0
#define vtkTypeMacro(thisClass, superclass)
GLint GLint GLint GLint GLint x
#define vtkGetVectorMacro(name, type, count)
abstract interface for implicit functions
an implicit function that implements Perlin noise
double EvaluateFunction(double x, double y, double z)
a simple class to control print indentation
void EvaluateGradient(double x[3], double n[3])
#define vtkGetMacro(name, type)
double EvaluateFunction(double x[3])
vtkSetMacro(IgnoreDriverBugs, bool)
GLint GLint GLint GLint GLint GLint y
#define VTKCOMMONDATAMODEL_EXPORT