Points&Forces (survey)
Software tools facilitating the task of surveying architecture
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
a_fcriteria_in Class Reference

#include <a_fcriteria_in.h>

+ Inheritance diagram for a_fcriteria_in:
+ Collaboration diagram for a_fcriteria_in:

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_
 

Detailed Description

Definition at line 21 of file a_fcriteria_in.h.

Constructor & Destructor Documentation

◆ a_fcriteria_in()

a_fcriteria_in::a_fcriteria_in ( )
inline

Definition at line 24 of file a_fcriteria_in.h.

Member Function Documentation

◆ help()

const std::string a_fcriteria_in::help ( )
static

get information about the class

Definition at line 22 of file a_fcriteria_in.cxx.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ max() [1/2]

double a_fcriteria_in::max ( ) const
inline

get max excentricity

Definition at line 34 of file a_fcriteria_in.h.

◆ max() [2/2]

void a_fcriteria_in::max ( double  v)
inline

set max excentricity

Definition at line 32 of file a_fcriteria_in.h.

◆ ok()

bool a_fcriteria_in::ok ( const a_face f) const
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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ penalty()

double a_fcriteria_in::penalty ( const a_face f) const
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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ max_

double a_fcriteria_in::max_
protected

Definition at line 36 of file a_fcriteria_in.h.


The documentation for this class was generated from the following files: