Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
#include <a_fcriteria.h>
Public Member Functions | |
a_fcriteria () | |
virtual bool | ok (const a_face *f) const |
return true if forces on the face are acceptable (derived class makes it interesting...) More... | |
virtual double | penalty (const a_face *f) const |
penalty value used in minimisation More... | |
void | verysmall (const double small) |
small value More... | |
double | verysmall () |
Static Public Member Functions | |
static const std::string | help () |
get information about the class More... | |
Protected Attributes | |
double | verysmall_ |
a_fcriteria is a resistance criterion calculated using a a_face data. This class always returns ok, it has to be overriden to produce interesting results.
Definition at line 26 of file a_fcriteria.h.
|
inline |
Definition at line 29 of file a_fcriteria.h.
|
static |
get information about the class
Definition at line 22 of file a_fcriteria.cxx.
|
inlinevirtual |
return true if forces on the face are acceptable (derived class makes it interesting...)
Reimplemented in a_fcriteria_sig, a_fcriteria_in, and a_fcriteria_coulomb.
Definition at line 33 of file a_fcriteria.h.
|
inlinevirtual |
penalty value used in minimisation
Reimplemented in a_fcriteria_sig, a_fcriteria_in, and a_fcriteria_coulomb.
Definition at line 35 of file a_fcriteria.h.
|
inline |
Definition at line 38 of file a_fcriteria.h.
|
inline |
small value
Definition at line 37 of file a_fcriteria.h.
|
protected |
Definition at line 41 of file a_fcriteria.h.