HammerAito2.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
17 #ifndef _HammerAito2_H_
18 #define _HammerAito2_H_
19 
21 
22 
23 namespace hippodraw {
24 
44 {
45 
46 private:
47 
48 
49 public:
50 
54 
56  HammerAito2 ( const HammerAito2 & );
57 
59  virtual ~HammerAito2();
60 
62 #ifdef CLONE_DEFECT
63  virtual TransformBase * clone () const;
64 #else
65  virtual HammerAito2 * clone () const;
66 #endif
67 
68 
69  virtual double aspectRatio () const;
70 
71 
72 };
73 
74 } // namespace hippodraw
75 
76 #endif // _HammerAito2_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...
A transform that performs the HammerAito projection.
Definition: HammerAito2.h:43
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...

Generated for HippoDraw Class Library by doxygen