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