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];
128 void GenerateGraticule(
vtkPolyData* output,
double latbds[2],
double lngbds[2] );
129 int ComputeLineLevel(
int ticId,
int baseLevel,
const double* levelIncrements );
136 #endif // vtkGeoGraticule_h
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetMacro(name, type)
#define vtkSetClampMacro(name, type, min, max)
concrete dataset represents vertices, lines, polygons, and triangle strips
#define vtkTypeMacro(thisClass, superclass)
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
static double GetLatitudeDelta(int level)
Create a polygonal lat-long grid.
#define VTKGEOVISCORE_EXPORT
#define vtkGetVector2Macro(name, type)
#define vtkSetVector2Macro(name, type)
static double GetLongitudeDelta(int level)
#define vtkSetMacro(name, type)