VTK  9.3.0
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
23 #include "vtkTextureMapToSphere.h"
24 
25 VTK_ABI_NAMESPACE_BEGIN
26 class vtkDataSet;
28 
29 class VTKFILTERSPARALLEL_EXPORT vtkPTextureMapToSphere : public vtkTextureMapToSphere
30 {
31 public:
33  void PrintSelf(ostream& os, vtkIndent indent) override;
34 
36 
37 protected:
40 
41  void ComputeCenter(vtkDataSet* dataSet) override;
42 
45 
46 private:
48  void operator=(const vtkPTextureMapToSphere&) = delete;
49 };
50 
51 VTK_ABI_NAMESPACE_END
52 #endif
abstract class to specify dataset behavior
Definition: vtkDataSet.h:53
a simple class to control print indentation
Definition: vtkIndent.h:29
Multiprocessing communication superclass.
generate texture coordinates by mapping points to sphere
~vtkPTextureMapToSphere() override
vtkMultiProcessController * Controller
void ComputeCenter(vtkDataSet *dataSet) override
static vtkPTextureMapToSphere * New()
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