webType More...
#include <CPACSWeb.h>
Public Member Functions | |
TIGL_EXPORT | CPACSWeb (CPACSSparCell *parent, CTiglUIDManager *uidMgr) |
TIGL_EXPORT | CPACSWeb (CPACSSparCrossSection *parent, CTiglUIDManager *uidMgr) |
virtual TIGL_EXPORT const CCPACSMaterialDefinition & | GetMaterial () const |
virtual TIGL_EXPORT CCPACSMaterialDefinition & | GetMaterial () |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
template<typename P > | |
P * | GetParent () |
template<typename P > | |
const P * | GetParent () const |
virtual TIGL_EXPORT const double & | GetRelPos () const |
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
template<typename P > | |
bool | IsParent () const |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | SetRelPos (const double &value) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSWeb () |
Protected Attributes | |
CCPACSMaterialDefinition | m_material |
Material definition of the spar web. More... | |
void * | m_parent |
const std::type_info * | m_parentType |
double | m_relPos |
relPos ranges from 0 to 1 It defines the position of the web relative to the caps (see picture below).. More... | |
CTiglUIDManager * | m_uidMgr |
Private Member Functions | |
CPACSWeb (const CPACSWeb &)=delete | |
CPACSWeb (CPACSWeb &&)=delete | |
CPACSWeb & | operator= (const CPACSWeb &)=delete |
CPACSWeb & | operator= (CPACSWeb &&)=delete |
webType
SparWeb type, containing the cross section area of the spar web and the material properties. Pleas find below a picture where all spar cross section parameters as well as the orientation refereneces for the material definition can be found:
TIGL_EXPORT tigl::generated::CPACSWeb::CPACSWeb | ( | CPACSSparCell * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
TIGL_EXPORT tigl::generated::CPACSWeb::CPACSWeb | ( | CPACSSparCrossSection * | parent, |
CTiglUIDManager * | uidMgr | ||
) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
inline |
|
inline |
|
virtual |
TIGL_EXPORT CTiglUIDManager& tigl::generated::CPACSWeb::GetUIDManager | ( | ) |
TIGL_EXPORT const CTiglUIDManager& tigl::generated::CPACSWeb::GetUIDManager | ( | ) | const |
|
inline |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Material definition of the spar web.
|
protected |
|
protected |
|
protected |
relPos ranges from 0 to 1 It defines the position of the web relative to the caps (see picture below)..
|
protected |