28 #ifndef vtkHyperOctreeFractalSource_h 29 #define vtkHyperOctreeFractalSource_h 31 #include "vtkFiltersSourcesModule.h" 48 int GetMaximumLevel();
57 void SetMaximumLevel(
int levels);
64 void SetMinimumLevel(
int level);
65 int GetMinimumLevel();
77 void SetProjectionAxes(
int x,
int y,
int z);
79 vtkGetVector3Macro(ProjectionAxes,
int);
87 vtkSetVector4Macro(OriginCX,
double);
88 vtkGetVector4Macro(OriginCX,
double);
98 vtkSetVector4Macro(SizeCX,
double);
99 vtkGetVector4Macro(SizeCX,
double);
106 vtkSetClampMacro(MaximumNumberOfIterations,
unsigned short, 1, 255);
107 vtkGetMacro(MaximumNumberOfIterations,
unsigned char);
114 vtkSetClampMacro(Dimension,
int, 2, 3);
115 vtkGetMacro(Dimension,
int);
125 vtkGetMacro(SpanThreshold,
double);
141 double* origin,
double*
size,
148 int ProjectionAxes[3];
159 float EvaluateWorldPoint(
double p[3]);
160 float EvaluateSet(
double p[4]);
abstract interface for implicit functions
Superclass for algorithms that produce only octree as output.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
A dataset structured as a tree where each node has exactly 2^n children.
Create an octree from a fractal.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
Objects that can traverse hyperoctree nodes.
void SetProjectionAxes(int a[3])
Set the projection from the 4D space (4 parameters / 2 imaginary numbers) to the axes of the 3D Volum...
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
unsigned char MaximumNumberOfIterations
static vtkAlgorithm * New()