#ifndef VISU_VTK2MEDCONVERTOR_H
#define VISU_VTK2MEDCONVERTOR_H
+#include "VISUConvertor.hxx"
+
#include <MED_Common.hxx>
#include <vtkIntArray.h>
#include <vtkDataSet.h>
class vtkUnstructuredGrid;
class vtkIntArray;
-class VISU_Vtk2MedConvertor
+class VISU_CONVERTOR_EXPORT VISU_Vtk2MedConvertor
{
public:
break;
}
}
-#ifndef WNT
for ( int i = 0; i < myItems.count(); i++ ) {
-#else
- for ( i = 0; i < myItems.count(); i++ ) {
-#endif
if ( myItems.at( i )->isVerticalOn() )
bVSet = true;
myItems.at( i )->enableWidgets( bHSet && myItems.at( i )->isVerticalOn() );