Salome HOME
Merge branch 'BR_PYTHON_PLUGIN' of newgeom:newgeom.git into Dev_0.6.1
[modules/shaper.git] / src / NewGeom / NewGeom_OCCSelector.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 #ifndef NewGeom_OCCSelector_H
4 #define NewGeom_OCCSelector_H
5
6 #include "NewGeom.h"
7
8 #include <LightApp_OCCSelector.h>
9
10 class NewGeom_EXPORT NewGeom_OCCSelector : public LightApp_OCCSelector
11 {
12  public:
13   NewGeom_OCCSelector(OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr);
14   virtual ~NewGeom_OCCSelector();
15
16  protected:
17   virtual void getSelection(SUIT_DataOwnerPtrList& theList) const;
18   virtual void setSelection(const SUIT_DataOwnerPtrList& theList);
19 };
20
21 #endif