28 #ifndef vtkHyperOctreeFractalSource_h 29 #define vtkHyperOctreeFractalSource_h 31 #include "vtkFiltersSourcesModule.h" 36 #if !defined(VTK_LEGACY_REMOVE) 49 int GetMaximumLevel();
58 void SetMaximumLevel(
int levels);
65 void SetMinimumLevel(
int level);
66 int GetMinimumLevel();
78 void SetProjectionAxes(
int x,
int y,
int z);
80 vtkGetVector3Macro(ProjectionAxes,
int);
88 vtkSetVector4Macro(OriginCX,
double);
89 vtkGetVector4Macro(OriginCX,
double);
99 vtkSetVector4Macro(SizeCX,
double);
100 vtkGetVector4Macro(SizeCX,
double);
107 vtkSetClampMacro(MaximumNumberOfIterations,
unsigned short, 1, 255);
108 vtkGetMacro(MaximumNumberOfIterations,
unsigned char);
115 vtkSetClampMacro(Dimension,
int, 2, 3);
116 vtkGetMacro(Dimension,
int);
126 vtkGetMacro(SpanThreshold,
double);
142 double* origin,
double*
size,
149 int ProjectionAxes[3];
160 float EvaluateWorldPoint(
double p[3]);
161 float EvaluateSet(
double p[4]);
172 #endif //VTK_LEGACY_REMOVE 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()