Points&Forces (survey)
Software tools facilitating the task of surveying architecture
|
#include <a_fcriteria_in.h>
Public Member Functions | |
a_fcriteria_in () | |
virtual bool | ok (const a_face *f) const |
return true if forces on the face are passing through the face More... | |
virtual double | penalty (const a_face *f) const |
return max excentricity if abs is higher than max (1. by default) More... | |
void | max (double v) |
set max excentricity More... | |
double | max () const |
get max excentricity More... | |
Public Member Functions inherited from a_fcriteria | |
a_fcriteria () | |
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... | |
Static Public Member Functions inherited from a_fcriteria | |
static const std::string | help () |
get information about the class More... | |
Protected Attributes | |
double | max_ |
Protected Attributes inherited from a_fcriteria | |
double | verysmall_ |
Definition at line 21 of file a_fcriteria_in.h.
|
inline |
Definition at line 24 of file a_fcriteria_in.h.
|
static |
get information about the class
Definition at line 22 of file a_fcriteria_in.cxx.
|
inline |
get max excentricity
Definition at line 34 of file a_fcriteria_in.h.
|
inline |
set max excentricity
Definition at line 32 of file a_fcriteria_in.h.
|
virtual |
return true if forces on the face are passing through the face
Reimplemented from a_fcriteria.
Reimplemented in a_fcriteria_coulomb.
Definition at line 36 of file a_fcriteria_in.cxx.
|
virtual |
return max excentricity if abs is higher than max (1. by default)
Reimplemented from a_fcriteria.
Reimplemented in a_fcriteria_coulomb.
Definition at line 47 of file a_fcriteria_in.cxx.
|
protected |
Definition at line 36 of file a_fcriteria_in.h.