15#ifndef vtkSphericalHarmonics_h 
   16#define vtkSphericalHarmonics_h 
   18#include "vtkFiltersGeneralModule.h"  
   21VTK_ABI_NAMESPACE_BEGIN
 
Generic algorithm superclass for image algs.
 
a simple class to control print indentation
 
compute spherical harmonics of an equirectangular projection image
 
vtkSphericalHarmonics()=default
 
static vtkSphericalHarmonics * New()
 
int FillOutputPortInformation(int, vtkInformation *) override
These method should be reimplemented by subclasses that have more than a single input or single outpu...
 
~vtkSphericalHarmonics() override=default
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.