3.4.0
tigl::generated::CPACSMaterialDefinitionForProfileBased Class Reference

Definition of the properties of the structural profile sheet. More...

#include <CPACSMaterialDefinitionForProfileBased.h>

+ Inheritance diagram for tigl::generated::CPACSMaterialDefinitionForProfileBased:

Public Member Functions

TIGL_EXPORT CPACSMaterialDefinitionForProfileBased (CCPACSProfileBasedStructuralElement *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetCompositeUID_choice1 () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetLength_choice2 () const
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetMaterialUID_choice2 () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetOrthotropyDirection_choice1 () const
 
TIGL_EXPORT CCPACSProfileBasedStructuralElementGetParent ()
 
TIGL_EXPORT const CCPACSProfileBasedStructuralElementGetParent () const
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetSheetUID_choice1 () const
 
virtual TIGL_EXPORT const boost::optional< CPACSMaterialDefinitionForProfileBased_standardProfileSheetID > & GetStandardProfileSheetID_choice2 () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetThickness_choice2 () const
 
virtual TIGL_EXPORT const boost::optional< double > & GetThicknessScaling_choice1 () const
 
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
 
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
 
virtual TIGL_EXPORT void ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath)
 
virtual TIGL_EXPORT void SetCompositeUID_choice1 (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetLength_choice2 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetMaterialUID_choice2 (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetOrthotropyDirection_choice1 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetSheetUID_choice1 (const boost::optional< std::string > &value)
 
virtual TIGL_EXPORT void SetStandardProfileSheetID_choice2 (const boost::optional< CPACSMaterialDefinitionForProfileBased_standardProfileSheetID > &value)
 
virtual TIGL_EXPORT void SetThickness_choice2 (const boost::optional< double > &value)
 
virtual TIGL_EXPORT void SetThicknessScaling_choice1 (const boost::optional< double > &value)
 
TIGL_EXPORT bool ValidateChoices () const
 
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
 
virtual TIGL_EXPORT ~CPACSMaterialDefinitionForProfileBased ()
 
- Public Member Functions inherited from tigl::ITiglUIDRefObject
virtual ~ITiglUIDRefObject ()=default
 

Protected Attributes

boost::optional< std::string > m_compositeUID_choice1
 uID of a composite definition. More...
 
boost::optional< double > m_length_choice2
 Length of the sheet of a standard profile [m]. More...
 
boost::optional< std::string > m_materialUID_choice2
 uID of a material definition. More...
 
boost::optional< double > m_orthotropyDirection_choice1
 Orthoropy direction of the composite. More...
 
CCPACSProfileBasedStructuralElementm_parent
 
boost::optional< std::string > m_sheetUID_choice1
 UID of the sheet to which the material properties shall be applied. More...
 
boost::optional< CPACSMaterialDefinitionForProfileBased_standardProfileSheetIDm_standardProfileSheetID_choice2
 Predefined ID of the sheet of a standard profile. More...
 
boost::optional< double > m_thickness_choice2
 Absolute thickness of the material [m]. More...
 
boost::optional< double > m_thicknessScaling_choice1
 Scaling factor of the composite thickness. More...
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSMaterialDefinitionForProfileBased (const CPACSMaterialDefinitionForProfileBased &)=delete
 
 CPACSMaterialDefinitionForProfileBased (CPACSMaterialDefinitionForProfileBased &&)=delete
 
TIGL_EXPORT const CTiglUIDObjectGetNextUIDObject () const final
 
TIGL_EXPORT void NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final
 
CPACSMaterialDefinitionForProfileBasedoperator= (const CPACSMaterialDefinitionForProfileBased &)=delete
 
CPACSMaterialDefinitionForProfileBasedoperator= (CPACSMaterialDefinitionForProfileBased &&)=delete
 

Detailed Description

Definition of the properties of the structural profile sheet.

MaterialDefinitionForProfileBased type, containing a material definition (Reference to material and thickness) for profile based objects.

Constructor & Destructor Documentation

◆ CPACSMaterialDefinitionForProfileBased() [1/3]

TIGL_EXPORT tigl::generated::CPACSMaterialDefinitionForProfileBased::CPACSMaterialDefinitionForProfileBased ( CCPACSProfileBasedStructuralElement parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSMaterialDefinitionForProfileBased()

virtual TIGL_EXPORT tigl::generated::CPACSMaterialDefinitionForProfileBased::~CPACSMaterialDefinitionForProfileBased ( )
virtual

◆ CPACSMaterialDefinitionForProfileBased() [2/3]

tigl::generated::CPACSMaterialDefinitionForProfileBased::CPACSMaterialDefinitionForProfileBased ( const CPACSMaterialDefinitionForProfileBased )
privatedelete

◆ CPACSMaterialDefinitionForProfileBased() [3/3]

tigl::generated::CPACSMaterialDefinitionForProfileBased::CPACSMaterialDefinitionForProfileBased ( CPACSMaterialDefinitionForProfileBased &&  )
privatedelete

Member Function Documentation

◆ GetCompositeUID_choice1()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetCompositeUID_choice1 ( ) const
virtual

◆ GetLength_choice2()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetLength_choice2 ( ) const
virtual

◆ GetMaterialUID_choice2()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetMaterialUID_choice2 ( ) const
virtual

◆ GetNextUIDObject()

TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSMaterialDefinitionForProfileBased::GetNextUIDObject ( ) const
finalprivatevirtual

◆ GetNextUIDParent() [1/2]

virtual TIGL_EXPORT CTiglUIDObject* tigl::generated::CPACSMaterialDefinitionForProfileBased::GetNextUIDParent ( )
virtual

◆ GetNextUIDParent() [2/2]

virtual TIGL_EXPORT const CTiglUIDObject* tigl::generated::CPACSMaterialDefinitionForProfileBased::GetNextUIDParent ( ) const
virtual

◆ GetOrthotropyDirection_choice1()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetOrthotropyDirection_choice1 ( ) const
virtual

◆ GetParent() [1/2]

TIGL_EXPORT CCPACSProfileBasedStructuralElement* tigl::generated::CPACSMaterialDefinitionForProfileBased::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CCPACSProfileBasedStructuralElement* tigl::generated::CPACSMaterialDefinitionForProfileBased::GetParent ( ) const

◆ GetSheetUID_choice1()

virtual TIGL_EXPORT const boost::optional<std::string>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetSheetUID_choice1 ( ) const
virtual

◆ GetStandardProfileSheetID_choice2()

virtual TIGL_EXPORT const boost::optional<CPACSMaterialDefinitionForProfileBased_standardProfileSheetID>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetStandardProfileSheetID_choice2 ( ) const
virtual

◆ GetThickness_choice2()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetThickness_choice2 ( ) const
virtual

◆ GetThicknessScaling_choice1()

virtual TIGL_EXPORT const boost::optional<double>& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetThicknessScaling_choice1 ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetUIDManager ( )

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSMaterialDefinitionForProfileBased::GetUIDManager ( ) const

◆ NotifyUIDChange()

TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::NotifyUIDChange ( const std::string &  oldUid,
const std::string &  newUid 
)
finalprivatevirtual

◆ operator=() [1/2]

CPACSMaterialDefinitionForProfileBased& tigl::generated::CPACSMaterialDefinitionForProfileBased::operator= ( const CPACSMaterialDefinitionForProfileBased )
privatedelete

◆ operator=() [2/2]

CPACSMaterialDefinitionForProfileBased& tigl::generated::CPACSMaterialDefinitionForProfileBased::operator= ( CPACSMaterialDefinitionForProfileBased &&  )
privatedelete

◆ ReadCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::ReadCPACS ( const TixiDocumentHandle &  tixiHandle,
const std::string &  xpath 
)
virtual

◆ SetCompositeUID_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetCompositeUID_choice1 ( const boost::optional< std::string > &  value)
virtual

◆ SetLength_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetLength_choice2 ( const boost::optional< double > &  value)
virtual

◆ SetMaterialUID_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetMaterialUID_choice2 ( const boost::optional< std::string > &  value)
virtual

◆ SetOrthotropyDirection_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetOrthotropyDirection_choice1 ( const boost::optional< double > &  value)
virtual

◆ SetSheetUID_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetSheetUID_choice1 ( const boost::optional< std::string > &  value)
virtual

◆ SetStandardProfileSheetID_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetStandardProfileSheetID_choice2 ( const boost::optional< CPACSMaterialDefinitionForProfileBased_standardProfileSheetID > &  value)
virtual

◆ SetThickness_choice2()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetThickness_choice2 ( const boost::optional< double > &  value)
virtual

◆ SetThicknessScaling_choice1()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::SetThicknessScaling_choice1 ( const boost::optional< double > &  value)
virtual

◆ ValidateChoices()

TIGL_EXPORT bool tigl::generated::CPACSMaterialDefinitionForProfileBased::ValidateChoices ( ) const

◆ WriteCPACS()

virtual TIGL_EXPORT void tigl::generated::CPACSMaterialDefinitionForProfileBased::WriteCPACS ( const TixiDocumentHandle &  tixiHandle,
const std::string &  xpath 
) const
virtual

Field Documentation

◆ m_compositeUID_choice1

boost::optional<std::string> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_compositeUID_choice1
protected

uID of a composite definition.

◆ m_length_choice2

boost::optional<double> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_length_choice2
protected

Length of the sheet of a standard profile [m].

◆ m_materialUID_choice2

boost::optional<std::string> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_materialUID_choice2
protected

uID of a material definition.

◆ m_orthotropyDirection_choice1

boost::optional<double> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_orthotropyDirection_choice1
protected

Orthoropy direction of the composite.

◆ m_parent

CCPACSProfileBasedStructuralElement* tigl::generated::CPACSMaterialDefinitionForProfileBased::m_parent
protected

◆ m_sheetUID_choice1

boost::optional<std::string> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_sheetUID_choice1
protected

UID of the sheet to which the material properties shall be applied.

◆ m_standardProfileSheetID_choice2

boost::optional<CPACSMaterialDefinitionForProfileBased_standardProfileSheetID> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_standardProfileSheetID_choice2
protected

Predefined ID of the sheet of a standard profile.

◆ m_thickness_choice2

boost::optional<double> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_thickness_choice2
protected

Absolute thickness of the material [m].

◆ m_thicknessScaling_choice1

boost::optional<double> tigl::generated::CPACSMaterialDefinitionForProfileBased::m_thicknessScaling_choice1
protected

Scaling factor of the composite thickness.

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSMaterialDefinitionForProfileBased::m_uidMgr
protected

The documentation for this class was generated from the following file: