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.

100 lines
2.6 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, Cpd0DiscreteJoinDelegate
Filename: Cpd0DiscreteJoinDelegate.hxx
Module: cpd0cd
@BMIDE autogenerated
==================================================================================================*/
#ifndef TEAMCENTER__CPD__CPD0DISCRETEJOINDELEGATE_HXX
#define TEAMCENTER__CPD__CPD0DISCRETEJOINDELEGATE_HXX
#include <common/tc_deprecation_macros.h>
#include <cpd0cd/Cpd0DiscreteJoin.hxx>
#include <cpd0cd/libcpd0cd_exports.h>
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DiscreteJoinDelegate;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DiscreteJoinImpl;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DiscreteJoin;
}
}
namespace Teamcenter
{
namespace Cpd
{
class Cpd0DiscreteJoinGenImpl;
}
}
namespace Teamcenter_alias = ::Teamcenter;
class CPD0CD_API Teamcenter_alias::Cpd::Cpd0DiscreteJoinDelegate
{
public:
// Method to initialize this Class
static int initializeClass();
// Method to get the Cpd0DiscreteJoinDelegate instance
static Cpd0DiscreteJoinDelegate& getInstance();
// Method to create the Cpd0DiscreteJoinImpl pointer
static Cpd0DiscreteJoinImpl* createImpl( Cpd0DiscreteJoin& ifObj );
// Method to delete the Cpd0DiscreteJoinImpl pointer
static void deleteImpl( Cpd0DiscreteJoinImpl* impl );
///
/// Getter for a Double Array Property
/// @version Teamcenter 10.1
/// @param values - Parameter value
/// @param isNull - Returns true for an array element if the parameter value at that location is null
/// @return - Status. 0 if successful
///
int getCpd0positionBase(const Cpd0DiscreteJoin &ifObj, std::vector< double > &values, std::vector< int > &isNull ) const;
protected:
// Pointer to the instance
static Cpd0DiscreteJoinDelegate* m_pInstance;
Cpd0DiscreteJoinDelegate();
virtual ~Cpd0DiscreteJoinDelegate();
static void setInstance( Cpd0DiscreteJoinDelegate* instance );
private:
friend class ::Teamcenter::Cpd::Cpd0DiscreteJoinGenImpl;
};
#include <cpd0cd/libcpd0cd_undef.h>
#endif // TEAMCENTER__CPD__CPD0DISCRETEJOINDELEGATE_HXX