33 lines
768 B
C++
33 lines
768 B
C++
/*
|
|
# <<BEGIN-copyright>>
|
|
# <<END-copyright>>
|
|
*/
|
|
|
|
#ifndef xDataTOM_private_h_included
|
|
#define xDataTOM_private_h_included
|
|
|
|
#include "xDataTOM.h"
|
|
|
|
#if defined __cplusplus
|
|
extern "C" {
|
|
namespace GIDI {
|
|
#endif
|
|
|
|
extern int xDataTOM_smrLibraryID;
|
|
extern char const *xDataTOM_XYs_ID;
|
|
extern char const *xDataTOM_regionsXYs_ID;
|
|
extern char const *xDataTOM_W_XYs_ID;
|
|
extern char const *xDataTOM_V_W_XYs_ID;
|
|
extern char const *xDataTOM_W_XYs_LegendreSeries_ID;
|
|
extern char const *xDataTOM_regionsW_XYs_LegendreSeries_ID;
|
|
extern char const *xDataTOM_V_W_XYs_LegendreSeries_ID;
|
|
extern char const *xDataTOM_KalbachMann_ID;
|
|
extern char const *xDataTOM_polynomial_ID;
|
|
|
|
#if defined __cplusplus
|
|
}
|
|
}
|
|
#endif
|
|
|
|
#endif /* End of xDataTOM_private_h_included. */
|