Go to the documentation of this file.
56 #ifndef vtkSuperquadricSource_h
57 #define vtkSuperquadricSource_h
62 #define VTK_MAX_SUPERQUADRIC_RESOLUTION 1024
63 #define VTK_MIN_SUPERQUADRIC_THICKNESS 1e-4
64 #define VTK_MIN_SUPERQUADRIC_ROUNDNESS 1e-24
#define VTK_MIN_SUPERQUADRIC_THICKNESS
static vtkSuperquadricSource * New()
void PrintSelf(ostream &os, vtkIndent indent)
#define vtkSetVector3Macro(name, type)
void SetPhiRoundness(double e)
#define vtkTypeMacro(thisClass, superclass)
#define vtkGetVectorMacro(name, type, count)
void SetZAxisOfSymmetry()
void SetYAxisOfSymmetry()
create a polygonal superquadric centered at the origin
#define vtkSetClampMacro(name, type, min, max)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetPhiResolution(int i)
a simple class to control print indentation
vtkSuperquadricSource(int res=16)
void SetThetaRoundness(double e)
#define vtkGetMacro(name, type)
int OutputPointsPrecision
vtkBooleanMacro(IgnoreDriverBugs, bool)
vtkSetMacro(IgnoreDriverBugs, bool)
void SetThetaResolution(int i)
void SetXAxisOfSymmetry()
Superclass for algorithms that produce only polydata as output.