*
* The Field class holds the name of the field.
*/
-#ifndef SWIG
class MEDCOUPLINGICOCO_EXPORT Field
-#else
- class Field
-#endif
{
public:
/*! @brief Set the name of the field.
* @sa the MEDCoupling documentation, notably the reference counter mechanism used to manage the lifecycle of
* MEDCoupling objects.
*/
-#ifndef SWIG
class MEDCOUPLINGICOCO_EXPORT MEDDoubleField : public ICoCo::Field
-#else
- class MEDDoubleField : public ICoCo::Field
-#endif
{
public:
/*! Builds an empty field (internal MEDCoupling object not set).
* @sa the MEDCoupling documentation, notably the reference counter mechanism used to manage the lifecycle of
* MEDCoupling objects.
*/
-#ifndef SWIG
class MEDCOUPLINGICOCO_EXPORT MEDIntField : public ICoCo::Field
-#else
- class MEDIntField : public ICoCo::Field
-#endif
{
public:
/*! Builds an empty field (internal MEDCoupling object not set).
#define MEDCOUPLING_EXPORT
#define INTERPKERNEL_EXPORT
+#define MEDCOUPLINGICOCO_EXPORT
%include "MEDCouplingCommon.i"
%include "ICoCoMEDField.i"