]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
ENV: Windows porting.
authorenv <env@opencascade.com>
Wed, 10 Aug 2005 10:23:16 +0000 (10:23 +0000)
committerenv <env@opencascade.com>
Wed, 10 Aug 2005 10:23:16 +0000 (10:23 +0000)
src/SVTK/SVTK_Prs.h
src/VTKViewer/VTKViewer_Trihedron.h

index 0ea5526b32a241fd926bc606775fecad20292396..3446e9afeadf8496b810bd2a522dcef533fd8d0d 100644 (file)
 #ifndef SVTK_Prs_H
 #define SVTK_Prs_H
 
+#include <SVTK.h>
 #include "SALOME_Prs.h"
 
 #include <vtkActorCollection.h>
 
-class SVTK_Prs : public SALOME_VTKPrs
+class SVTK_EXPORT SVTK_Prs : public SALOME_VTKPrs
 {
 public:
   SVTK_Prs();
index 63bf4bd78ecdb6bc208745ac0c89e8d849b83720..2c42c86b2626d530ca81790386f685960eefe09b 100755 (executable)
@@ -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();