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

#include <CCPACSDoorAssemblyPosition.h>

Inheritance diagram for tigl::CCPACSDoorAssemblyPosition:

Public Member Functions

TIGL_EXPORT CCPACSDoorAssemblyPosition (CCPACSCargoDoorsAssembly *parent, CTiglUIDManager *uidMgr)
TIGL_EXPORT TiglGeometricComponentIntent GetComponentIntent () const override
TIGL_EXPORT TiglGeometricComponentType GetComponentType () const override
TIGL_EXPORT std::string GetDefaultedUID () const override
TIGL_EXPORT PNamedShape GetLoft () const override
virtual TIGL_EXPORT void SetEndFrameUID (const std::string &value) override
virtual TIGL_EXPORT void SetEndStringerUID (const std::string &value) override
virtual TIGL_EXPORT void SetStartFrameUID (const std::string &value) override
virtual TIGL_EXPORT void SetStartStringerUID (const std::string &value) override
Public Member Functions inherited from tigl::generated::CPACSDoorAssemblyPosition
TIGL_EXPORT CPACSDoorAssemblyPosition (CPACSCargoDoorsAssembly *parent, CTiglUIDManager *uidMgr)
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
virtual TIGL_EXPORT const std::string & GetDoorElementUID () const
virtual TIGL_EXPORT const boost::optional< CPACSDoorAssemblyPosition_doorType > & GetDoorType () const
virtual TIGL_EXPORT const std::string & GetEndFrameUID () const
virtual TIGL_EXPORT const std::string & GetEndStringerUID () const
virtual TIGL_EXPORT const boost::optional< double > & GetMinHeight () const
virtual TIGL_EXPORT const boost::optional< double > & GetMinWidth () const
virtual TIGL_EXPORT const boost::optional< std::string > & GetName () const
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
TIGL_EXPORT CPACSCargoDoorsAssemblyGetParent ()
TIGL_EXPORT const CPACSCargoDoorsAssemblyGetParent () const
virtual TIGL_EXPORT const std::string & GetStartFrameUID () const
virtual TIGL_EXPORT const std::string & GetStartStringerUID () const
virtual TIGL_EXPORT const std::string & GetUID () const
TIGL_EXPORT CTiglUIDManagerGetUIDManager ()
TIGL_EXPORT const CTiglUIDManagerGetUIDManager () const
virtual TIGL_EXPORT const boost::optional< int > & GetYSign () const
virtual TIGL_EXPORT const boost::optional< double > & GetZBase () 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 SetDoorElementUID (const std::string &value)
virtual TIGL_EXPORT void SetDoorType (const boost::optional< CPACSDoorAssemblyPosition_doorType > &value)
virtual TIGL_EXPORT void SetMinHeight (const boost::optional< double > &value)
virtual TIGL_EXPORT void SetMinWidth (const boost::optional< double > &value)
virtual TIGL_EXPORT void SetName (const boost::optional< std::string > &value)
virtual TIGL_EXPORT void SetUID (const std::string &value)
virtual TIGL_EXPORT void SetYSign (const boost::optional< int > &value)
virtual TIGL_EXPORT void SetZBase (const boost::optional< double > &value)
virtual TIGL_EXPORT void WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const
virtual TIGL_EXPORT ~CPACSDoorAssemblyPosition ()
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
Public Member Functions inherited from tigl::CTiglStringerFrameBorderedObject
TIGL_EXPORT bool Contains (const gp_Pnt &point) const
TIGL_EXPORT bool Contains (const TopoDS_Edge &edge) const
TIGL_EXPORT bool Contains (const TopoDS_Face &face) const
TIGL_EXPORT CTiglStringerFrameBorderedObject (const CTiglUIDManager &uidMgr, const CTiglRelativelyPositionedComponent *parent, std::string &startFrameUID, std::string &endFrameUID, std::string &startStringerUID, boost::optional< std::string > &endStringerUID)
TIGL_EXPORT CTiglStringerFrameBorderedObject (const CTiglUIDManager &uidMgr, const CTiglRelativelyPositionedComponent *parent, std::string &startFrameUID, std::string &endFrameUID, std::string &startStringerUID, std::string &endStringerUID)
TIGL_EXPORT TopoDS_Shape GetGeometry (TiglCoordinateSystem referenceCS=GLOBAL_COORDINATE_SYSTEM) const
Public Member Functions inherited from tigl::ITiglGeometricComponent
virtual bool IsIndependentGeometry () const
virtual ~ITiglGeometricComponent ()

Private Member Functions

void InvalidateImpl (const boost::optional< std::string > &source) const override

Additional Inherited Members

Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default
Protected Member Functions inherited from tigl::CTiglStringerFrameBorderedObject
void InvalidateShapes (const boost::optional< std::string > &source) const
Protected Attributes inherited from tigl::generated::CPACSDoorAssemblyPosition
boost::optional< std::string > m_description
std::string m_doorElementUID
 UID of the door element description.
boost::optional< CPACSDoorAssemblyPosition_doorTypem_doorType
 optional definition of door type (restricted to pax, service, emergency, cargo)
std::string m_endFrameUID
 UID of the backward door frame.
std::string m_endStringerUID
 UID of the stringer at the lower door edge.
boost::optional< double > m_minHeight
 Minimum height of the door element. (Information necessary for boarding and evacuation analysis not necessarily linked to structures).
boost::optional< double > m_minWidth
 Minimum widh of the door element. (Information necessary for boarding and evacuation analysis not necessarily linked to structures).
boost::optional< std::string > m_name
CPACSCargoDoorsAssemblym_parent
std::string m_startFrameUID
 UID of the forward door frame.
std::string m_startStringerUID
 UID of the stringer at the upper door edge.
std::string m_uID
CTiglUIDManagerm_uidMgr
boost::optional< int > m_ySign
 Door on right side of the fuselage = 1; on the left = -1. (Information necessary for boarding and evacuation analysis not necessarily linked to structures).
boost::optional< double > m_zBase
 Lower height of the door with respect to the floor. (Information necessary for boarding and evacuation analysis not necessarily linked to structures).

Constructor & Destructor Documentation

◆ CCPACSDoorAssemblyPosition()

TIGL_EXPORT tigl::CCPACSDoorAssemblyPosition::CCPACSDoorAssemblyPosition ( CCPACSCargoDoorsAssembly * parent,
CTiglUIDManager * uidMgr )

Member Function Documentation

◆ GetComponentIntent()

TIGL_EXPORT TiglGeometricComponentIntent tigl::CCPACSDoorAssemblyPosition::GetComponentIntent ( ) const
overridevirtual

◆ GetComponentType()

TIGL_EXPORT TiglGeometricComponentType tigl::CCPACSDoorAssemblyPosition::GetComponentType ( ) const
overridevirtual

◆ GetDefaultedUID()

TIGL_EXPORT std::string tigl::CCPACSDoorAssemblyPosition::GetDefaultedUID ( ) const
overridevirtual

◆ GetLoft()

TIGL_EXPORT PNamedShape tigl::CCPACSDoorAssemblyPosition::GetLoft ( ) const
overridevirtual

◆ InvalidateImpl()

void tigl::CCPACSDoorAssemblyPosition::InvalidateImpl ( const boost::optional< std::string > & source) const
overrideprivatevirtual

Reimplemented from tigl::CTiglUIDObject.

◆ SetEndFrameUID()

virtual TIGL_EXPORT void tigl::CCPACSDoorAssemblyPosition::SetEndFrameUID ( const std::string & value)
overridevirtual

◆ SetEndStringerUID()

virtual TIGL_EXPORT void tigl::CCPACSDoorAssemblyPosition::SetEndStringerUID ( const std::string & value)
overridevirtual

◆ SetStartFrameUID()

virtual TIGL_EXPORT void tigl::CCPACSDoorAssemblyPosition::SetStartFrameUID ( const std::string & value)
overridevirtual

◆ SetStartStringerUID()

virtual TIGL_EXPORT void tigl::CCPACSDoorAssemblyPosition::SetStartStringerUID ( const std::string & value)
overridevirtual

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