1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
3 #include "SHAPERGUI_OCCSelector.h"
5 SHAPERGUI_OCCSelector::SHAPERGUI_OCCSelector(OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr)
6 : LightApp_OCCSelector(theViewer, theMgr)
10 SHAPERGUI_OCCSelector::~SHAPERGUI_OCCSelector()
14 void SHAPERGUI_OCCSelector::getSelection(SUIT_DataOwnerPtrList& thePtrList) const
16 OCCViewer_Viewer* vw = viewer();
21 void SHAPERGUI_OCCSelector::setSelection(const SUIT_DataOwnerPtrList& thePtrList)
23 OCCViewer_Viewer* vw = viewer();