VTK  9.3.0
vtkPProjectSphereFilter.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
11 #ifndef vtkPProjectSphereFilter_h
12 #define vtkPProjectSphereFilter_h
13 
14 #include "vtkFiltersParallelModule.h" // For export macro
15 #include "vtkProjectSphereFilter.h"
16 
17 VTK_ABI_NAMESPACE_BEGIN
18 class VTKFILTERSPARALLEL_EXPORT vtkPProjectSphereFilter : public vtkProjectSphereFilter
19 {
20 public:
22  void PrintSelf(ostream& os, vtkIndent indent) override;
23 
25 
26 protected:
29 
36 
41  double GetZTranslation(vtkPointSet* input) override;
42 
43 private:
45  void operator=(const vtkPProjectSphereFilter&) = delete;
46 };
47 
48 VTK_ABI_NAMESPACE_END
49 #endif // vtkPProjectSphereFilter_h
list of point or cell ids
Definition: vtkIdList.h:32
a simple class to control print indentation
Definition: vtkIndent.h:38
A filter to 'unroll' a sphere.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void ComputePointsClosestToCenterLine(double, vtkIdList *) override
Parallel part of the algorithm to figure out the closest point to the centerline (i....
~vtkPProjectSphereFilter() override
double GetZTranslation(vtkPointSet *input) override
If TranslateZ is true then this is the method that computes the amount to translate.
static vtkPProjectSphereFilter * New()
concrete class for storing a set of points
Definition: vtkPointSet.h:68
A filter to 'unroll' a sphere.