#include <CCPACSStringVector.h>
Private Member Functions | |
| void | InvalidateParent () const |
| Private Member Functions inherited from tigl::generated::CPACSStringVectorBase | |
| TIGL_EXPORT | CPACSStringVectorBase (CCPACSCurveParamPointMap *parent) |
| TIGL_EXPORT | CPACSStringVectorBase (CCPACSCurvePointListXYZ *parent) |
| TIGL_EXPORT | CPACSStringVectorBase (CCPACSPointListRelXYZVector *parent) |
| TIGL_EXPORT | CPACSStringVectorBase (CCPACSPointListXYVector *parent) |
| TIGL_EXPORT | CPACSStringVectorBase (CCPACSRotorBladeAttachment *parent) |
| TIGL_EXPORT | CPACSStringVectorBase (CCPACSWingProfileCST *parent) |
| TIGL_EXPORT | CPACSStringVectorBase (CPACSApproximationSettings *parent) |
| TIGL_EXPORT | CPACSStringVectorBase (CPACSTrackJointPosition *parent) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetA () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetB () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetC () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDelta () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetMu () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| template<typename P> | |
| P * | GetParent () |
| template<typename P> | |
| const P * | GetParent () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetV () const |
| virtual TIGL_EXPORT const std::string & | GetValue () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetW () const |
| template<typename P> | |
| bool | IsParent () const |
| virtual TIGL_EXPORT void | SetA (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetB (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetC (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetDelta (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetMu (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetV (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetValue (const std::string &value) |
| virtual TIGL_EXPORT void | SetW (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT | ~CPACSStringVectorBase () |
Private Attributes | |
| std::vector< double > | m_vec |
| Private Attributes inherited from tigl::generated::CPACSStringVectorBase | |
| boost::optional< std::string > | m_a |
| boost::optional< std::string > | m_b |
| boost::optional< std::string > | m_c |
| boost::optional< std::string > | m_delta |
| boost::optional< std::string > | m_mapType |
| boost::optional< std::string > | m_mu |
| void * | m_parent |
| const std::type_info * | m_parentType |
| boost::optional< std::string > | m_v |
| std::string | m_value |
| boost::optional< std::string > | m_w |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSWingProfileCST * | parent | ) |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSPointListRelXYZVector * | parent | ) |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSPointListXYVector * | parent | ) |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSCurvePointListXYZ * | parent | ) |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSCurveParamPointMap * | parent | ) |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSRotorBladeAttachment * | parent | ) |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSTrackJointPosition * | parent | ) |
| TIGL_EXPORT tigl::CCPACSStringVector::CCPACSStringVector | ( | CCPACSApproximationSettings * | parent | ) |
| TIGL_EXPORT const std::vector< double > & tigl::CCPACSStringVector::AsVector | ( | ) | const |
|
virtual |
Reimplemented from tigl::generated::CPACSStringVectorBase.
|
private |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSStringVectorBase.
| TIGL_EXPORT void tigl::CCPACSStringVector::SetAsVector | ( | const std::vector< double > & | vec | ) |
|
virtual |
Reimplemented from tigl::generated::CPACSStringVectorBase.
| TIGL_EXPORT void tigl::CCPACSStringVector::SetValue | ( | int | index, |
| double | value ) |
|
overridevirtual |
Reimplemented from tigl::generated::CPACSStringVectorBase.
|
private |