23 #ifndef _ADUN_MOLECULE_CAVITY_
24 #define _ADUN_MOLECULE_CAVITY_
25 #include <Foundation/Foundation.h>
26 #include <Base/AdMatrix.h>
27 #include <Base/AdVector.h>
28 #include "AdunKernel/AdunMemoryManager.h"
29 #include "AdunKernel/AdunDataMatrix.h"
30 #include "AdunKernel/AdGridDelegate.h"
85 - (id) initWithVdwType: (NSString*) type;
90 - (id) initWithVdwType: (NSString*) string
91 factor: (
double) factorValue;
96 - (id) initWithSystem: (
id) system factor: (
double) factorValue;
120 vdwType: (NSString*) string
121 factor: (
double) factorValue;
136 - (NSString*) vdwType;
141 - (void) setVdwType: (NSString*) type;
161 - (void) setFactor: (
double) value;