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