|
GTXclient C++ API
GTXserver-16.0.2
|
Class for handling Vendor Data. More...
#include <GTXFaultSystem.hpp>
Public Member Functions | |
| GTXFaultSystem () | |
| Empty Constructor. | |
| GTXFaultSystem (const GTXFaultSystem &fsys) | |
| Copy Constructor. | |
| GTXFaultSystem | operator= (const GTXFaultSystem &sys) |
| Operator equals. | |
| ~GTXFaultSystem () | |
| Desstructor. | |
| bool | GetFaults2DFlag () const |
| Get value from faults2D attribute of a FaultSystem. More... | |
| bool | GetAuxiliaryVarUsedFlag () const |
| Get value from AuxVarUsed attribute of a FaultSystem. More... | |
| double | GetAuxiliaryVarTest () const |
| Get value from AuxVarTest attribute of a FaultSystem. More... | |
| int | GetFaultsNumber () const |
| Get value from Nfaults attribute of a FaultSystem. More... | |
| GTXFault | GetFault (int rank) const |
| Get value from faults attribute of a FaultSystem. More... | |
| void | SetFaults2DFlag (bool value) |
| Set Faults2D attribute to a Fault System. More... | |
| void | SetAuxiliaryVarUsedFlag (bool avu) |
| Set AuxVarUsed attribute to a Fault System. More... | |
| void | SetAuxiliaryVarTest (double avt) |
| Set AuxVarTest attribute to a Fault System. More... | |
| void | AddFault (const GTXFault &fault) |
| add a fault to a Fault System More... | |
Friends | |
| class | GTXClient |
Class for handling Vendor Data.
| void GTXFaultSystem::AddFault | ( | const GTXFault & | fault | ) |
add a fault to a Fault System
This function add a Fault to a Fault System
| fault | The fault whitch is add. |
| double GTXFaultSystem::GetAuxiliaryVarTest | ( | ) | const |
Get value from AuxVarTest attribute of a FaultSystem.
This function reads the value from AuxVarTest attribute of a FaultSystem
| bool GTXFaultSystem::GetAuxiliaryVarUsedFlag | ( | ) | const |
Get value from AuxVarUsed attribute of a FaultSystem.
This function reads the value from AuxVarUsed attribute of a FaultSystem
| GTXFault GTXFaultSystem::GetFault | ( | int | rank | ) | const |
Get value from faults attribute of a FaultSystem.
This function reads the value from faults attribute of a FaultSystem
| rank | Rank of the Fault |
References GetFaultsNumber().
| bool GTXFaultSystem::GetFaults2DFlag | ( | ) | const |
Get value from faults2D attribute of a FaultSystem.
This function reads the value from faults2D attribute of a FaultSystem
| int GTXFaultSystem::GetFaultsNumber | ( | ) | const |
Get value from Nfaults attribute of a FaultSystem.
This function reads the value from Nfaults attribute of a FaultSystem
Referenced by GetFault().
| void GTXFaultSystem::SetAuxiliaryVarTest | ( | double | avt | ) |
Set AuxVarTest attribute to a Fault System.
This function set AuxVarTest attribute to a Fault System
| avt | Attribute AuxVarTest |
| void GTXFaultSystem::SetAuxiliaryVarUsedFlag | ( | bool | avu | ) |
Set AuxVarUsed attribute to a Fault System.
This function set AuxVarUsed attribute to a Fault System
| avu | Attribute AuxVarUsed |
| void GTXFaultSystem::SetFaults2DFlag | ( | bool | value | ) |
Set Faults2D attribute to a Fault System.
This function set Faults2D attribute to a Fault System
| value | Attribute Faults2D |