pressureBulkheadType More...
#include <CPACSPressureBulkhead.h>
Public Member Functions | |
TIGL_EXPORT | CPACSPressureBulkhead (CCPACSPressureBulkheads *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< double > & | GetBulkheadCalotteRadiusAtFrame_choice2 () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetMaxFlectionDepth_choice2 () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSPressureBulkheads * | GetParent () |
TIGL_EXPORT const CCPACSPressureBulkheads * | GetParent () const |
virtual TIGL_EXPORT const boost::optional< int > & | GetReinforcementNumberHorizontal_choice1 () const |
virtual TIGL_EXPORT const boost::optional< int > & | GetReinforcementNumberRadial_choice2 () const |
virtual TIGL_EXPORT const boost::optional< int > & | GetReinforcementNumberVertical_choice1 () const |
virtual TIGL_EXPORT const std::string & | GetSheetElementUID () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetStructuralElementHorizontalUID_choice1 () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetStructuralElementRadialUID_choice2 () const |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetStructuralElementVerticalUID_choice1 () const |
virtual TIGL_EXPORT const std::string & | GetUID () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetBulkheadCalotteRadiusAtFrame_choice2 (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetMaxFlectionDepth_choice2 (const boost::optional< double > &value) |
virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetReinforcementNumberHorizontal_choice1 (const boost::optional< int > &value) |
virtual TIGL_EXPORT void | SetReinforcementNumberRadial_choice2 (const boost::optional< int > &value) |
virtual TIGL_EXPORT void | SetReinforcementNumberVertical_choice1 (const boost::optional< int > &value) |
virtual TIGL_EXPORT void | SetSheetElementUID (const std::string &value) |
virtual TIGL_EXPORT void | SetStructuralElementHorizontalUID_choice1 (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetStructuralElementRadialUID_choice2 (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetStructuralElementVerticalUID_choice1 (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetUID (const std::string &value) |
TIGL_EXPORT bool | ValidateChoices () const |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSPressureBulkhead () |
Public Member Functions inherited from tigl::CTiglReqUIDObject | |
boost::optional< std::string > | GetObjectUID () const |
virtual | ~CTiglReqUIDObject ()=default |
Public Member Functions inherited from tigl::CTiglUIDObject | |
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
boost::optional< double > | m_bulkheadCalotteRadiusAtFrame_choice2 |
Radius of bulkhead calotte in the plane of the adjacent frame. More... | |
boost::optional< std::string > | m_description |
Description of the pressure bulkhead structural element. More... | |
boost::optional< double > | m_maxFlectionDepth_choice2 |
maximum flection of the pressure bulkhaed calotte More... | |
boost::optional< std::string > | m_name |
Name of the pressure bulkhead structural element. More... | |
CCPACSPressureBulkheads * | m_parent |
boost::optional< int > | m_reinforcementNumberHorizontal_choice1 |
Number of horizontal reinforcements on flat bulhhead. More... | |
boost::optional< int > | m_reinforcementNumberRadial_choice2 |
Number of radial reinforcements (equally distributed) on curved bulhhead. More... | |
boost::optional< int > | m_reinforcementNumberVertical_choice1 |
Number of vertical reinforcements on flat bulhhead. More... | |
std::string | m_sheetElementUID |
UID of structural sheet element used for the bulkhead. More... | |
boost::optional< std::string > | m_structuralElementHorizontalUID_choice1 |
UID of structural elements used as horizontal reinforcements. More... | |
boost::optional< std::string > | m_structuralElementRadialUID_choice2 |
UID of structural elements used as radial reinforcements on curved bulkheads. More... | |
boost::optional< std::string > | m_structuralElementVerticalUID_choice1 |
UID of structural elements used as vertical reinforcements. More... | |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSPressureBulkhead (const CPACSPressureBulkhead &)=delete | |
CPACSPressureBulkhead (CPACSPressureBulkhead &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSPressureBulkhead & | operator= (const CPACSPressureBulkhead &)=delete |
CPACSPressureBulkhead & | operator= (CPACSPressureBulkhead &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
pressureBulkheadType
PressureBulkhead type, containing data of a pressure bulkhead
TIGL_EXPORT tigl::generated::CPACSPressureBulkhead::CPACSPressureBulkhead | ( | CCPACSPressureBulkheads * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
TIGL_EXPORT CCPACSPressureBulkheads* tigl::generated::CPACSPressureBulkhead::GetParent | ( | ) |
TIGL_EXPORT const CCPACSPressureBulkheads* tigl::generated::CPACSPressureBulkhead::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
TIGL_EXPORT bool tigl::generated::CPACSPressureBulkhead::ValidateChoices | ( | ) | const |
|
virtual |
|
protected |
Radius of bulkhead calotte in the plane of the adjacent frame.
|
protected |
Description of the pressure bulkhead structural element.
|
protected |
maximum flection of the pressure bulkhaed calotte
|
protected |
Name of the pressure bulkhead structural element.
|
protected |
|
protected |
Number of horizontal reinforcements on flat bulhhead.
|
protected |
Number of radial reinforcements (equally distributed) on curved bulhhead.
|
protected |
Number of vertical reinforcements on flat bulhhead.
|
protected |
UID of structural sheet element used for the bulkhead.
|
protected |
UID of structural elements used as horizontal reinforcements.
|
protected |
UID of structural elements used as radial reinforcements on curved bulkheads.
|
protected |
UID of structural elements used as vertical reinforcements.
|
protected |
|
protected |