RAIDA  1.9.0
IDataPointSetFactoryROOT.h
1 // -*- C++ -*-
2 #ifndef AIDA_IDATAPOINTSETFACTORYROOT_H
3 #define AIDA_IDATAPOINTSETFACTORYROOT_H 1
4 #include <AIDA/IDataPointSetFactory.h>
5 
6 #include <string>
7 #include <vector>
8 
9 namespace AIDA {
10 
11  class ICloud1D;
12  class ICloud2D;
13  class ICloud3D;
14  class IDataPointSet;
15  class IHistogram1D;
16  class IHistogram2D;
17  class IHistogram3D;
18  class IProfile1D;
19  class IProfile2D;
20  class ITree;
21 
31 
32 public:
34  virtual ~IDataPointSetFactoryROOT() { /* nop */; }
35 
38 
50 
63 
78 
94 
109 
125 
140 
156 
171 
187 
205 
221 
239 
255 
276 
294 
315 
333 
345 
353 
366 
379 
392 
405 
418 
431 
444 
457 
470 
485 
500 
515 
530 }; // class
532 } // namespace AIDA
533 #endif /* ifndef AIDA_IDATAPOINTSETFACTORYROOT_H */
534 
class IManagedObject;
Definition: ITree.h:37
Basic user-level interface for creating a factory of IDataPointSet.
Definition: IDataPointSetFactoryROOT.h:30
virtual ~IDataPointSetFactoryROOT()
Destructor.
Definition: IDataPointSetFactoryROOT.h:34
Basic user-level interface for creating a factory of IDataPointSet.
Definition: IDataPointSetFactory.h:38