24 #ifndef vtkCylinderSource_h
25 #define vtkCylinderSource_h
27 #include "vtkFiltersSourcesModule.h"
32 VTK_ABI_NAMESPACE_BEGIN
49 vtkGetMacro(Height,
double);
57 vtkGetMacro(Radius,
double);
64 vtkSetVector3Macro(Center,
double);
65 vtkGetVectorMacro(Center,
double, 3);
73 vtkGetMacro(Resolution,
int);
116 vtkSetMacro(OutputPointsPrecision,
int);
117 vtkGetMacro(OutputPointsPrecision,
int);
143 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.
dynamic, self-adjusting array of float
int OutputPointsPrecision
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
vtkTypeBool LatLongTessellation
object to represent cell connectivity
represent and manipulate 3D points
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.