From f939610d7e48b3ff8486d7f96a3a206a0f70c242 Mon Sep 17 00:00:00 2001 From: env Date: Wed, 10 Aug 2005 10:23:16 +0000 Subject: [PATCH] ENV: Windows porting. --- src/SVTK/SVTK_Prs.h | 3 ++- src/VTKViewer/VTKViewer_Trihedron.h | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/SVTK/SVTK_Prs.h b/src/SVTK/SVTK_Prs.h index 0ea5526b3..3446e9afe 100644 --- a/src/SVTK/SVTK_Prs.h +++ b/src/SVTK/SVTK_Prs.h @@ -29,11 +29,12 @@ #ifndef SVTK_Prs_H #define SVTK_Prs_H +#include #include "SALOME_Prs.h" #include -class SVTK_Prs : public SALOME_VTKPrs +class SVTK_EXPORT SVTK_Prs : public SALOME_VTKPrs { public: SVTK_Prs(); diff --git a/src/VTKViewer/VTKViewer_Trihedron.h b/src/VTKViewer/VTKViewer_Trihedron.h index 63bf4bd78..2c42c86b2 100755 --- a/src/VTKViewer/VTKViewer_Trihedron.h +++ b/src/VTKViewer/VTKViewer_Trihedron.h @@ -23,7 +23,7 @@ class VTKViewer_VectorText; /*!a subclass of actor that always faces the camera *@see vtkFollower */ -class VTKViewer_UnScaledActor: public vtkFollower +class VTKVIEWER_EXPORT VTKViewer_UnScaledActor: public vtkFollower { VTKViewer_UnScaledActor(const VTKViewer_UnScaledActor&); @@ -48,7 +48,7 @@ protected: /*!a subclass of actor that always faces the camera *@see vtkFollower */ -class VTKViewer_LineActor: public vtkFollower +class VTKVIEWER_EXPORT VTKViewer_LineActor: public vtkFollower { VTKViewer_LineActor(const VTKViewer_LineActor&); @@ -94,7 +94,7 @@ protected: //**************************************************************** /*!This class provide support trihedron object in vtk viewer.*/ -class VTKVIEWER_EXPORT VTKViewer_Trihedron : public vtkObject +class VTKVIEWER_EXPORT VTKVIEWER_EXPORT VTKViewer_Trihedron : public vtkObject { protected: /*!Initialize fields by default values.*/ @@ -171,7 +171,7 @@ protected: * Its only duty is to give correct initialization and destruction * of its pipe-lines */ -class VTKViewer_Axis : public vtkObject +class VTKVIEWER_EXPORT VTKViewer_Axis : public vtkObject { protected: VTKViewer_Axis(); -- 2.30.2