X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FIO%2FMEDFileFieldRepresentationTree.hxx;h=329ff6cb00db0a3d6f88d2b24fa016a474b5942b;hb=bf16d364bb3ff8274d5f535dae5450ba6bc1e47d;hp=6ee4b8e0551ef4bb5513edf0a8fa35388025eef3;hpb=a8ecf8056dd2b5fb0546474a74488830eed2a18f;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.hxx b/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.hxx index 6ee4b8e0..329ff6cb 100644 --- a/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.hxx +++ b/src/Plugins/MEDReader/IO/MEDFileFieldRepresentationTree.hxx @@ -23,6 +23,7 @@ #include "MEDFileMesh.hxx" #include "MEDFileField.hxx" +#include "MEDLoaderForPV.h" #include "vtkType.h" @@ -59,7 +60,7 @@ private: mutable std::vector< std::vector< std::pair< vtkQuadratureSchemeDefinition *, unsigned char > > > _defs; }; -class MEDFileFieldRepresentationLeavesArrays : public ParaMEDMEM::MEDCouplingAutoRefCountObjectPtr +class MEDLOADERFORPV_EXPORT MEDFileFieldRepresentationLeavesArrays : public ParaMEDMEM::MEDCouplingAutoRefCountObjectPtr { public: MEDFileFieldRepresentationLeavesArrays(); @@ -91,7 +92,7 @@ private: ELGACmp _elga_cmp; }; -class MEDFileFieldRepresentationLeaves +class MEDLOADERFORPV_EXPORT MEDFileFieldRepresentationLeaves { public: MEDFileFieldRepresentationLeaves(); @@ -126,7 +127,7 @@ private: mutable vtkDataSet *_cached_ds; }; -class MEDFileFieldRepresentationTree +class MEDLOADERFORPV_EXPORT MEDFileFieldRepresentationTree { public: MEDFileFieldRepresentationTree(); @@ -170,7 +171,7 @@ private: ParaMEDMEM::MEDCouplingAutoRefCountObjectPtr _fields; }; -class TimeKeeper +class MEDLOADERFORPV_EXPORT TimeKeeper { public: TimeKeeper(int policy);