//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, Mdl0ReferenceGeometryDelegate Filename: Mdl0ReferenceGeometryDelegate.hxx Module: mdl0modelgeometry @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__APPMODEL__MDL0REFERENCEGEOMETRYDELEGATE_HXX #define TEAMCENTER__APPMODEL__MDL0REFERENCEGEOMETRYDELEGATE_HXX #include #include #include namespace Teamcenter { namespace AppModel { class Mdl0ReferenceGeometryDelegate; } } namespace Teamcenter { namespace AppModel { class Mdl0ReferenceGeometryImpl; } } namespace Teamcenter { namespace AppModel { class Mdl0ReferenceGeometry; } } namespace Teamcenter { namespace AppModel { class Mdl0ReferenceGeometryGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class MDL0MODELGEOMETRY_API Teamcenter_alias::AppModel::Mdl0ReferenceGeometryDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mdl0ReferenceGeometryDelegate instance static Mdl0ReferenceGeometryDelegate& getInstance(); // Method to create the Mdl0ReferenceGeometryImpl pointer static Mdl0ReferenceGeometryImpl* createImpl( Mdl0ReferenceGeometry& ifObj ); // Method to delete the Mdl0ReferenceGeometryImpl pointer static void deleteImpl( Mdl0ReferenceGeometryImpl* impl ); protected: // Pointer to the instance static Mdl0ReferenceGeometryDelegate* m_pInstance; Mdl0ReferenceGeometryDelegate(); virtual ~Mdl0ReferenceGeometryDelegate(); static void setInstance( Mdl0ReferenceGeometryDelegate* instance ); private: friend class ::Teamcenter::AppModel::Mdl0ReferenceGeometryGenImpl; }; #include #endif // TEAMCENTER__APPMODEL__MDL0REFERENCEGEOMETRYDELEGATE_HXX