52 #ifndef vtkCapsuleSource_h
53 #define vtkCapsuleSource_h
55 #include "vtkFiltersSourcesModule.h"
77 vtkGetMacro(Radius,
double);
84 vtkSetVector3Macro(Center,
double);
85 vtkGetVectorMacro(Center,
double, 3);
93 vtkGetMacro(CylinderLength,
double);
101 vtkSetClampMacro(ThetaResolution,
int, 8,
VTK_INT_MAX);
102 vtkGetMacro(ThetaResolution,
int);
109 vtkSetClampMacro(PhiResolution,
int, 8,
VTK_INT_MAX);
110 vtkGetMacro(PhiResolution,
int);
121 vtkSetMacro(LatLongTessellation,
int);
122 vtkGetMacro(LatLongTessellation,
int);
123 vtkBooleanMacro(LatLongTessellation,
int);
132 vtkSetMacro(OutputPointsPrecision,
int);
133 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
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.