HammerAito.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
17 #ifndef _HammerAito_H_
18 #define _HammerAito_H_
19 
21 
22 
23 namespace hippodraw {
24 
41 {
42 
43 private:
44 
45 
46 public:
47 
50  HammerAito ( UnaryTransform * z );
51 
53  HammerAito ( const HammerAito & );
54 
56  virtual ~HammerAito();
57 
59 #ifdef CLONE_DEFECT
60  virtual TransformBase * clone () const;
61 #else
62  virtual HammerAito * clone () const;
63 #endif
64 
65 
66  virtual double aspectRatio () const;
67 
68 
69 };
70 
71 } // namespace hippodraw
72 
73 #endif // _HammerAito_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 HammerAito projection.
Definition: HammerAito.h:40

Generated for HippoDraw Class Library by doxygen