compositeType More...
#include <CPACSComposite.h>
Public Member Functions | |
virtual TIGL_EXPORT CPACSCompositeLayer & | AddCompositeLayer () |
TIGL_EXPORT | CPACSComposite (CPACSComposites *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const std::vector< std::unique_ptr< CPACSCompositeLayer > > & | GetCompositeLayers () const |
virtual TIGL_EXPORT std::vector< std::unique_ptr< CPACSCompositeLayer > > & | GetCompositeLayers () |
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
virtual TIGL_EXPORT const std::string & | GetName () const |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
virtual TIGL_EXPORT const boost::optional< double > & | GetOffset () const |
TIGL_EXPORT CPACSComposites * | GetParent () |
TIGL_EXPORT const CPACSComposites * | GetParent () 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 | RemoveCompositeLayer (CPACSCompositeLayer &ref) |
virtual TIGL_EXPORT void | SetDescription (const boost::optional< std::string > &value) |
virtual TIGL_EXPORT void | SetName (const std::string &value) |
virtual TIGL_EXPORT void | SetOffset (const boost::optional< double > &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 | ~CPACSComposite () |
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 | |
std::vector< std::unique_ptr< CPACSCompositeLayer > > | m_compositeLayers |
boost::optional< std::string > | m_description |
Description of composite. More... | |
std::string | m_name |
Name of composite. More... | |
boost::optional< double > | m_offset |
offset of the laminate. The reference plane of the laminate is the arithmetic mean of the laminate thickness. More... | |
CPACSComposites * | m_parent |
std::string | m_uID |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSComposite (const CPACSComposite &)=delete | |
CPACSComposite (CPACSComposite &&)=delete | |
CPACSComposite & | operator= (const CPACSComposite &)=delete |
CPACSComposite & | operator= (CPACSComposite &&)=delete |
Additional Inherited Members | |
Protected Member Functions inherited from tigl::CTiglUIDObject | |
~CTiglUIDObject ()=default | |
compositeType
Composite type, conatining data of a composite
TIGL_EXPORT tigl::generated::CPACSComposite::CPACSComposite | ( | CPACSComposites * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
TIGL_EXPORT CPACSComposites* tigl::generated::CPACSComposite::GetParent | ( | ) |
TIGL_EXPORT const CPACSComposites* tigl::generated::CPACSComposite::GetParent | ( | ) | const |
|
virtual |
Implements tigl::CTiglReqUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
virtual |
Implements tigl::CTiglUIDObject.
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |
Description of composite.
|
protected |
Name of composite.
|
protected |
offset of the laminate. The reference plane of the laminate is the arithmetic mean of the laminate thickness.
|
protected |
|
protected |
|
protected |