#include <TAPsAdvSimSupport.hpp>
Static Public Member Functions | |
| static AdvSimSupport_DS< T > * | GetAdvSimData () |
| Get advanced simulation data. | |
| static AdvSimSupport_DS< T > * | GetDefaultAdvSimData () |
| Get default advanced simulation data. | |
| static void | SetAdvSimData (AdvSimSupport_DS< T > *ptr) |
| Set advancded simulation data. | |
| static void | SetVertexStatus (std::vector< TAPs::HEVertex< T > * > *vertexList, enum Enum::AddOn::SimConstraints status) |
| Output Operator <<. | |
Static Protected Attributes | |
| static AdvSimSupport_DS< T > | m_DefaultAdvSimData |
| Default Advanced Simulation Data. | |
| static AdvSimSupport_DS< T > * | m_pAdvSimData = &m_DefaultAdvSimData |
| Advanced Simulation Data. | |
The application can also access the default advanced simulation data by calling the get function. The benefit of this is that the interaction configuration can be changed by switching the advanced simulation data.
Definition at line 35 of file TAPsAdvSimSupport.hpp.
| static AdvSimSupport_DS<T>* AdvSimSupport< T >::GetAdvSimData | ( | ) | [inline, static] |
Get advanced simulation data.
Definition at line 63 of file TAPsAdvSimSupport.hpp.
00063 { return m_pAdvSimData; }
| static AdvSimSupport_DS<T>* AdvSimSupport< T >::GetDefaultAdvSimData | ( | ) | [inline, static] |
Get default advanced simulation data.
Definition at line 61 of file TAPsAdvSimSupport.hpp.
00061 { return &m_DefaultAdvSimData; }
| static void AdvSimSupport< T >::SetAdvSimData | ( | AdvSimSupport_DS< T > * | ptr | ) | [inline, static] |
Set advancded simulation data.
Definition at line 65 of file TAPsAdvSimSupport.hpp.
00065 { m_pAdvSimData = ptr; }
| static void AdvSimSupport< T >::SetVertexStatus | ( | std::vector< TAPs::HEVertex< T > * > * | vertexList, | |
| enum Enum::AddOn::SimConstraints | status | |||
| ) | [static] |
Output Operator <<.
Constructors < Destructor Return this object info as a string
| vertexList | list of vertices |
| status | vertex status to set |
BEGIN_NAMESPACE_TAPs AdvSimSupport_DS< T > AdvSimSupport< T >::m_DefaultAdvSimData [inline, static, protected] |
AdvSimSupport_DS< T > * AdvSimSupport< T >::m_pAdvSimData = &m_DefaultAdvSimData [inline, static, protected] |
1.5.6