compositeLayerType More...
#include <CPACSCompositeLayer.h>
Public Member Functions | |
TIGL_EXPORT | CPACSCompositeLayer (CPACSComposite *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const std::string & | GetMaterialUID () 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 CPACSComposite * | GetParent () |
TIGL_EXPORT const CPACSComposite * | GetParent () const |
virtual TIGL_EXPORT const double & | GetPhi () const |
virtual TIGL_EXPORT const double & | GetThickness () 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 | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetMaterialUID (const std::string &value) |
virtual TIGL_EXPORT void | SetName (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetPhi (const double &value) |
virtual TIGL_EXPORT void | SetThickness (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSCompositeLayer () |
Public Member Functions inherited from tigl::ITiglUIDRefObject | |
virtual | ~ITiglUIDRefObject ()=default |
Protected Attributes | |
boost::optional< std::string > | m_description |
Description of layer. More... | |
std::string | m_materialUID |
Material UID of the layer. More... | |
boost::optional< std::string > | m_name |
Name of layer. More... | |
CPACSComposite * | m_parent |
double | m_phi |
Angle of layer in degree. More... | |
double | m_thickness |
Thickness of layer. More... | |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSCompositeLayer (const CPACSCompositeLayer &)=delete | |
CPACSCompositeLayer (CPACSCompositeLayer &&)=delete | |
TIGL_EXPORT const CTiglUIDObject * | GetNextUIDObject () const final |
TIGL_EXPORT void | NotifyUIDChange (const std::string &oldUid, const std::string &newUid) final |
CPACSCompositeLayer & | operator= (const CPACSCompositeLayer &)=delete |
CPACSCompositeLayer & | operator= (CPACSCompositeLayer &&)=delete |
compositeLayerType
CompositeLayer type, conatining data of a composite layer
TIGL_EXPORT tigl::generated::CPACSCompositeLayer::CPACSCompositeLayer | ( | CPACSComposite * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
virtual |
|
virtual |
TIGL_EXPORT CPACSComposite* tigl::generated::CPACSCompositeLayer::GetParent | ( | ) |
TIGL_EXPORT const CPACSComposite* tigl::generated::CPACSCompositeLayer::GetParent | ( | ) | const |
|
virtual |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSCompositeLayer::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSCompositeLayer::GetUIDManager | ( | ) | const |
|
finalprivatevirtual |
Implements tigl::ITiglUIDRefObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Description of layer.
|
protected |
Material UID of the layer.
|
protected |
Name of layer.
|
protected |
|
protected |
Angle of layer in degree.
|
protected |
Thickness of layer.
|
protected |