#include <surfaceBase.h>

Public Member Functions |
|
|
Constructors and Destructors
|
|
| SurfaceBase () | |
| Default constructor. |
|
| SurfaceBase (const SurfaceBase &sb) | |
| Copy constructor. |
|
| SurfaceBase (const String &name) | |
| Named constructor. |
|
| SurfaceBase (const String &name, const String &unit) | |
| Named unity constructor. |
|
| virtual | ~SurfaceBase () |
| Destructor. |
|
|
Assignment
|
|
| SurfaceBase & | operator= (const SurfaceBase &sb) |
| Assignment operator. |
|
Protected Member Functions |
|
|
Predicates
|
|
| bool | isValid_ (AtomContainer &ac) |
|
Accessors
|
|
| void | calculate_ (AtomContainer &ac) |
1.5.8