VTK  9.2.6
vtkPTextureMapToSphere.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPTextureMapToSphere.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
31 #ifndef vtkPTextureMapToSphere_h
32 #define vtkPTextureMapToSphere_h
33 
34 #include "vtkFiltersParallelModule.h" // For export macro
35 #include "vtkTextureMapToSphere.h"
36 
37 class vtkDataSet;
39 
40 class VTKFILTERSPARALLEL_EXPORT vtkPTextureMapToSphere : public vtkTextureMapToSphere
41 {
42 public:
44  void PrintSelf(ostream& os, vtkIndent indent) override;
45 
47 
48 protected:
51 
52  void ComputeCenter(vtkDataSet* dataSet) override;
53 
56 
57 private:
59  void operator=(const vtkPTextureMapToSphere&) = delete;
60 };
61 
62 #endif
abstract class to specify dataset behavior
Definition: vtkDataSet.h:172
a simple class to control print indentation
Definition: vtkIndent.h:119
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