Mercator2.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _Mercator2_H_
15 #define _Mercator2_H_
16 
18 
19 
20 namespace hippodraw {
21 
29 {
30 
31 private:
32 
33 
34 public:
35 
38  Mercator2 ( UnaryTransform * z );
39 
41  Mercator2 ( const Mercator2 & );
42 
44  virtual ~Mercator2();
45 
47 #ifdef CLONE_DEFECT
48  virtual TransformBase * clone () const;
49 #else
50  virtual Mercator2 * clone () const;
51 #endif
52 
53 
54  virtual double aspectRatio () const;
55 
56 
57 };
58 
59 } // namespace hippodraw
60 
61 #endif // _Mercator2_H_

Generated for HippoDraw Class Library by doxygen