8#ifndef vtkPSphereSource_h 
    9#define vtkPSphereSource_h 
   11#include "vtkFiltersParallelModule.h"  
   14VTK_ABI_NAMESPACE_BEGIN
 
a simple class to control print indentation
 
sphere source that supports pieces
 
void PrintSelf(ostream &os, vtkIndent indent) override
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions.
 
static vtkPSphereSource * New()
Construct sphere with radius=0.5 and default resolution 8 in both Phi and Theta directions.
 
unsigned long GetEstimatedMemorySize()
Get the estimated memory size in kibibytes (1024 bytes).
 
~vtkPSphereSource() override=default
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
vtkPSphereSource()=default
 
create a polygonal sphere centered at the origin