39#ifndef vtkSphereSource_h
40#define vtkSphereSource_h
42#include "vtkFiltersSourcesModule.h"
75 vtkGetVectorMacro(
Center,
double, 3);
125 vtkSetClampMacro(
EndPhi,
double, 0.0, 360.0);
a simple class to control print indentation
vtkSphereSource(int res=8)
int OutputPointsPrecision
~vtkSphereSource() override=default
vtkTypeBool LatLongTessellation
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for obtaining type information, and printing.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkSphereSource * New()
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions.
vtkTypeBool GenerateNormals
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override