VTK
vtkPProjectSphereFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPProjectSphereFilter.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 =========================================================================*/
23 #ifndef vtkPProjectSphereFilter_h
24 #define vtkPProjectSphereFilter_h
25 
26 #include "vtkFiltersParallelModule.h" // For export macro
27 #include "vtkProjectSphereFilter.h"
28 
29 class VTKFILTERSPARALLEL_EXPORT vtkPProjectSphereFilter :
31 {
32 public:
34  virtual void PrintSelf(ostream &os, vtkIndent indent);
35 
37 
38 protected:
41 
48 
53  virtual double GetZTranslation(vtkPointSet* input);
54 
55 private:
56  vtkPProjectSphereFilter(const vtkPProjectSphereFilter &) VTK_DELETE_FUNCTION;
57  void operator=(const vtkPProjectSphereFilter &) VTK_DELETE_FUNCTION;
58 };
59 
60 #endif // vtkPProjectSphereFilter_h
vtkPProjectSphereFilter::ComputePointsClosestToCenterLine
virtual void ComputePointsClosestToCenterLine(double, vtkIdList *)
Parallel part of the algorithm to figure out the closest point to the centerline (i....
vtkPProjectSphereFilter::vtkPProjectSphereFilter
vtkPProjectSphereFilter()
vtkPProjectSphereFilter
A filter to 'unroll' a sphere.
Definition: vtkPProjectSphereFilter.h:31
vtkPProjectSphereFilter::~vtkPProjectSphereFilter
~vtkPProjectSphereFilter()
vtkPProjectSphereFilter::GetZTranslation
virtual double GetZTranslation(vtkPointSet *input)
If TranslateZ is true then this is the method that computes the amount to translate.
vtkProjectSphereFilter
A filter to 'unroll' a sphere.
Definition: vtkProjectSphereFilter.h:41
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:40
vtkIdList
list of point or cell ids
Definition: vtkIdList.h:37
vtkProjectSphereFilter.h
vtkPProjectSphereFilter::PrintSelf
virtual void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
vtkPointSet
abstract class for specifying dataset behavior
Definition: vtkPointSet.h:43
vtkPProjectSphereFilter::New
static vtkPProjectSphereFilter * New()