Salome HOME
Merge from PortingMED3 07Apr11
[modules/visu.git] / src / VISU_I / VISU_PointMap3d_i.hh
index 547191d8b5624413a03fd2714366263930070632..e634a5f8e8707a39ff56d23ed57bdbce509db489 100644 (file)
@@ -1,7 +1,4 @@
-//  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
-//
-//  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-//  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of the GNU Lesser General Public
@@ -19,6 +16,7 @@
 //
 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+
 //  VISU OBJECT : interactive object for VISU entities implementation
 //  File   : VISU_PointMap3d_i.hh
 //  Author : 
@@ -77,6 +75,13 @@ namespace VISU
     //! Gets offset parameters for the 3D presentation
     virtual void GetOffset(CORBA::Float& theDx, CORBA::Float& theDy, CORBA::Float& theDz);
 
+    //! Do nothing, just for compilability
+    virtual void SetMarkerStd(VISU::MarkerType, VISU::MarkerScale);
+    virtual void SetMarkerTexture(CORBA::Long);
+    virtual VISU::MarkerType GetMarkerType();
+    virtual VISU::MarkerScale GetMarkerScale();
+    virtual CORBA::Long GetMarkerTexture();
+
     //! Gets memory size actually used by the presentation (Mb).
     virtual CORBA::Float GetMemorySize();