Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
transforms
Mercator.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _Mercator_H_
15
#define _Mercator_H_
16
17
#include "
PeriodicBinaryTransform.h
"
18
19
20
namespace
hippodraw {
21
28
class
MDL_HIPPOPLOT_API
Mercator
:
public
PeriodicBinaryTransform
29
{
30
31
private
:
32
33
34
public
:
35
38
Mercator
(
UnaryTransform
* z );
39
41
Mercator
(
const
Mercator
& );
42
44
virtual
~
Mercator
();
45
47
#ifdef CLONE_DEFECT
48
virtual
TransformBase
*
clone
()
const
;
49
#else
50
virtual
Mercator
*
clone
()
const
;
51
#endif
52
53
54
virtual
double
aspectRatio ()
const
;
55
56
57
};
58
59
}
// namespace hippodraw
60
61
#endif // _Mercator_H_
Generated for HippoDraw Class Library by