Salome HOME
Dump Image data to python script (Feature #13).
[modules/hydro.git] / src / HYDROData / HYDROData_Lambert93.h
index 47f087541b78d31ab20635a181fc4c8b3fb6a010..f6e8a16c3fc2083f2771703a2675d9a13b5e83e8 100755 (executable)
@@ -1,22 +1,44 @@
-\r
-#ifndef HYDROData_Lambert93_HeaderFile\r
-#define HYDROData_Lambert93_HeaderFile\r
-\r
-class HYDROData_Lambert93\r
-{\r
-public:\r
-  static double toRad( double theDeg );\r
-  static double toDeg( double theRad );\r
-\r
-  static void toXY( double theLatitudeDeg, double theLongitudeDeg,\r
-                    double& theX, double& theY );\r
-  static void toGeo( double theX, double theY,\r
-                     double& theLatitudeDeg, double& theLongitudeDeg,\r
-                     double theEps );\r
-private:\r
-  static double calc_rho( double phi );\r
-  static double calc_phi_inv( double rho, double eps );\r
-  static double calc_phi_ign( double rho, double eps );\r
-};\r
-\r
-#endif\r
+
+
+#ifndef HYDROData_Lambert93_HeaderFile
+
+#define HYDROData_Lambert93_HeaderFile
+
+
+
+class HYDROData_Lambert93
+
+{
+
+public:
+
+  static double toRad( double theDeg );
+
+  static double toDeg( double theRad );
+
+
+
+  static void toXY( double theLatitudeDeg, double theLongitudeDeg,
+
+                    double& theX, double& theY );
+
+  static void toGeo( double theX, double theY,
+
+                     double& theLatitudeDeg, double& theLongitudeDeg,
+
+                     double theEps );
+
+private:
+
+  static double calc_rho( double phi );
+
+  static double calc_phi_inv( double rho, double eps );
+
+  static double calc_phi_ign( double rho, double eps );
+
+};
+
+
+
+#endif
+