BALL 1.5.0
Loading...
Searching...
No Matches
surfaceDescriptors.h
Go to the documentation of this file.
1// -*- Mode: C++; tab-width: 2; -*-
2// vi: set ts=2:
3//
4//
5
6#ifndef BALL_QSAR_SURFACEDESCRIPTORS_H
7#define BALL_QSAR_SURFACEDESCRIPTORS_H
8
9#ifndef BALL_QSAR_SURFACEBASE_H
11#endif
12
13namespace BALL
14{
15 // 15 surface descriptors
16
52
58 : public SurfaceBase
59 {
60 public:
61
63
64
67
70
74
79
83
85 NegativeVdWSurface& operator = (const NegativeVdWSurface& ns);
87 };
88
125
162
198
204 : public SurfaceBase
205 {
206 public:
207
209
210
213
216
220
223 virtual ~PolarVdWSurface();
225
229
231 PolarVdWSurface& operator = (const PolarVdWSurface& ps);
233 };
234
242 : public SurfaceBase
243 {
244 public:
245
247
248
251
254
258
263
267
271
277 };
278
286 : public SurfaceBase
287 {
288 public:
289
291
292
295
298
302
306 //q}
307
311
315
321 };
322
367
412
456
464 : public SurfaceBase
465 {
466 public:
467
469
470
473
476
480
485
489
491 RelPolarVdWSurface& operator = (const RelPolarVdWSurface& rps);
493
499 };
500
505 : public SurfaceBase
506 {
507 public:
508
510
511
514
517
520 VdWVolume(const VdWVolume& vol);
521
524 virtual ~VdWVolume();
526
530
532 VdWVolume& operator = (const VdWVolume& vol);
534 };
535
541 : public SurfaceBase
542 {
543 public:
544
546
547
550
553
556 Density(const Density& rho);
557
560 virtual ~Density();
562
566
568 Density& operator = (const Density& rho);
570 };
571
576 : public SurfaceBase
577 {
578 public:
579
581
582
585
588
592
595 virtual ~VdWSurface();
597
601
603 VdWSurface& operator = (const VdWSurface& s);
605 };
606
607} // namespace BALL
608
609#endif // BALL_QSAR_SURFACEDESCRIPTORS_H
610
#define BALL_EXPORT
PositiveVdWSurface(const PositiveVdWSurface &ps)
BALL_CREATE(PositiveVdWSurface)
double compute(AtomContainer &ac)
double compute(AtomContainer &ac)
double compute(AtomContainer &ac)
double compute(AtomContainer &ac)
double compute(AtomContainer &ac)
double compute(AtomContainer &ac)
#define BALL_CREATE(name)
Definition create.h:62