|
MGIS
|
#include <iosfwd>#include <vector>#include "MGIS/Config.hxx"#include "MGIS/Behaviour/State.hxx"#include "MGIS/Behaviour/BehaviourDataView.hxx"#include "MGIS/Behaviour/BehaviourData.ixx"Classes | |
| struct | mgis::behaviour::BehaviourData |
| structure in charge of containing the data required for a behaviour integration. More... | |
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| MGIS_EXPORT void | mgis::behaviour::update (BehaviourData &) |
| update the behaviour data by: | |
| MGIS_EXPORT void | mgis::behaviour::revert (BehaviourData &) |
| revert the behaviour data by: | |
| MGIS_EXPORT BehaviourDataView | mgis::behaviour::make_view (BehaviourData &) |
| make a view from a behaviour data | |
| MGIS_EXPORT void | mgis::behaviour::print_markdown (std::ostream &, const Behaviour &, const BehaviourData &, const mgis::size_type) |
| print a detailled (verbose) description of the data associated with an integration point using a markdown format | |
|
inline |
make a view from a behaviour data
| [in] | d | data |
| MGIS_EXPORT void mgis::behaviour::print_markdown | ( | std::ostream & | , |
| const Behaviour & | , | ||
| const BehaviourData & | , | ||
| const mgis::size_type | |||
| ) |
print a detailled (verbose) description of the data associated with an integration point using a markdown format
| [in] | os | ouptut stream |
| [in] | b | behaviour |
| [in] | d | behaviour data |
| [in] | l | title level |
| MGIS_EXPORT void mgis::behaviour::revert | ( | BehaviourData & | ) |
revert the behaviour data by:
| MGIS_EXPORT void mgis::behaviour::update | ( | BehaviourData & | ) |
update the behaviour data by: