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

#include <a_ocriteria.h>

+ Inheritance diagram for a_ocriteria:

Public Member Functions

 a_ocriteria ()
 
virtual double f (const a_structure *f) const
 return an objective value used for optimization (can be the thrust for instance) (look at derived classes...) More...
 

Detailed Description

a_ocriteria is used to compute a value from a a_structure data that can be used to optimize the structure. It has to be overriden to produce interesting results.

Definition at line 24 of file a_ocriteria.h.

Constructor & Destructor Documentation

◆ a_ocriteria()

a_ocriteria::a_ocriteria ( )
inline

Definition at line 27 of file a_ocriteria.h.

Member Function Documentation

◆ f()

virtual double a_ocriteria::f ( const a_structure f) const
inlinevirtual

return an objective value used for optimization (can be the thrust for instance) (look at derived classes...)

Reimplemented in a_ocriteria_H, a_ocriteria_exmax, and a_ocriteria_ex.

Definition at line 29 of file a_ocriteria.h.

+ Here is the caller graph for this function:

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