cutOutType More...
#include <CPACSCutOut.h>
Inheritance diagram for tigl::generated::CPACSCutOut:Public Member Functions | |
| TIGL_EXPORT | CPACSCutOut (CPACSWindows *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const double & | GetFilletRadius () const |
| virtual TIGL_EXPORT const double & | GetHeight () 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 CPACSWindows * | GetParent () |
| TIGL_EXPORT const CPACSWindows * | GetParent () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetReinforcementElementUID () const |
| virtual TIGL_EXPORT const std::string & | GetUID () const |
| TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
| TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
| virtual TIGL_EXPORT const double & | GetWidth () 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 | SetFilletRadius (const double &value) |
| virtual TIGL_EXPORT void | SetHeight (const double &value) |
| virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetReinforcementElementUID (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetWidth (const double &value) |
| virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
| virtual TIGL_EXPORT | ~CPACSCutOut () |
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< std::string > | m_description |
| Description of the cut out element. More... | |
| double | m_filletRadius |
| Fillet radius of the cut element (absolute value) More... | |
| double | m_height |
| Height of the cut element (absolute value) More... | |
| boost::optional< std::string > | m_name |
| Name of the cut out element. More... | |
| CPACSWindows * | m_parent |
| boost::optional< std::string > | m_reinforcementElementUID |
| UID of a structural element that reinforces the cut out. More... | |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
| double | m_width |
| Width of the cut element (absolute value) More... | |
Private Member Functions | |
| CPACSCutOut (const CPACSCutOut &)=delete | |
| CPACSCutOut (CPACSCutOut &&)=delete | |
| TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
| TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
| CPACSCutOut & | operator= (const CPACSCutOut &)=delete |
| CPACSCutOut & | operator= (CPACSCutOut &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
cutOutType
CutOut type, containing cut-outs
| TIGL_EXPORT tigl::generated::CPACSCutOut::CPACSCutOut | ( | CPACSWindows * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
| TIGL_EXPORT CPACSWindows* tigl::generated::CPACSCutOut::GetParent | ( | ) |
| TIGL_EXPORT const CPACSWindows* tigl::generated::CPACSCutOut::GetParent | ( | ) | const |
|
virtual |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description of the cut out element.
|
protected |
Fillet radius of the cut element (absolute value)
|
protected |
Height of the cut element (absolute value)
|
protected |
Name of the cut out element.
|
protected |
|
protected |
UID of a structural element that reinforces the cut out.
|
protected |
|
protected |
|
protected |
Width of the cut element (absolute value)