Logo Coherent WaveBurst  
Reference Guide
Logo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gnetcluster.hh
Go to the documentation of this file.
1 /**********************************************************
2  * Package: graphic wat Class Library
3  * File name: gnecluster.hh
4  * Author: Gabriele Vedovato (vedovato@lnl.infn.it)
5  **********************************************************/
6 
7 
8 #ifndef GNETCLUSTER_HH
9 #define GNETCLUSTER_HH
10 
11 #include "gwavearray.hh"
12 #include "netcluster.hh"
13 
14 class gnetcluster : public netcluster
15 {
16 
17 public:
18 
19  // Constructors
22  virtual ~gnetcluster();
23 
24  // operators
27 
28 private:
29 
30  void Init();
31 
32  ClassDef(gnetcluster,1)
33 };
34 
35 #endif
void Init()
Definition: gnetcluster.cc:20
virtual ~gnetcluster()
Definition: gnetcluster.cc:15
gnetcluster & operator=(const gnetcluster &nc)
Definition: gnetcluster.hh:25
netcluster & operator=(const netcluster &)
Definition: netcluster.cc:217