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/ps/AssemblyArrangementAnchorDe...

78 lines
2.2 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, AssemblyArrangementAnchorDelegate
Filename: AssemblyArrangementAnchorDelegate.hxx
Module: ps
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__ASSEMBLYARRANGEMENTANCHORDELEGATE_HXX
#define TEAMCENTER__ASSEMBLYARRANGEMENTANCHORDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <ps/AssemblyArrangementAnchor.hxx>
#include <ps/libps_exports.h>
namespace Teamcenter
{
class AssemblyArrangementAnchorDelegate;
}
namespace Teamcenter
{
class AssemblyArrangementAnchorImpl;
}
namespace Teamcenter
{
class AssemblyArrangementAnchor;
}
namespace Teamcenter
{
class AssemblyArrangementAnchorGenImpl;
}
namespace Teamcenter_alias = ::Teamcenter;
class PS_API Teamcenter_alias::AssemblyArrangementAnchorDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the AssemblyArrangementAnchorDelegate instance
static AssemblyArrangementAnchorDelegate& getInstance();
// Method to create the AssemblyArrangementAnchorImpl pointer
static AssemblyArrangementAnchorImpl* createImpl( AssemblyArrangementAnchor& ifObj );
// Method to delete the AssemblyArrangementAnchorImpl pointer
static void deleteImpl( AssemblyArrangementAnchorImpl* impl );
protected:
// Pointer to the instance
static AssemblyArrangementAnchorDelegate* m_pInstance;
AssemblyArrangementAnchorDelegate();
virtual ~AssemblyArrangementAnchorDelegate();
static void setInstance( AssemblyArrangementAnchorDelegate* instance );
private:
friend class ::Teamcenter::AssemblyArrangementAnchorGenImpl;
};
#include <ps/libps_undef.h>
#endif // TEAMCENTER__ASSEMBLYARRANGEMENTANCHORDELEGATE_HXX