20 #ifndef vtkCapsuleSource_h
21 #define vtkCapsuleSource_h
24 #include "vtkFiltersSourcesModule.h"
29 VTK_ABI_NAMESPACE_BEGIN
49 vtkGetMacro(Radius,
double);
56 vtkSetVector3Macro(Center,
double);
57 vtkGetVectorMacro(Center,
double, 3);
65 vtkGetMacro(CylinderLength,
double);
73 vtkSetClampMacro(ThetaResolution,
int, 8,
VTK_INT_MAX);
74 vtkGetMacro(ThetaResolution,
int);
81 vtkSetClampMacro(PhiResolution,
int, 8,
VTK_INT_MAX);
82 vtkGetMacro(PhiResolution,
int);
93 vtkSetMacro(LatLongTessellation,
int);
94 vtkGetMacro(LatLongTessellation,
int);
95 vtkBooleanMacro(LatLongTessellation,
int);
104 vtkSetMacro(OutputPointsPrecision,
int);
105 vtkGetMacro(OutputPointsPrecision,
int);
129 VTK_ABI_NAMESPACE_END
generate a polygonal cylinder centered at the origin
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
#define VTK_DEPRECATED_IN_9_3_0(reason)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Generate a capsule centered at the origin.
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.