Salome HOME
PR: quadtree
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_ZLayers.h
index c8b6cbf17c5ef121daa8fe2e882491851dd2fe5f..e0214e7e72e51ce4655d021378a639ba9f90b935 100644 (file)
@@ -39,7 +39,7 @@ public:
   bool More() const;
   void Next();
   int LayerId() const;
-  int MaxLayer() const;
+  int TopLayer() const;
 
 private:
   std::vector<int>  myZLayers;
@@ -51,5 +51,7 @@ private:
 void SetPrsZLayer( const Handle_PrsMgr_PresentableObject& thePresentableObject,
                    const int theMode, const int theLayerId );
 void UpdateZLayersOfHilightPresentationsOfDisplayedObjects( const Handle_AIS_InteractiveContext&, int theLayer );
+void SetZLayerSettings( const Handle_V3d_Viewer&, int theLayerId, bool theIsOrdered );
+int  CreateTopZLayer( const Handle_V3d_Viewer& );
 
 #endif