3.4.0
tigl::CCPACSFrame Class Reference

#include <CCPACSFrame.h>

+ Inheritance diagram for tigl::CCPACSFrame:

Public Member Functions

TIGL_EXPORT CCPACSFrame (CCPACSFramesAssembly *parent, CTiglUIDManager *uidMgr)
 
TIGL_EXPORT TopoDS_Shape GetCutGeometry (TiglCoordinateSystem cs=GLOBAL_COORDINATE_SYSTEM) const
 
TIGL_EXPORT TopoDS_Shape GetGeometry (bool just1DElements, TiglCoordinateSystem cs=GLOBAL_COORDINATE_SYSTEM) const
 
- Public Member Functions inherited from tigl::generated::CPACSFrame
virtual TIGL_EXPORT CCPACSFuselageStringerFramePositionAddFramePosition ()
 
TIGL_EXPORT CPACSFrame (CCPACSFramesAssembly *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CCPACSFuselageStringerFramePosition > > & GetFramePositions () const
 
virtual TIGL_EXPORT std::vector< std::unique_ptr< CCPACSFuselageStringerFramePosition > > & GetFramePositions ()
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CCPACSFramesAssemblyGetParent ()
 
TIGL_EXPORT const CCPACSFramesAssemblyGetParent () 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 RemoveFramePosition (CCPACSFuselageStringerFramePosition &ref)
 
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 ~CPACSFrame ()
 
- 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
 

Private Member Functions

void BuildCutGeometry (TopoDS_Shape &cache) const
 
void BuildGeometry (TopoDS_Shape &cache, bool just1DElements) const
 
void BuildGeometry1D (TopoDS_Shape &cache) const
 
void BuildGeometry3D (TopoDS_Shape &cache) const
 
void InvalidateImpl (const boost::optional< std::string > &source) const override
 

Private Attributes

Cache< TopoDS_Shape, CCPACSFramem_cutGeomCache
 
Cache< TopoDS_Shape, CCPACSFramem_geomCache1D
 
Cache< TopoDS_Shape, CCPACSFramem_geomCache3D
 

Additional Inherited Members

- Protected Member Functions inherited from tigl::CTiglUIDObject
 ~CTiglUIDObject ()=default
 
- Protected Attributes inherited from tigl::generated::CPACSFrame
std::vector< std::unique_ptr< CCPACSFuselageStringerFramePosition > > m_framePositions
 
CCPACSFramesAssemblym_parent
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Constructor & Destructor Documentation

◆ CCPACSFrame()

TIGL_EXPORT tigl::CCPACSFrame::CCPACSFrame ( CCPACSFramesAssembly parent,
CTiglUIDManager uidMgr 
)

Member Function Documentation

◆ BuildCutGeometry()

void tigl::CCPACSFrame::BuildCutGeometry ( TopoDS_Shape &  cache) const
private

◆ BuildGeometry()

void tigl::CCPACSFrame::BuildGeometry ( TopoDS_Shape &  cache,
bool  just1DElements 
) const
private

◆ BuildGeometry1D()

void tigl::CCPACSFrame::BuildGeometry1D ( TopoDS_Shape &  cache) const
private

◆ BuildGeometry3D()

void tigl::CCPACSFrame::BuildGeometry3D ( TopoDS_Shape &  cache) const
private

◆ GetCutGeometry()

TIGL_EXPORT TopoDS_Shape tigl::CCPACSFrame::GetCutGeometry ( TiglCoordinateSystem  cs = GLOBAL_COORDINATE_SYSTEM) const

◆ GetGeometry()

TIGL_EXPORT TopoDS_Shape tigl::CCPACSFrame::GetGeometry ( bool  just1DElements,
TiglCoordinateSystem  cs = GLOBAL_COORDINATE_SYSTEM 
) const

◆ InvalidateImpl()

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

Reimplemented from tigl::CTiglUIDObject.

Field Documentation

◆ m_cutGeomCache

Cache<TopoDS_Shape, CCPACSFrame> tigl::CCPACSFrame::m_cutGeomCache
private

◆ m_geomCache1D

Cache<TopoDS_Shape, CCPACSFrame> tigl::CCPACSFrame::m_geomCache1D
private

◆ m_geomCache3D

Cache<TopoDS_Shape, CCPACSFrame> tigl::CCPACSFrame::m_geomCache3D
private

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