VTK  9.3.20240425
vtkSphericalHarmonics.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
15#ifndef vtkSphericalHarmonics_h
16#define vtkSphericalHarmonics_h
17
18#include "vtkFiltersGeneralModule.h" // For export macro
19#include "vtkImageAlgorithm.h"
20
21VTK_ABI_NAMESPACE_BEGIN
22class VTKFILTERSGENERAL_EXPORT vtkSphericalHarmonics : public vtkImageAlgorithm
23{
24public:
27 void PrintSelf(ostream& os, vtkIndent indent) override;
28
29protected:
31 ~vtkSphericalHarmonics() override = default;
32
33 // Usual data generation method
36
37private:
39 void operator=(const vtkSphericalHarmonics&) = delete;
40};
41
42VTK_ABI_NAMESPACE_END
43#endif
Generic algorithm superclass for image algs.
a simple class to control print indentation
Definition vtkIndent.h:108
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
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.