]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Export classes for right win32 compilation
authorabd <abd@opencascade.com>
Mon, 27 Oct 2008 11:42:59 +0000 (11:42 +0000)
committerabd <abd@opencascade.com>
Mon, 27 Oct 2008 11:42:59 +0000 (11:42 +0000)
src/PIPELINE/SALOME_ExtractGeometry.h
src/PIPELINE/SALOME_ExtractPolyDataGeometry.h
src/PIPELINE/VISU_ColoredPL.hxx
src/PIPELINE/VISU_LookupTable.hxx

index ed9c0749e948f8f8f98712142c8955bbff074d1a..8fbf41f6063433295a2439659debe9f719279318 100755 (executable)
@@ -20,6 +20,8 @@
 #ifndef SALOME_ExtractGeometry_H
 #define SALOME_ExtractGeometry_H
 
+#include "VISUPipeline.hxx"
+
 #include <vtkExtractGeometry.h>
 #include <vtkSmartPointer.h>
 
@@ -27,7 +29,7 @@
 
 class vtkImplicitBoolean;
 
-class SALOME_ExtractGeometry : public vtkExtractGeometry
+class VISU_PIPELINE_EXPORT SALOME_ExtractGeometry : public vtkExtractGeometry
 {
 public:
   vtkTypeMacro(SALOME_ExtractGeometry, vtkExtractGeometry);
index 05b039182416d3acab965f7a02a9a8f54c21a53b..1b3bf43691e720be629ec9dc0fddc88266e2c98d 100644 (file)
@@ -20,6 +20,8 @@
 #ifndef SALOME_ExtractPolyDataGeometry_H
 #define SALOME_ExtractPolyDataGeometry_H
 
+#include "VISUPipeline.hxx"
+
 #include <vtkExtractPolyDataGeometry.h>
 #include <vtkSmartPointer.h>
 
@@ -27,7 +29,7 @@
 
 class vtkImplicitBoolean;
 
-class SALOME_ExtractPolyDataGeometry : public vtkExtractPolyDataGeometry
+class VISU_PIPELINE_EXPORT SALOME_ExtractPolyDataGeometry : public vtkExtractPolyDataGeometry
 {
 public:
   vtkTypeMacro(SALOME_ExtractPolyDataGeometry, vtkExtractPolyDataGeometry);
index aec7dfafc6340b2a9b360f8e46d0906913ec8f3c..ada174b81981aab07de1e5178b28afebce33654f 100644 (file)
@@ -42,7 +42,7 @@ class vtkThreshold;
 
 
 //----------------------------------------------------------------------------
-class VISU_ColoredPL : public VISU_PipeLine
+class VISU_PIPELINE_EXPORT VISU_ColoredPL : public VISU_PipeLine
 {
 public:
   vtkTypeMacro(VISU_ColoredPL, VISU_PipeLine);
index ff525110ea7846594adb52bc7b6f0b1f42c87bde..c7e29c6cd8da23677e4229c3dce6f9be1f695669 100644 (file)
 #ifndef VISU_LookupTable_H
 #define VISU_LookupTable_H
 
+#include "VISUPipeline.hxx"
+
 #include <vtkLookupTable.h>
 
 #include "VTKViewer.h"
 
-class VISU_LookupTable: public vtkLookupTable 
+class VISU_PIPELINE_EXPORT VISU_LookupTable: public vtkLookupTable 
 {
  public:
    vtkTypeMacro(VISU_LookupTable,vtkLookupTable);