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_
#define MDL_HIPPOPLOT_API
Definition: libhippo.h:36
A transform that transforms coordinates from one coordinate system to another.
Definition: TransformBase.h:35
hippodraw::PeriodicBinaryTransform class interface
A Periodic transform that transforms coordinates from one 2D coordinate system to another...
numeric::array clone(numeric::array arr)
Definition: num_util.cpp:412
A transform that transforms coordinates in one dimension from one coordinate system to another...
A transform that performs the Mercator2 projection.
Definition: Mercator2.h:28

Generated for HippoDraw Class Library by doxygen