#include <pairExpInteractionEnergyProcessor.h>
Static Public Attributes |
|
static const char * | VERBOSITY |
The verbosity level. |
|
static const char * | ALPHA |
Constants for the pair
potential. |
|
static const char * | C1 |
static const char * | C2 |
static const char * | CLAVERIE_FILENAME |
static const char * | USE_RDF |
RDF option. |
|
static const char * | RDF_FILENAME |
RDF file option. |
|
static const char * | SOLVENT_FILENAME |
Solvent description file option.
|
|
static const char * | SURFACE_TYPE |
The type of surface to be used.
|
|
static const char * | SURFACE_FILENAME |
The name of the file containing a
surface definition. |
This struct contains a symbolic name for each recognized key in PairExpInteractionEnergyProcessor::options.
const char*
BALL::PairExpInteractionEnergyProcessor::PairExpInteractionEnergyProcessor::Option::ALPHA
[static] |
Constants for the pair potential.
Default::C1
Default::C2
alpha | float | |
c1 | float | |
c2 | float |
const char*
BALL::PairExpInteractionEnergyProcessor::PairExpInteractionEnergyProcessor::Option::RDF_FILENAME
[static] |
RDF file option.
This options sets the name of the file containing the RDF information. Use char* values with this option.
rdf_file_name | char* |
const char*
BALL::PairExpInteractionEnergyProcessor::PairExpInteractionEnergyProcessor::Option::SOLVENT_FILENAME
[static] |
Solvent description file option.
This option sets the name of the file containig the solvent description. Use char* values with this option.
solvent_file_name | char* |
const char*
BALL::PairExpInteractionEnergyProcessor::PairExpInteractionEnergyProcessor::Option::SURFACE_FILENAME
[static] |
The name of the file containing a surface definition.
surface_filename | char* |
const char*
BALL::PairExpInteractionEnergyProcessor::PairExpInteractionEnergyProcessor::Option::SURFACE_TYPE
[static] |
The type of surface to be used.
surface_type | int the type of the surface |
const char*
BALL::PairExpInteractionEnergyProcessor::PairExpInteractionEnergyProcessor::Option::USE_RDF
[static] |
RDF option.
This option states whether the RDF should be considered during the integrtion or not. Use bool values with this option.
verbosity | integer |
const char*
BALL::PairExpInteractionEnergyProcessor::PairExpInteractionEnergyProcessor::Option::VERBOSITY
[static] |
The verbosity level.
Use integer values with this option.
verbosity | integer |