Implementation of CPACS configuration handling routines. More...
#include "tigl_internal.h"#include "CTiglUIDManager.h"#include "CTiglLogging.h"#include "CCPACSAircraftModel.h"#include "CCPACSRotorcraftModel.h"#include "generated/CPACSHeader.h"#include "CCPACSWings.h"#include "CCPACSRotors.h"#include "CCPACSFuselages.h"#include "CCPACSACSystems.h"#include "CCPACSFarField.h"#include "CCPACSGuideCurveProfiles.h"#include "TopoDS_Compound.hxx"#include "BRep_Builder.hxx"#include "CTiglShapeCache.h"#include "CTiglMemoryPool.h"#include "CSharedPtr.h"#include "CCPACSProfiles.h"#include "CCPACSEngines.h"Data Structures | |
| class | tigl::CCPACSConfiguration |
Namespaces | |
| tigl | |
| The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations. | |
Typedefs | |
| typedef CSharedPtr< CTiglFusePlane > | tigl::PTiglFusePlane |
Functions | |
| TIGL_EXPORT void | tigl::ComponentGetBoundingBox (const CCPACSConfiguration &config, const std::string &uid, CTiglPoint &min, CTiglPoint &max) |
| Computes the bounding box coordinates of the specified component. More... | |
| TIGL_EXPORT void | tigl::ConfigurationGetBoundingBox (const CCPACSConfiguration &config, CTiglPoint &min, CTiglPoint &max) |
| Computes the bounding box of the whole aircraft. More... | |
Implementation of CPACS configuration handling routines.