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.
90 lines
2.5 KiB
90 lines
2.5 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, Mdl0ReferenceGeometryDelegate
|
|
Filename: Mdl0ReferenceGeometryDelegate.hxx
|
|
Module: mdl0modelgeometry
|
|
@BMIDE autogenerated
|
|
==================================================================================================*/
|
|
|
|
#ifndef TEAMCENTER__APPMODEL__MDL0REFERENCEGEOMETRYDELEGATE_HXX
|
|
#define TEAMCENTER__APPMODEL__MDL0REFERENCEGEOMETRYDELEGATE_HXX
|
|
|
|
#include <common/tc_deprecation_macros.h>
|
|
#include <mdl0modelgeometry/Mdl0ReferenceGeometry.hxx>
|
|
|
|
#include <mdl0modelgeometry/libmdl0modelgeometry_exports.h>
|
|
|
|
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 <mdl0modelgeometry/libmdl0modelgeometry_undef.h>
|
|
#endif // TEAMCENTER__APPMODEL__MDL0REFERENCEGEOMETRYDELEGATE_HXX
|