Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
binners
BinnerAxisFactory.h
Go to the documentation of this file.
1
/* -*- mode: c++ -*-
2
*
3
* HippoPlot BinnerAxisFactory class interface
4
*
5
* Copyright (C) 2003 The Board of Trustees of The Leland Stanford
6
* Junior University. All Rights Reserved.
7
*
8
* $Id: BinnerAxisFactory.h,v 1.5 2005/10/30 00:10:09 pfkeb Exp $
9
*
10
*/
11
12
#ifndef _BinnerAxisFactory_H_
13
#define _BinnerAxisFactory_H_
14
15
#include "
pattern/Factory.h
"
16
17
namespace
hippodraw {
18
19
class
BinnerAxis;
20
31
class
MDL_HIPPOPLOT_API
BinnerAxisFactory
:
public
Factory
< BinnerAxis >
32
{
33
34
private
:
35
37
static
BinnerAxisFactory
*
s_instance
;
38
40
BinnerAxisFactory
(
const
BinnerAxisFactory
& );
41
43
void
initialize ();
44
45
protected
:
46
49
BinnerAxisFactory
();
50
51
public
:
52
54
static
BinnerAxisFactory
* instance ();
55
56
};
57
58
}
// namespace hippodraw
59
60
#endif // _BinnerAxisFactory_H_
Generated for HippoDraw Class Library by