You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML_ITK/13/include_cpp/mrocore/PhysicalRealizationDelegate...

90 lines
2.3 KiB

//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, PhysicalRealizationDelegate
Filename: PhysicalRealizationDelegate.hxx
Module: mrocore
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__MROCORE__PHYSICALREALIZATIONDELEGATE_HXX
#define TEAMCENTER__MROCORE__PHYSICALREALIZATIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <mrocore/PhysicalRealization.hxx>
#include <mrocore/libmrocore_exports.h>
namespace Teamcenter
{
namespace mrocore
{
class PhysicalRealizationDelegate;
}
}
namespace Teamcenter
{
namespace mrocore
{
class PhysicalRealizationImpl;
}
}
namespace Teamcenter
{
namespace mrocore
{
class PhysicalRealization;
}
}
namespace Teamcenter
{
namespace mrocore
{
class PhysicalRealizationGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class MROCORE_API Teamcenter_alias::mrocore::PhysicalRealizationDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the PhysicalRealizationDelegate instance
static PhysicalRealizationDelegate& getInstance();
// Method to create the PhysicalRealizationImpl pointer
static PhysicalRealizationImpl* createImpl( PhysicalRealization& ifObj );
// Method to delete the PhysicalRealizationImpl pointer
static void deleteImpl( PhysicalRealizationImpl* impl );
protected:
// Pointer to the instance
static PhysicalRealizationDelegate* m_pInstance;
PhysicalRealizationDelegate();
virtual ~PhysicalRealizationDelegate();
static void setInstance( PhysicalRealizationDelegate* instance );
private:
friend class ::Teamcenter::mrocore::PhysicalRealizationGenImpl;
};
#include <mrocore/libmrocore_undef.h>
#endif // TEAMCENTER__MROCORE__PHYSICALREALIZATIONDELEGATE_HXX