openModeller  Version 1.5.0
csmkg.hh
Go to the documentation of this file.
1 
32 #ifndef CSMKG_H
33 #define CSMKG_H
34 
35 #include "csm.hh"
36 
41 class CsmKG : public Csm
42 {
43 public:
44 
46  CsmKG();
48  ~CsmKG();
49 
50 
51 private:
52 
60  int discardComponents();
61 
62 };
63 
64 #endif
Definition: csmkg.hh:41
int discardComponents()
Definition: csmkg.cpp:139
Definition: csm.hh:269
~CsmKG()
Definition: csmkg.cpp:124
CsmKG()
Definition: csmkg.cpp:117