VTK  9.3.1
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 
24  static vtkPProjectSphereFilter* New();
25 
26 protected:
28  ~vtkPProjectSphereFilter() override;
29 
35  void ComputePointsClosestToCenterLine(double, vtkIdList*) override;
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
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkProjectSphereFilter * New()
concrete class for storing a set of points
Definition: vtkPointSet.h:58
virtual void ComputePointsClosestToCenterLine(double, vtkIdList *)
Parallel part of the algorithm to figure out the closest point to the centerline (i.e.
virtual double GetZTranslation(vtkPointSet *input)
If TranslateZ is true then this is the method that computes the amount to translate.
a simple class to control print indentation
Definition: vtkIndent.h:28
list of point or cell ids
Definition: vtkIdList.h:22
A filter to 'unroll' a sphere.
A filter to 'unroll' a sphere.