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/cae/CAEGeometryRevisionDelegate...

78 lines
2.1 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, CAEGeometryRevisionDelegate
Filename: CAEGeometryRevisionDelegate.hxx
Module: cae
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CAEGEOMETRYREVISIONDELEGATE_HXX
#define TEAMCENTER__CAEGEOMETRYREVISIONDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cae/CAEGeometryRevision.hxx>
#include <cae/libcae_exports.h>
namespace Teamcenter
{
class CAEGeometryRevisionDelegate;
}
namespace Teamcenter
{
class CAEGeometryRevisionImpl;
}
namespace Teamcenter
{
class CAEGeometryRevision;
}
namespace Teamcenter
{
class CAEGeometryRevisionGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class CAE_API Teamcenter_alias::CAEGeometryRevisionDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the CAEGeometryRevisionDelegate instance
static CAEGeometryRevisionDelegate& getInstance();
// Method to create the CAEGeometryRevisionImpl pointer
static CAEGeometryRevisionImpl* createImpl( CAEGeometryRevision& ifObj );
// Method to delete the CAEGeometryRevisionImpl pointer
static void deleteImpl( CAEGeometryRevisionImpl* impl );
protected:
// Pointer to the instance
static CAEGeometryRevisionDelegate* m_pInstance;
CAEGeometryRevisionDelegate();
virtual ~CAEGeometryRevisionDelegate();
static void setInstance( CAEGeometryRevisionDelegate* instance );
private:
friend class ::Teamcenter::CAEGeometryRevisionGenImpl;
};
#include <cae/libcae_undef.h>
#endif // TEAMCENTER__CAEGEOMETRYREVISIONDELEGATE_HXX