//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, PhysicalStructureAlignmentDelegate Filename: PhysicalStructureAlignmentDelegate.hxx Module: mrocore @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MROCORE__PHYSICALSTRUCTUREALIGNMENTDELEGATE_HXX #define TEAMCENTER__MROCORE__PHYSICALSTRUCTUREALIGNMENTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace mrocore { class PhysicalStructureAlignmentDelegate; } } namespace Teamcenter { namespace mrocore { class PhysicalStructureAlignmentImpl; } } namespace Teamcenter { namespace mrocore { class PhysicalStructureAlignment; } } namespace Teamcenter { namespace mrocore { class PhysicalStructureAlignmentGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MROCORE_API Teamcenter_alias::mrocore::PhysicalStructureAlignmentDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the PhysicalStructureAlignmentDelegate instance static PhysicalStructureAlignmentDelegate& getInstance(); // Method to create the PhysicalStructureAlignmentImpl pointer static PhysicalStructureAlignmentImpl* createImpl( PhysicalStructureAlignment& ifObj ); // Method to delete the PhysicalStructureAlignmentImpl pointer static void deleteImpl( PhysicalStructureAlignmentImpl* impl ); protected: // Pointer to the instance static PhysicalStructureAlignmentDelegate* m_pInstance; PhysicalStructureAlignmentDelegate(); virtual ~PhysicalStructureAlignmentDelegate(); static void setInstance( PhysicalStructureAlignmentDelegate* instance ); private: friend class ::Teamcenter::mrocore::PhysicalStructureAlignmentGenImpl; }; #include #endif // TEAMCENTER__MROCORE__PHYSICALSTRUCTUREALIGNMENTDELEGATE_HXX