87#ifndef vtkRegularPolygonSource_h
88#define vtkRegularPolygonSource_h
90#include "vtkFiltersSourcesModule.h"
93VTK_ABI_NAMESPACE_BEGIN
112 vtkGetMacro(NumberOfSides,
int);
120 vtkSetVector3Macro(Center,
double);
121 vtkGetVectorMacro(Center,
double, 3);
130 vtkSetVector3Macro(Normal,
double);
131 vtkGetVectorMacro(Normal,
double, 3);
138 vtkSetMacro(Radius,
double);
139 vtkGetMacro(Radius,
double);
166 vtkSetMacro(OutputPointsPrecision,
int);
167 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
create a regular, n-sided polygon and/or polyline
~vtkRegularPolygonSource() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
vtkRegularPolygonSource()
static vtkRegularPolygonSource * New()
Standard methods for instantiation, obtaining type and printing instance values.
vtkTypeBool GeneratePolygon
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type and printing instance values.
vtkTypeBool GeneratePolyline