From: ouv Date: Wed, 22 Jan 2014 14:38:12 +0000 (+0000) Subject: Added Plot3d_Actor class. X-Git-Tag: PLEX_0_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df91e788d2d6404994a9eef8a5cf4a5d641fb6d3;p=modules%2Fgui.git Added Plot3d_Actor class. --- diff --git a/src/SVTK/Makefile.am b/src/SVTK/Makefile.am index 52bfe84e6..4578083b3 100755 --- a/src/SVTK/Makefile.am +++ b/src/SVTK/Makefile.am @@ -61,6 +61,7 @@ salomeinclude_HEADERS= \ SVTK_ImageWriterMgr.h \ SVTK_FrameBuffer.h\ SVTK_DoubleSpinBox.h \ + Plot3d_Actor.h \ Plot3d_ViewManager.h \ Plot3d_ViewModel.h @@ -98,6 +99,7 @@ dist_libSVTK_la_SOURCES= \ SVTK_ImageWriterMgr.cxx \ SVTK_FrameBuffer.cxx \ SVTK_DoubleSpinBox.cxx \ + Plot3d_Actor.cxx \ Plot3d_ViewManager.cxx \ Plot3d_ViewModel.cxx