133#ifndef vtkCylinderSource_h
134#define vtkCylinderSource_h
136#include "vtkFiltersSourcesModule.h"
141VTK_ABI_NAMESPACE_BEGIN
158 vtkGetMacro(Height,
double);
166 vtkGetMacro(Radius,
double);
173 vtkSetVector3Macro(Center,
double);
174 vtkGetVectorMacro(Center,
double, 3);
182 vtkGetMacro(Resolution,
int);
225 vtkSetMacro(OutputPointsPrecision,
int);
226 vtkGetMacro(OutputPointsPrecision,
int);
object to represent cell connectivity
generate a polygonal cylinder centered at the origin
vtkTypeBool LatLongTessellation
int OutputPointsPrecision
int CreateHemisphere(vtkPoints *points, vtkFloatArray *normals, vtkFloatArray *tcooords, vtkCellArray *newPolys, int startIdx=0)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkCylinderSource() override=default
static vtkCylinderSource * New()
vtkCylinderSource(int res=6)
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
dynamic, self-adjusting array of float
a simple class to control print indentation
represent and manipulate 3D points
Superclass for algorithms that produce only polydata as output.