VTK  9.3.20240423
vtkPTextureMapToSphere.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
19#ifndef vtkPTextureMapToSphere_h
20#define vtkPTextureMapToSphere_h
21
22#include "vtkFiltersParallelModule.h" // For export macro
24
25VTK_ABI_NAMESPACE_BEGIN
26class vtkDataSet;
28
29class VTKFILTERSPARALLEL_EXPORT vtkPTextureMapToSphere : public vtkTextureMapToSphere
30{
31public:
33 void PrintSelf(ostream& os, vtkIndent indent) override;
34
36
37protected:
40
41 void ComputeCenter(vtkDataSet* dataSet) override;
42
45
46private:
48 void operator=(const vtkPTextureMapToSphere&) = delete;
49};
50
51VTK_ABI_NAMESPACE_END
52#endif
abstract class to specify dataset behavior
Definition vtkDataSet.h:166
a simple class to control print indentation
Definition vtkIndent.h:108
Multiprocessing communication superclass.
generate texture coordinates by mapping points to sphere
~vtkPTextureMapToSphere() override
vtkMultiProcessController * Controller
static vtkPTextureMapToSphere * New()
void ComputeCenter(vtkDataSet *dataSet) override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetController(vtkMultiProcessController *)
generate texture coordinates by mapping points to sphere