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 =========================================================================*/
22 #ifndef vtkPProjectSphereFilter_h
23 #define vtkPProjectSphereFilter_h
24 
25 #include "vtkFiltersParallelModule.h" // For export macro
26 #include "vtkProjectSphereFilter.h"
27 
30 {
31 public:
33  virtual void PrintSelf(ostream &os, vtkIndent indent);
34 
35  static vtkPProjectSphereFilter *New();
36 
37 protected:
40 
44  virtual void ComputePointsClosestToCenterLine(double, vtkIdList*);
45 
48  virtual double GetZTranslation(vtkPointSet* input);
49 
50 private:
51  vtkPProjectSphereFilter(const vtkPProjectSphereFilter &); // Not implemented
52  void operator=(const vtkPProjectSphereFilter &); // Not implemented
53 };
54 
55 #endif // vtkPProjectSphereFilter_h
static vtkProjectSphereFilter * New()
abstract class for specifying dataset behavior
Definition: vtkPointSet.h:44
#define VTKFILTERSPARALLEL_EXPORT
virtual void ComputePointsClosestToCenterLine(double, vtkIdList *)
virtual double GetZTranslation(vtkPointSet *input)
a simple class to control print indentation
Definition: vtkIndent.h:38
list of point or cell ids
Definition: vtkIdList.h:35
A filter to 'unroll' a sphere. The unroll longitude is -180.
virtual void PrintSelf(ostream &os, vtkIndent indent)
A filter to 'unroll' a sphere. The unroll longitude is -180.