36#ifndef vtkRegularPolygonSource_h
37#define vtkRegularPolygonSource_h
39#include "vtkFiltersSourcesModule.h"
60 vtkGetMacro(NumberOfSides,
int);
68 vtkSetVector3Macro(Center,
double);
69 vtkGetVectorMacro(Center,
double, 3);
79 vtkGetVectorMacro(
Normal,
double, 3);
86 vtkSetMacro(Radius,
double);
87 vtkGetMacro(Radius,
double);
114 vtkSetMacro(OutputPointsPrecision,
int);
115 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