VTK  9.3.20240424
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
16
17VTK_ABI_NAMESPACE_BEGIN
18class VTKFILTERSPARALLEL_EXPORT vtkPProjectSphereFilter : public vtkProjectSphereFilter
19{
20public:
22 void PrintSelf(ostream& os, vtkIndent indent) override;
23
25
26protected:
29
36
41 double GetZTranslation(vtkPointSet* input) override;
42
43private:
45 void operator=(const vtkPProjectSphereFilter&) = delete;
46};
47
48VTK_ABI_NAMESPACE_END
49#endif // vtkPProjectSphereFilter_h
list of point or cell ids
Definition vtkIdList.h:133
a simple class to control print indentation
Definition vtkIndent.h:108
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:98
A filter to 'unroll' a sphere.