VTK
vtkGeoAdaptiveArcs.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkGeoAdaptiveArcs.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 =========================================================================*/
15 /*-------------------------------------------------------------------------
16  Copyright 2008 Sandia Corporation.
17  Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18  the U.S. Government retains certain rights in this software.
19 -------------------------------------------------------------------------*/
28 #ifndef vtkGeoAdaptiveArcs_h
29 #define vtkGeoAdaptiveArcs_h
30 
31 #include "vtkGeovisCoreModule.h" // For export macro
32 #include "vtkPolyDataAlgorithm.h"
33 
34 class vtkDoubleArray;
35 class vtkPolyData;
36 class vtkRenderer;
37 
38 class VTKGEOVISCORE_EXPORT vtkGeoAdaptiveArcs : public vtkPolyDataAlgorithm
39 {
40 public:
41  static vtkGeoAdaptiveArcs *New();
42 
44  void PrintSelf(ostream& os, vtkIndent indent);
45 
47 
52  vtkSetMacro(GlobeRadius, double);
53  vtkGetMacro(GlobeRadius, double);
55 
57 
63  vtkSetMacro(MaximumPixelSeparation, double);
64  vtkGetMacro(MaximumPixelSeparation, double);
66 
68 
73  vtkSetMacro(MinimumPixelSeparation, double);
74  vtkGetMacro(MinimumPixelSeparation, double);
76 
78 
82  virtual void SetRenderer(vtkRenderer *ren);
83  vtkGetObjectMacro(Renderer, vtkRenderer);
85 
90 
91 protected:
94 
99 
101  double GlobeRadius;
108 
109 private:
110  vtkGeoAdaptiveArcs(const vtkGeoAdaptiveArcs&) VTK_DELETE_FUNCTION;
111  void operator=(const vtkGeoAdaptiveArcs&) VTK_DELETE_FUNCTION;
112 };
113 
114 #endif
Store vtkAlgorithm input/output information.
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
abstract specification for renderers
Definition: vtkRenderer.h:63
vtkDoubleArray * InputLongitude
concrete dataset represents vertices, lines, polygons, and triangle strips
Definition: vtkPolyData.h:85
vtkTypeUInt64 vtkMTimeType
Definition: vtkType.h:248
dynamic, self-adjusting array of double
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
Definition: vtkIndent.h:39
virtual vtkMTimeType GetMTime()
Return this object's modified time.
vtkDoubleArray * InputLatitude
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkMTimeType LastInputMTime
Store zero or more vtkInformation instances.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.