32 #ifndef vtkGeoSphereTransform_h 33 #define vtkGeoSphereTransform_h 35 #include "vtkGeovisCoreModule.h" 57 void InternalTransformPoint( const
float in[3],
float out[3] ) VTK_OVERRIDE;
58 void InternalTransformPoint( const
double in[3],
double out[3] ) VTK_OVERRIDE;
68 void InternalTransformDerivative( const
float in[3],
float out[3],
float derivative[3][3] ) VTK_OVERRIDE;
69 void InternalTransformDerivative( const
double in[3],
double out[3],
double derivative[3][3] ) VTK_OVERRIDE;
85 vtkGetMacro(ToRectangular,
bool);
95 vtkGetMacro(BaseAltitude,
double);
100 ~vtkGeoSphereTransform() VTK_OVERRIDE;
106 vtkGeoSphereTransform( const vtkGeoSphereTransform& ) VTK_DELETE_FUNCTION;
107 void operator = ( const vtkGeoSphereTransform& ) VTK_DELETE_FUNCTION;
110 #endif // vtkGeoSphereTransform_h Represent a projection from a sphere to a plane.
a simple class to control print indentation
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkObject * New()
Create an object with Debug turned off, modified time initialized to zero, and reference counting on...