36#ifndef vtkEarthSource_h
37#define vtkEarthSource_h
39#include "vtkFiltersHybridModule.h"
42VTK_ABI_NAMESPACE_BEGIN
55 vtkGetMacro(Radius,
double);
64 vtkSetClampMacro(OnRatio,
int, 1, 16);
65 vtkGetMacro(OnRatio,
int);
create the continents of the Earth as a sphere
~vtkEarthSource() override=default
static vtkEarthSource * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.