|
TIGL_EXPORT | CCPACSVessel (CCPACSVessels *parent, CTiglUIDManager *uidMgr) |
|
TIGL_EXPORT double | GetCircumference (int segmentIndex, double eta) |
|
TIGL_EXPORT TiglGeometricComponentIntent | GetComponentIntent () const override |
|
TIGL_EXPORT TiglGeometricComponentType | GetComponentType () const override |
|
TIGL_EXPORT CCPACSConfiguration const & | GetConfiguration () const |
|
TIGL_EXPORT std::string | GetDefaultedUID () const override |
|
TIGL_EXPORT double | GetGeometricVolume () |
|
TIGL_EXPORT std::vector< gp_Pnt > | GetGuideCurvePoints () const |
|
TIGL_EXPORT CCPACSGuideCurve & | GetGuideCurveSegment (std::string uid) |
|
TIGL_EXPORT const CCPACSGuideCurve & | GetGuideCurveSegment (std::string uid) const |
|
TIGL_EXPORT CCPACSFuselageSection const & | GetSection (size_t index) const |
|
TIGL_EXPORT CCPACSFuselageSection & | GetSection (size_t index) |
|
TIGL_EXPORT CCPACSFuselageSection const & | GetSection (const std::string §ionUID) const |
|
TIGL_EXPORT CCPACSFuselageSection & | GetSection (const std::string §ionUID) |
|
TIGL_EXPORT size_t | GetSectionCount () const |
|
TIGL_EXPORT TopoDS_Shape | GetSectionFace (const std::string sectionUID) const |
|
TIGL_EXPORT CCPACSFuselageSegment & | GetSegment (const size_t index) |
|
TIGL_EXPORT const CCPACSFuselageSegment & | GetSegment (const size_t index) const |
|
TIGL_EXPORT CCPACSFuselageSegment & | GetSegment (std::string uid) |
|
TIGL_EXPORT size_t | GetSegmentCount () const |
|
TIGL_EXPORT double | GetSurfaceArea () |
|
TIGL_EXPORT bool | HasEllipsoidDome () const |
|
TIGL_EXPORT bool | HasIsotensoidDome () const |
|
TIGL_EXPORT bool | HasSphericalDome () const |
|
TIGL_EXPORT bool | HasTorisphericalDome () const |
|
TIGL_EXPORT bool | IsVesselViaDesignParameters () const |
|
TIGL_EXPORT bool | IsVesselViaSegments () const |
|
TIGL_EXPORT | CPACSVessel (CPACSVessels *parent, CTiglUIDManager *uidMgr) |
|
virtual TIGL_EXPORT const boost::optional< double > & | GetBurstPressure () const |
|
virtual TIGL_EXPORT const boost::optional< double > & | GetCylinderLength_choice2 () const |
|
virtual TIGL_EXPORT const boost::optional< double > & | GetCylinderRadius_choice2 () const |
|
virtual TIGL_EXPORT const boost::optional< std::string > & | GetDescription () const |
|
virtual TIGL_EXPORT const boost::optional< CPACSDomeType > & | GetDomeType_choice2 () const |
|
virtual TIGL_EXPORT boost::optional< CPACSDomeType > & | GetDomeType_choice2 () |
|
virtual TIGL_EXPORT CPACSDomeType & | GetDomeType_choice2 (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT const std::string & | GetName () const |
|
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
|
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
|
TIGL_EXPORT CPACSVessels * | GetParent () |
|
TIGL_EXPORT const CPACSVessels * | GetParent () const |
|
virtual TIGL_EXPORT const boost::optional< CPACSFuselageSections > & | GetSections_choice1 () const |
|
virtual TIGL_EXPORT boost::optional< CPACSFuselageSections > & | GetSections_choice1 () |
|
virtual TIGL_EXPORT CPACSFuselageSections & | GetSections_choice1 (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT const boost::optional< CCPACSFuselageSegments > & | GetSegments_choice1 () const |
|
virtual TIGL_EXPORT boost::optional< CCPACSFuselageSegments > & | GetSegments_choice1 () |
|
virtual TIGL_EXPORT CCPACSFuselageSegments & | GetSegments_choice1 (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT const boost::optional< CCPACSVesselStructure > & | GetStructure () const |
|
virtual TIGL_EXPORT boost::optional< CCPACSVesselStructure > & | GetStructure () |
|
virtual TIGL_EXPORT CCPACSVesselStructure & | GetStructure (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT const CCPACSTransformation & | GetTransformation () const |
|
virtual TIGL_EXPORT CCPACSTransformation & | GetTransformation () |
|
virtual TIGL_EXPORT const std::string & | GetUID () const |
|
TIGL_EXPORT CTiglUIDManager & | GetUIDManager () |
|
TIGL_EXPORT const CTiglUIDManager & | GetUIDManager () const |
|
virtual TIGL_EXPORT const boost::optional< CPACSFuelTankVolume > & | GetVolume () const |
|
virtual TIGL_EXPORT boost::optional< CPACSFuelTankVolume > & | GetVolume () |
|
virtual TIGL_EXPORT CPACSFuelTankVolume & | GetVolume (CreateIfNotExistsTag) |
|
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
|
virtual TIGL_EXPORT void | RemoveDomeType_choice2 () |
|
virtual TIGL_EXPORT void | RemoveSections_choice1 () |
|
virtual TIGL_EXPORT void | RemoveSegments_choice1 () |
|
virtual TIGL_EXPORT void | RemoveStructure () |
|
virtual TIGL_EXPORT void | RemoveVolume () |
|
virtual TIGL_EXPORT void | SetBurstPressure (const boost::optional< double > &value) |
|
virtual TIGL_EXPORT void | SetCylinderLength_choice2 (const boost::optional< double > &value) |
|
virtual TIGL_EXPORT void | SetCylinderRadius_choice2 (const boost::optional< double > &value) |
|
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) |
|
TIGL_EXPORT bool | ValidateChoices () const |
|
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
|
virtual TIGL_EXPORT | ~CPACSVessel () |
|
boost::optional< std::string > | GetObjectUID () const |
|
virtual | ~CTiglReqUIDObject ()=default |
|
TIGL_EXPORT void | Invalidate (const boost::optional< std::string > &source=boost::none) const |
|
TIGL_EXPORT | CTiglRelativelyPositionedComponent (MaybeOptionalPtr< std::string > parentUid, MaybeOptionalPtr< CCPACSTransformation > trans) |
|
TIGL_EXPORT | CTiglRelativelyPositionedComponent (MaybeOptionalPtr< std::string > parentUid, MaybeOptionalPtr< CCPACSTransformation > trans, boost::optional< TiglSymmetryAxis > *symmetryAxis) |
|
TIGL_EXPORT | CTiglRelativelyPositionedComponent (tigl::CTiglRelativelyPositionedComponent *parent, MaybeOptionalPtr< CCPACSTransformation > trans) |
|
TIGL_EXPORT | CTiglRelativelyPositionedComponent (tigl::CTiglRelativelyPositionedComponent *parent, MaybeOptionalPtr< CCPACSTransformation > trans, boost::optional< TiglSymmetryAxis > *symmetryAxis) |
|
TIGL_EXPORT ChildContainerType | GetChildren (bool recursive) |
|
TIGL_EXPORT boost::optional< const std::string & > | GetParentUID () const |
|
virtual TIGL_EXPORT CTiglPoint | GetRotation () const |
|
virtual TIGL_EXPORT ECPACSTranslationType | GetRotationType () const |
|
virtual TIGL_EXPORT CTiglPoint | GetScaling () const |
|
virtual TIGL_EXPORT ECPACSTranslationType | GetScalingType () const |
|
TIGL_EXPORT TiglSymmetryAxis | GetSymmetryAxis () const override |
|
virtual TIGL_EXPORT CTiglTransformation | GetTransformationMatrix () const |
|
virtual TIGL_EXPORT CTiglPoint | GetTranslation () const |
|
virtual TIGL_EXPORT ECPACSTranslationType | GetTranslationType () const |
|
TIGL_EXPORT void | Reset () const |
|
TIGL_EXPORT void | SetParentUID (const std::string &parentUID) |
|
virtual TIGL_EXPORT void | SetSymmetryAxis (const TiglSymmetryAxis &axis) |
|
virtual TIGL_EXPORT void | SetTransformation (const CCPACSTransformation &transform) |
|
| CTiglAbstractGeometricComponent () |
|
TIGL_EXPORT Bnd_Box const & | GetBoundingBox () const |
|
virtual TIGL_EXPORT bool | GetIsOn (const gp_Pnt &pnt) const |
|
TIGL_EXPORT bool | GetIsOnMirrored (const gp_Pnt &pnt) const |
|
TIGL_EXPORT PNamedShape | GetLoft () const override |
|
virtual TIGL_EXPORT PNamedShape | GetMirroredLoft () const |
|
TIGL_EXPORT void | Reset () const |
|
virtual | ~ITiglGeometricComponent () |
|