BALL 1.5.0
partialChargeDescriptors.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4//
5// not checked in
6
7#ifndef BALL_QSAR_PARTIALCHARGEDESCRIPTORS_H
8#define BALL_QSAR_PARTIALCHARGEDESCRIPTORS_H
9
10#ifndef BALL_QSAR_PARTIALCHARGEBASE_H
12#endif
13
14namespace BALL
15{
16 // 4 partial charge descriptors
17
22 : public PartialChargeBase
23 {
24 public:
25
27
28
34
38
43
51 };
52
57 : public PartialChargeBase
58 {
59 public:
60
62
63
69
73
78
86 };
87
94 : public PartialChargeBase
95 {
96 public:
97
99
100
106
110
115
123 };
124
131 : public PartialChargeBase
132 {
133 public:
134
136
137
143
147
152
160 };
161
162} // namespace BALL
163
164#endif // BALL_QSAR_PARTIALCHARGEDESCRIPTORS_H
#define BALL_CREATE(name)
Definition: create.h:62
Definition: constants.h:13
#define BALL_EXPORT
Definition: COMMON/global.h:50