55 #ifndef __vtkSuperquadricSource_h
56 #define __vtkSuperquadricSource_h
58 #include "vtkFiltersSourcesModule.h"
61 #define VTK_MAX_SUPERQUADRIC_RESOLUTION 1024
62 #define VTK_MIN_SUPERQUADRIC_THICKNESS 1e-4
63 #define VTK_MIN_SUPERQUADRIC_ROUNDNESS 1e-24
78 vtkSetVector3Macro(Center,
double);
79 vtkGetVectorMacro(Center,
double,3);
84 vtkSetVector3Macro(Scale,
double);
85 vtkGetVectorMacro(Scale,
double,3);
91 vtkGetMacro(ThetaResolution,
int);
92 void SetThetaResolution(
int i);
98 vtkGetMacro(PhiResolution,
int);
99 void SetPhiResolution(
int i);
106 vtkGetMacro(Thickness,
double);
113 vtkGetMacro(PhiRoundness,
double);
114 void SetPhiRoundness(
double e);
120 vtkGetMacro(ThetaRoundness,
double);
121 void SetThetaRoundness(
double e);
126 vtkSetMacro(Size,
double);
127 vtkGetMacro(Size,
double);
133 vtkBooleanMacro(Toroidal,
int);
134 vtkGetMacro(Toroidal,
int);
135 vtkSetMacro(Toroidal,
int);