|
Log & | log |
| Reference to the log on which to output details. More...
|
|
PLMD::vesselbase::Histogram::Histogram |
( |
const VesselOptions & |
da | ) |
|
void PLMD::vesselbase::Vessel::addToBufferElement |
( |
const unsigned & |
i, |
|
|
const double & |
val |
|
) |
| |
|
inlineinherited |
Add something to the ith element in the buffer.
void PLMD::vesselbase::ShortcutVessel::addVessel |
( |
const std::string & |
name, |
|
|
const std::string & |
intput |
|
) |
| |
|
protectedinherited |
bool PLMD::vesselbase::ShortcutVessel::applyForce |
( |
std::vector< double > & |
forces | ) |
|
|
inlinevirtualinherited |
bool PLMD::vesselbase::ShortcutVessel::calculate |
( |
| ) |
|
|
inlinevirtualinherited |
void PLMD::vesselbase::Vessel::checkRead |
( |
| ) |
|
|
inherited |
Check that readin was fine.
std::string PLMD::vesselbase::ShortcutVessel::description |
( |
| ) |
|
|
inlinevirtualinherited |
void PLMD::vesselbase::Vessel::error |
( |
const std::string & |
errmsg | ) |
|
|
protectedinherited |
void PLMD::vesselbase::ShortcutVessel::finish |
( |
| ) |
|
|
inlinevirtualinherited |
Return a pointer to the action we are working in.
std::string PLMD::vesselbase::Vessel::getAllInput |
( |
| ) |
|
|
protectedinherited |
This returns the whole input line (it is used for less_than/more_than/between)
double PLMD::vesselbase::Vessel::getBufferElement |
( |
const unsigned & |
i | ) |
const |
|
inlineprotectedinherited |
Get the value in the ith element of the buffer.
std::string PLMD::vesselbase::Vessel::getLabel |
( |
| ) |
const |
|
inherited |
std::string PLMD::vesselbase::Vessel::getName |
( |
| ) |
const |
|
inherited |
double PLMD::vesselbase::Vessel::getNLTolerance |
( |
| ) |
const |
|
inlineprotectedinherited |
Return the value of the neighbor list tolerance.
int PLMD::vesselbase::Vessel::getNumericalLabel |
( |
| ) |
const |
|
inlineprotectedinherited |
Return the numerical label.
double PLMD::vesselbase::Vessel::getTolerance |
( |
| ) |
const |
|
inlineprotectedinherited |
Return the value of the tolerance.
template<class T >
void PLMD::vesselbase::Vessel::parse |
( |
const std::string & |
key, |
|
|
T & |
t |
|
) |
| |
|
protectedinherited |
Parse something from the input.
void PLMD::vesselbase::Vessel::parseFlag |
( |
const std::string & |
key, |
|
|
bool & |
t |
|
) |
| |
|
protectedinherited |
Parse one keyword as boolean flag.
template<class T >
void PLMD::vesselbase::Vessel::parseVector |
( |
const std::string & |
key, |
|
|
std::vector< T > & |
t |
|
) |
| |
|
protectedinherited |
Parse one keyword as std::vector.
virtual void PLMD::vesselbase::Vessel::prepare |
( |
| ) |
|
|
inlinevirtualinherited |
void PLMD::vesselbase::Histogram::registerKeywords |
( |
Keywords & |
keys | ) |
|
|
static |
void PLMD::vesselbase::Histogram::reserveKeyword |
( |
Keywords & |
keys | ) |
|
|
static |
void PLMD::vesselbase::ShortcutVessel::resize |
( |
| ) |
|
|
inlinevirtualinherited |
void PLMD::vesselbase::Vessel::resizeBuffer |
( |
const unsigned & |
n | ) |
|
|
inlineprotectedinherited |
Set the size of the data buffer.
void PLMD::vesselbase::Vessel::setBufferElement |
( |
const unsigned & |
i, |
|
|
const double & |
val |
|
) |
| |
|
inlineprotectedinherited |
Set the value of the ith element in the buffer.
std::string PLMD::vesselbase::Vessel::transformName |
( |
const std::string & |
name | ) |
|
|
staticinherited |
Convert the name to the label of the component.
void PLMD::vesselbase::Vessel::zero |
( |
| ) |
|
|
inlineinherited |
Set all the buffer elements to zero.
A copy of the communicator.
Log& PLMD::vesselbase::Vessel::log |
|
inherited |
Reference to the log on which to output details.
The documentation for this class was generated from the following file: