 |
VTK
9.1.0
|
Go to the documentation of this file.
137 #ifndef vtkCylinderSource_h
138 #define vtkCylinderSource_h
140 #include "vtkFiltersSourcesModule.h"
157 vtkGetMacro(Height,
double);
165 vtkGetMacro(Radius,
double);
172 vtkSetVector3Macro(Center,
double);
173 vtkGetVectorMacro(Center,
double, 3);
181 vtkGetMacro(Resolution,
int);
199 vtkSetMacro(OutputPointsPrecision,
int);
200 vtkGetMacro(OutputPointsPrecision,
int);
~vtkCylinderSource() override=default
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkCylinderSource * New()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
int OutputPointsPrecision
generate a cylinder centered at origin
vtkCylinderSource(int res=6)
Superclass for algorithms that produce only polydata as output.