X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FVISU_I%2FVISU_PointMap3d_i.hh;h=e634a5f8e8707a39ff56d23ed57bdbce509db489;hb=e7e2c50aba46c639191ce54d4b42ae4587abb652;hp=547191d8b5624413a03fd2714366263930070632;hpb=d90eeb25287fa1f390fe7a336547e74161708e44;p=modules%2Fvisu.git diff --git a/src/VISU_I/VISU_PointMap3d_i.hh b/src/VISU_I/VISU_PointMap3d_i.hh index 547191d8..e634a5f8 100644 --- a/src/VISU_I/VISU_PointMap3d_i.hh +++ b/src/VISU_I/VISU_PointMap3d_i.hh @@ -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();