 |
VTK
9.5.2
|
Go to the documentation of this file.
45#ifndef vtkSuperquadricSource_h
46#define vtkSuperquadricSource_h
48#include "vtkFiltersSourcesModule.h"
51#define VTK_MAX_SUPERQUADRIC_RESOLUTION 1024
52#define VTK_MIN_SUPERQUADRIC_THICKNESS 1e-4
53#define VTK_MIN_SUPERQUADRIC_ROUNDNESS 1e-24
55VTK_ABI_NAMESPACE_BEGIN
74 vtkGetVectorMacro(
Center,
double, 3);
81 vtkSetVector3Macro(
Scale,
double);
82 vtkGetVectorMacro(
Scale,
double, 3);