3.4.0
tigl::generated::CPACSSheet3D Class Reference

sheet3DType More...

#include <CPACSSheet3D.h>

+ Inheritance diagram for tigl::generated::CPACSSheet3D:

Public Member Functions

TIGL_EXPORT CPACSSheet3D (CPACSSheetList3D *parent, CTiglUIDManager *uidMgr)
 
virtual TIGL_EXPORT const boost::optional< std::string > & GetDescription () const
 
virtual TIGL_EXPORT const std::string & GetName () const
 
virtual TIGL_EXPORT CTiglUIDObjectGetNextUIDParent ()
 
virtual TIGL_EXPORT const CTiglUIDObjectGetNextUIDParent () const
 
TIGL_EXPORT CPACSSheetList3DGetParent ()
 
TIGL_EXPORT const CPACSSheetList3DGetParent () const
 
virtual TIGL_EXPORT const CPACSSheetPointsGetSheetPoints () const
 
virtual TIGL_EXPORT CPACSSheetPointsGetSheetPoints ()
 
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 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 ~CPACSSheet3D ()
 
- 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
 
std::string m_name
 
CPACSSheetList3Dm_parent
 
CPACSSheetPoints m_sheetPoints
 
std::string m_uID
 
CTiglUIDManagerm_uidMgr
 

Private Member Functions

 CPACSSheet3D (const CPACSSheet3D &)=delete
 
 CPACSSheet3D (CPACSSheet3D &&)=delete
 
CPACSSheet3Doperator= (const CPACSSheet3D &)=delete
 
CPACSSheet3Doperator= (CPACSSheet3D &&)=delete
 

Additional Inherited Members

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

Detailed Description

sheet3DType

Constructor & Destructor Documentation

◆ CPACSSheet3D() [1/3]

TIGL_EXPORT tigl::generated::CPACSSheet3D::CPACSSheet3D ( CPACSSheetList3D parent,
CTiglUIDManager uidMgr 
)

◆ ~CPACSSheet3D()

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

◆ CPACSSheet3D() [2/3]

tigl::generated::CPACSSheet3D::CPACSSheet3D ( const CPACSSheet3D )
privatedelete

◆ CPACSSheet3D() [3/3]

tigl::generated::CPACSSheet3D::CPACSSheet3D ( CPACSSheet3D &&  )
privatedelete

Member Function Documentation

◆ GetDescription()

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

◆ GetName()

virtual TIGL_EXPORT const std::string& tigl::generated::CPACSSheet3D::GetName ( ) const
virtual

◆ GetNextUIDParent() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetNextUIDParent() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ GetParent() [1/2]

TIGL_EXPORT CPACSSheetList3D* tigl::generated::CPACSSheet3D::GetParent ( )

◆ GetParent() [2/2]

TIGL_EXPORT const CPACSSheetList3D* tigl::generated::CPACSSheet3D::GetParent ( ) const

◆ GetSheetPoints() [1/2]

virtual TIGL_EXPORT const CPACSSheetPoints& tigl::generated::CPACSSheet3D::GetSheetPoints ( ) const
virtual

◆ GetSheetPoints() [2/2]

virtual TIGL_EXPORT CPACSSheetPoints& tigl::generated::CPACSSheet3D::GetSheetPoints ( )
virtual

◆ GetUID()

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

◆ GetUIDManager() [1/2]

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

Implements tigl::CTiglUIDObject.

◆ GetUIDManager() [2/2]

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

Implements tigl::CTiglUIDObject.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ ReadCPACS()

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

◆ SetDescription()

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

◆ SetName()

virtual TIGL_EXPORT void tigl::generated::CPACSSheet3D::SetName ( const std::string &  value)
virtual

◆ SetUID()

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

◆ WriteCPACS()

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

Field Documentation

◆ m_description

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

◆ m_name

std::string tigl::generated::CPACSSheet3D::m_name
protected

◆ m_parent

CPACSSheetList3D* tigl::generated::CPACSSheet3D::m_parent
protected

◆ m_sheetPoints

CPACSSheetPoints tigl::generated::CPACSSheet3D::m_sheetPoints
protected

◆ m_uID

std::string tigl::generated::CPACSSheet3D::m_uID
protected

◆ m_uidMgr

CTiglUIDManager* tigl::generated::CPACSSheet3D::m_uidMgr
protected

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