49 #ifndef vtkCapsuleSource_h 50 #define vtkCapsuleSource_h 52 #include "vtkFiltersSourcesModule.h" 74 vtkGetMacro(Radius,
double);
81 vtkSetVector3Macro(Center,
double);
82 vtkGetVectorMacro(Center,
double, 3);
90 vtkGetMacro(CylinderLength,
double);
99 vtkGetMacro(ThetaResolution,
int);
107 vtkGetMacro(PhiResolution,
int);
118 vtkSetMacro(LatLongTessellation,
int);
119 vtkGetMacro(LatLongTessellation,
int);
120 vtkBooleanMacro(LatLongTessellation,
int);
129 vtkSetMacro(OutputPointsPrecision,
int);
130 vtkGetMacro(OutputPointsPrecision,
int);
#define VTK_MAX_SPHERE_RESOLUTION
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
~vtkCapsuleSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.