96#ifndef vtkRegularPolygonSource_h
97#define vtkRegularPolygonSource_h
99#include "vtkFiltersSourcesModule.h"
120 vtkGetMacro(NumberOfSides,
int);
128 vtkSetVector3Macro(Center,
double);
129 vtkGetVectorMacro(Center,
double, 3);
138 vtkSetVector3Macro(Normal,
double);
139 vtkGetVectorMacro(Normal,
double, 3);
146 vtkSetMacro(Radius,
double);
147 vtkGetMacro(Radius,
double);
174 vtkSetMacro(OutputPointsPrecision,
int);
175 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