sheetType More...
#include <CPACSSheet.h>
Inheritance diagram for tigl::generated::CPACSSheet:Public Member Functions | |
| TIGL_EXPORT | CPACSSheet (CCPACSSheetList *parent, CTiglUIDManager *uidMgr) |
| virtual TIGL_EXPORT const boost::optional< CPACSContinuityAtP > & | GetContinuityAtP1 () const |
| virtual TIGL_EXPORT const boost::optional< CPACSContinuityAtP > & | GetContinuityAtP2 () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
| virtual TIGL_EXPORT const std::string & | GetFromPointUID () const |
| virtual TIGL_EXPORT const boost::optional< std::string > & | GetName () const |
| virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
| virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
| virtual TIGL_EXPORT const boost::optional< CCPACSPointXY > & | GetOrientationAtP1 () const |
| virtual TIGL_EXPORT boost::optional< CCPACSPointXY > & | GetOrientationAtP1 () |
| virtual TIGL_EXPORT CCPACSPointXY & | GetOrientationAtP1 (CreateIfNotExistsTag) |
| virtual TIGL_EXPORT const boost::optional< CCPACSPointXY > & | GetOrientationAtP2 () const |
| virtual TIGL_EXPORT boost::optional< CCPACSPointXY > & | GetOrientationAtP2 () |
| virtual TIGL_EXPORT CCPACSPointXY & | GetOrientationAtP2 (CreateIfNotExistsTag) |
| TIGL_EXPORT CCPACSSheetList * | GetParent () |
| TIGL_EXPORT const CCPACSSheetList * | GetParent () const |
| virtual TIGL_EXPORT const std::string & | GetToPointUID () 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 | RemoveOrientationAtP1 () |
| virtual TIGL_EXPORT void | RemoveOrientationAtP2 () |
| virtual TIGL_EXPORT void | SetContinuityAtP1 (const boost::optional< CPACSContinuityAtP > &value) |
| virtual TIGL_EXPORT void | SetContinuityAtP2 (const boost::optional< CPACSContinuityAtP > &value) |
| virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetFromPointUID (const std::string &value) |
| virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
| virtual TIGL_EXPORT void | SetToPointUID (const std::string &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 | ~CPACSSheet () |
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< CPACSContinuityAtP > | m_continuityAtP1 |
| Continuity definition for profile geometry generation. 0= C0 (allows sharp edges, deafault), 1= C1 (defines tangential continuity), 2= C2 (defines curvature continuity) 2=all. More... | |
| boost::optional< CPACSContinuityAtP > | m_continuityAtP2 |
| Continuity definition for profile geometry generation. 0= C0 (allows sharp edges, deafault), 1= C1 (defines tangential continuity), 2= C2 (defines curvature continuity) 2=all. More... | |
| boost::optional< std::string > | m_description |
| Description of sheet within the profile definition. More... | |
| std::string | m_fromPointUID |
| Point from which the sheet definition starts start. More... | |
| boost::optional< std::string > | m_name |
| Name of sheet within the profile definition. More... | |
| boost::optional< CCPACSPointXY > | m_orientationAtP1 |
| Definition of an orientation vector at P1. More... | |
| boost::optional< CCPACSPointXY > | m_orientationAtP2 |
| Definition of an orientation vector at P2. More... | |
| CCPACSSheetList * | m_parent |
| std::string | m_toPointUID |
| Point at which the sheet definition ends. More... | |
| std::string | m_uID |
| CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
| CPACSSheet (const CPACSSheet &)=delete | |
| CPACSSheet (CPACSSheet &&)=delete | |
| TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
| TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
| CPACSSheet & | operator= (const CPACSSheet &)=delete |
| CPACSSheet & | operator= (CPACSSheet &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
| ~CTiglUIDObject ()=default | |
sheetType
Sheet type, containing connection data of a sheet
| TIGL_EXPORT tigl::generated::CPACSSheet::CPACSSheet | ( | CCPACSSheetList * | parent, |
| CTiglUIDManager * | uidMgr | ||
| ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
| TIGL_EXPORT CCPACSSheetList* tigl::generated::CPACSSheet::GetParent | ( | ) |
| TIGL_EXPORT const CCPACSSheetList* tigl::generated::CPACSSheet::GetParent | ( | ) | const |
|
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 |
|
protected |
Continuity definition for profile geometry generation. 0= C0 (allows sharp edges, deafault), 1= C1 (defines tangential continuity), 2= C2 (defines curvature continuity) 2=all.
|
protected |
Continuity definition for profile geometry generation. 0= C0 (allows sharp edges, deafault), 1= C1 (defines tangential continuity), 2= C2 (defines curvature continuity) 2=all.
|
protected |
Description of sheet within the profile definition.
|
protected |
Point from which the sheet definition starts start.
|
protected |
Name of sheet within the profile definition.
|
protected |
Definition of an orientation vector at P1.
|
protected |
Definition of an orientation vector at P2.
|
protected |
|
protected |
Point at which the sheet definition ends.
|
protected |
|
protected |