|
MGIS
|
structure describing a post-processing of a behaviour More...
#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Behaviour/Behaviour.hxx>
Public Member Functions | |
| BehaviourPostProcessing () | |
| constructor | |
| BehaviourPostProcessing (BehaviourPostProcessing &&) | |
| move constructor | |
| BehaviourPostProcessing (const BehaviourPostProcessing &) | |
| copy constructor | |
| BehaviourPostProcessing & | operator= (BehaviourPostProcessing &&) |
| move assignement | |
| BehaviourPostProcessing & | operator= (const BehaviourPostProcessing &) |
| standard assignement | |
| ~BehaviourPostProcessing () | |
| destructor | |
Public Attributes | |
| BehaviourPostProcessingFctPtr | f |
| pointer to the post-processing | |
| std::vector< Variable > | outputs |
| outputs of the post-processing | |
structure describing a post-processing of a behaviour