Go to the documentation of this file.
36 #ifndef vtkGeoGraticule_h
37 #define vtkGeoGraticule_h
67 NUMBER_OF_LEVELS = ( LEVEL_MAX - LEVEL_MIN + 1 )
86 {
return LatitudeLevelTics[
level]; }
92 {
return LongitudeLevelTics[
level]; }
115 double LatitudeBounds[2];
116 double LongitudeBounds[2];
122 static double LatitudeLevelTics[NUMBER_OF_LEVELS];
123 static double LongitudeLevelTics[NUMBER_OF_LEVELS];
136 #endif // vtkGeoGraticule_h
#define vtkSetVector2Macro(name, type)
#define vtkGetVector2Macro(name, type)
#define vtkTypeMacro(thisClass, superclass)
void GenerateGraticule(vtkPolyData *output, double latbds[2], double lngbds[2])
static double GetLongitudeDelta(int level)
static double GetLatitudeDelta(int level)
#define vtkSetClampMacro(name, type, min, max)
a simple class to control print indentation
#define vtkGetMacro(name, type)
Create a polygonal lat-long grid.
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
#define VTKGEOVISCORE_EXPORT
virtual ~vtkGeoGraticule()
concrete dataset represents vertices, lines, polygons, and triangle strips
int ComputeLineLevel(int ticId, int baseLevel, const double *levelIncrements)
virtual void PrintSelf(ostream &os, vtkIndent indent)
static vtkGeoGraticule * New()
Superclass for algorithms that produce only polydata as output.