Salome HOME
size of image is limited by 7000 pixels
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_AISTrihedron.h
index b543d5989a031596a1e44f34b8dabb2c2598e5e7..8722c5089aff6018f1b47e967de0ba1516526101 100644 (file)
@@ -1,8 +1,4 @@
-// Copyright (C) 2007-2015  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) 2014-2015  EDF-R&D
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
@@ -35,7 +31,6 @@
  * \brief AIS trihedron is redefined in order to show U text on the OX axis
  * and Z text on the OY axis.
  */
-DEFINE_STANDARD_HANDLE(HYDROGUI_AISTrihedron, AIS_Trihedron)
 
 class HYDROGUI_AISTrihedron : public AIS_Trihedron
 {
@@ -90,9 +85,9 @@ public:
    * \param theTransformation the transformation
    * \param thePresentationManager the presentation
    */
-  void Compute( const Handle_Prs3d_Projector& theProjector,
-                const Handle_Geom_Transformation& theTransformation,
-                const Handle_Prs3d_Presentation& thePresentation );
+  void Compute( const Handle(Prs3d_Projector)& theProjector,
+                const Handle(Geom_Transformation)& theTransformation,
+                const Handle(Prs3d_Presentation)& thePresentation );
 
   /**
    * AIS trihedron compute selection method. It is empty. We do not select the trihedron