TAN2.h
Go to the documentation of this file.
1 /* -*- mode: c++ -*- */
2 
14 #ifndef _TAN2_H_
15 #define _TAN2_H_
16 
18 
19 
20 namespace hippodraw {
21 
25 {
26 
27 private:
28 
29 
30 public:
31 
34  TAN2 ( UnaryTransform * z );
35 
37  TAN2 ( const TAN2 & );
38 
40  virtual ~TAN2();
41 
43 #ifdef CLONE_DEFECT
44  virtual TransformBase * clone () const;
45 #else
46  virtual TAN2 * clone () const;
47 #endif
48 
49 
50  virtual double aspectRatio () const;
51 
52 
53 };
54 
55 } // namespace hippodraw
56 
57 #endif // _TAN2_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 transform that performs the TAN2 projection.
Definition: TAN2.h:24
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...

Generated for HippoDraw Class Library by doxygen