3.5.0-rc1
Loading...
Searching...
No Matches
tigl::generated::CPACSRivet Class Reference

rivetType More...

#include <CPACSRivet.h>

Inheritance diagram for tigl::generated::CPACSRivet:

Public Member Functions

TIGL_EXPORT CPACSRivet (CPACSRivets *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
virtual TIGL_EXPORT const boost::optional< std::string > & GetName () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSRivetsGetParent ()
TIGL_EXPORT const CPACSRivetsGetParent () const
virtual TIGL_EXPORT const double & GetShearStrength () const
virtual TIGL_EXPORT const double & GetTensileStrength () const
virtual TIGL_EXPORT const std::string & GetUID () 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 SetDescription (const boost::optional< std::string > &value)
virtual TIGL_EXPORT void SetName (const boost::optional< std::string > &value)
virtual TIGL_EXPORT void SetShearStrength (const double &value)
virtual TIGL_EXPORT void SetTensileStrength (const double &value)
virtual TIGL_EXPORT void SetUID (const std::string &value)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSRivet ()
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

Protected Attributes

boost::optional< std::string > m_description
 Description of the rivet type.
boost::optional< std::string > m_name
 Name of the rivet type.
CPACSRivetsm_parent
double m_shearStrength
 Shear Strength of the rivet type.
double m_tensileStrength
 Tensile Strength of the rivet type.
std::string m_uID
CTiglUIDManagerm_uidMgr

Private Member Functions

 CPACSRivet (const CPACSRivet &)=delete
 CPACSRivet (CPACSRivet &&)=delete
CPACSRivetoperator= (const CPACSRivet &)=delete
CPACSRivetoperator= (CPACSRivet &&)=delete

Additional Inherited Members

Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default

Detailed Description

rivetType

Rivet type, containing a rivet

Constructor & Destructor Documentation

◆ CPACSRivet() [1/3]

TIGL_EXPORT tigl::generated::CPACSRivet::CPACSRivet ( CPACSRivets * parent,
CTiglUIDManager * uidMgr )

◆ ~CPACSRivet()

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

◆ CPACSRivet() [2/3]

tigl::generated::CPACSRivet::CPACSRivet ( const CPACSRivet & )
privatedelete

◆ CPACSRivet() [3/3]

tigl::generated::CPACSRivet::CPACSRivet ( CPACSRivet && )
privatedelete

Member Function Documentation

◆ GetDescription()

virtual TIGL_EXPORT const boost::optional< std::string > & tigl::generated::CPACSRivet::GetDescription ( ) const
virtual

◆ GetName()

virtual TIGL_EXPORT const boost::optional< std::string > & tigl::generated::CPACSRivet::GetName ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CPACSRivets * tigl::generated::CPACSRivet::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSRivets * tigl::generated::CPACSRivet::GetParent ( ) const

◆ GetShearStrength()

virtual TIGL_EXPORT const double & tigl::generated::CPACSRivet::GetShearStrength ( ) const
virtual

◆ GetTensileStrength()

virtual TIGL_EXPORT const double & tigl::generated::CPACSRivet::GetTensileStrength ( ) const
virtual

◆ GetUID()

virtual TIGL_EXPORT const std::string & tigl::generated::CPACSRivet::GetUID ( ) const
virtual

◆ GetUIDManager() [1/2]

TIGL_EXPORT CTiglUIDManager & tigl::generated::CPACSRivet::GetUIDManager ( )
virtual

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

TIGL_EXPORT const CTiglUIDManager & tigl::generated::CPACSRivet::GetUIDManager ( ) const
virtual

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetDescription()

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

◆ SetName()

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

◆ SetShearStrength()

virtual TIGL_EXPORT void tigl::generated::CPACSRivet::SetShearStrength ( const double & value)
virtual

◆ SetTensileStrength()

virtual TIGL_EXPORT void tigl::generated::CPACSRivet::SetTensileStrength ( const double & value)
virtual

◆ SetUID()

virtual TIGL_EXPORT void tigl::generated::CPACSRivet::SetUID ( const std::string & value)
virtual

◆ WriteCPACS()

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

Field Documentation

◆ m_description

boost::optional<std::string> tigl::generated::CPACSRivet::m_description
protected

Description of the rivet type.

◆ m_name

boost::optional<std::string> tigl::generated::CPACSRivet::m_name
protected

Name of the rivet type.

◆ m_parent

CPACSRivets* tigl::generated::CPACSRivet::m_parent
protected

◆ m_shearStrength

double tigl::generated::CPACSRivet::m_shearStrength
protected

Shear Strength of the rivet type.

◆ m_tensileStrength

double tigl::generated::CPACSRivet::m_tensileStrength
protected

Tensile Strength of the rivet type.

◆ m_uID

std::string tigl::generated::CPACSRivet::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSRivet::m_uidMgr
protected

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