Strut properties. More...
#include <CPACSStrutProperties.h>
Inheritance diagram for tigl::generated::CPACSStrutProperties:Public Member Functions | |
| TIGL_EXPORT | CPACSStrutProperties (CPACSAxle *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSStrutProperties (CPACSBogie *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSStrutProperties (CPACSPiston *parent, CTiglUIDManager *uidMgr) |
| TIGL_EXPORT | CPACSStrutProperties (CPACSStrutAssembly *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< double > & | GetInnerRadius_choice1 () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetMaterialUID_choice1 () 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< double > & | GetRadius_choice1 () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetStructuralElementUID_choice2 () const |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
| template<typename P > | |
| bool | IsParent () const |
| virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
| virtual TIGL_EXPORT void | SetInnerRadius_choice1 (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetMaterialUID_choice1 (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetRadius_choice1 (const boost::optional< double > &value) |
| virtual TIGL_EXPORT void | SetStructuralElementUID_choice2 (const boost::optional< std::string > &value) |
| TIGL_EXPORT bool | ValidateChoices () const |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSStrutProperties () |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
| virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
| boost::optional< double > | m_innerRadius_choice1 |
| Inner radius of the strut. More... | |
| boost::optional< std::string > | m_materialUID_choice1 |
| Material of the strut. More... | |
| void * | m_parent |
| const std::type_info * | m_parentType |
| boost::optional< double > | m_radius_choice1 |
| (Outer) radius of the strut More... | |
| boost::optional< std::string > | m_structuralElementUID_choice2 |
| Reference to structural element for a more detailed cross section definition. More... | |
| CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
| CPACSStrutProperties (const CPACSStrutProperties &)=delete | |
| CPACSStrutProperties (CPACSStrutProperties &&)=delete | |
| TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
| TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
| CPACSStrutProperties & | operator= (const CPACSStrutProperties &)=delete |
| CPACSStrutProperties & | operator= (CPACSStrutProperties &&)=delete |
Strut properties.
Geometric description and material properties of a strut
| TIGL_EXPORT tigl::generated::CPACSStrutProperties::CPACSStrutProperties | ( | CPACSAxle * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
| TIGL_EXPORT tigl::generated::CPACSStrutProperties::CPACSStrutProperties | ( | CPACSBogie * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
| TIGL_EXPORT tigl::generated::CPACSStrutProperties::CPACSStrutProperties | ( | CPACSPiston * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
| TIGL_EXPORT tigl::generated::CPACSStrutProperties::CPACSStrutProperties | ( | CPACSStrutAssembly * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
|
virtual |
|
inline |
|
inline |
|
virtual |
|
virtual |
| TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSStrutProperties::GetUIDManager | ( | ) |
| TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSStrutProperties::GetUIDManager | ( | ) | const |
|
inline |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT bool tigl::generated::CPACSStrutProperties::ValidateChoices | ( | ) | const |
|
virtual |
|
protected |
Inner radius of the strut.
|
protected |
Material of the strut.
|
protected |
|
protected |
|
protected |
(Outer) radius of the strut
|
protected |
Reference to structural element for a more detailed cross section definition.
|
protected |