VTK  9.1.0
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=========================================================================*/
28#ifndef vtkPTextureMapToSphere_h
29#define vtkPTextureMapToSphere_h
30
31#include "vtkFiltersParallelModule.h" // For export macro
33
34class vtkDataSet;
36
37class VTKFILTERSPARALLEL_EXPORT vtkPTextureMapToSphere : public vtkTextureMapToSphere
38{
39public:
41 void PrintSelf(ostream& os, vtkIndent indent) override;
42
44
45protected:
47 ~vtkPTextureMapToSphere() override = default;
48
49 void ComputeCenter(vtkDataSet* dataSet) override;
50
52
53private:
55 void operator=(const vtkPTextureMapToSphere&) = delete;
56};
57
58#endif
abstract class to specify dataset behavior
Definition: vtkDataSet.h:166
a simple class to control print indentation
Definition: vtkIndent.h:113
Multiprocessing communication superclass.
generate texture coordinates by mapping points to sphere
~vtkPTextureMapToSphere() override=default
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.
generate texture coordinates by mapping points to sphere