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

#include <a_ocriteria_H.h>

+ Inheritance diagram for a_ocriteria_H:
+ Collaboration diagram for a_ocriteria_H:

Public Member Functions

 a_ocriteria_H (const int rb, const int rf, const a_point &dir)
 
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...
 
- Public Member Functions inherited from a_ocriteria
 a_ocriteria ()
 

Protected Attributes

int rb_
 
int rf_
 
a_point dir_
 

Detailed Description

a_ocriteria_H is used to compute the thrust in a a_structure to be used to optimize the structure.

Definition at line 25 of file a_ocriteria_H.h.

Constructor & Destructor Documentation

◆ a_ocriteria_H()

a_ocriteria_H::a_ocriteria_H ( const int  rb,
const int  rf,
const a_point &  dir 
)
inline

Definition at line 28 of file a_ocriteria_H.h.

Member Function Documentation

◆ f()

double a_ocriteria_H::f ( const a_structure f) const
virtual

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

Reimplemented from a_ocriteria.

Definition at line 23 of file a_ocriteria_H.cxx.

+ Here is the call graph for this function:

Member Data Documentation

◆ dir_

a_point a_ocriteria_H::dir_
protected

Definition at line 34 of file a_ocriteria_H.h.

◆ rb_

int a_ocriteria_H::rb_
protected

Definition at line 32 of file a_ocriteria_H.h.

◆ rf_

int a_ocriteria_H::rf_
protected

Definition at line 33 of file a_ocriteria_H.h.


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