Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
colorreps
BinToBeach.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*- */
2
14
#ifndef _BinToBeach_H_
15
#define _BinToBeach_H_
16
17
#include "
BinToColorMap.h
"
18
19
namespace
hippodraw {
20
27
class
MDL_HIPPOPLOT_API
BinToBeach
:
public
BinToColorMap
28
{
29
private
:
30
31
static
int
reds[256];
32
static
int
greens [256];
33
static
int
blues [256];
34
35
public
:
36
38
BinToBeach
(
const
char
* );
39
41
BinToBeach
(
const
BinToBeach
& );
42
43
BinToColor
*
clone
()
const
;
44
45
};
46
47
}
// namespace hippodraw
48
49
#endif // _BinToBeach_H_
Generated for HippoDraw Class Library by