| Points&Forces (survey)
    Software tools facilitating the task of surveying architecture | 
#include <a_fcriteria.h>
 Inheritance diagram for a_fcriteria:
 Inheritance diagram for a_fcriteria: Collaboration diagram for a_fcriteria:
 Collaboration diagram for a_fcriteria:| 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.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | 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.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | 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.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | inline | 
Definition at line 38 of file a_fcriteria.h.
| 
 | inline | 
small value
Definition at line 37 of file a_fcriteria.h.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 41 of file a_fcriteria.h.