X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FNewGeom%2FNewGeom_OCCSelector.cpp;h=a5c39b12bba14dc112158d967b1601afb5544587;hb=4fd9c7f6ba1a50f67aff94581cc04f1ca6466b3c;hp=b7442acb4db0313022038861612b2e417f9d2b64;hpb=8a06105dc8734fbb1c3ac5b81257d63e70c9d7d2;p=modules%2Fshaper.git diff --git a/src/NewGeom/NewGeom_OCCSelector.cpp b/src/NewGeom/NewGeom_OCCSelector.cpp index b7442acb4..a5c39b12b 100644 --- a/src/NewGeom/NewGeom_OCCSelector.cpp +++ b/src/NewGeom/NewGeom_OCCSelector.cpp @@ -1,8 +1,7 @@ #include "NewGeom_OCCSelector.h" -NewGeom_OCCSelector::NewGeom_OCCSelector( OCCViewer_Viewer* theViewer, - SUIT_SelectionMgr* theMgr) -: LightApp_OCCSelector(theViewer, theMgr) +NewGeom_OCCSelector::NewGeom_OCCSelector(OCCViewer_Viewer* theViewer, SUIT_SelectionMgr* theMgr) + : LightApp_OCCSelector(theViewer, theMgr) { } @@ -10,14 +9,14 @@ NewGeom_OCCSelector::~NewGeom_OCCSelector() { } -void NewGeom_OCCSelector::getSelection( SUIT_DataOwnerPtrList& thePtrList ) const +void NewGeom_OCCSelector::getSelection(SUIT_DataOwnerPtrList& thePtrList) const { OCCViewer_Viewer* vw = viewer(); if (!vw) return; } -void NewGeom_OCCSelector::setSelection( const SUIT_DataOwnerPtrList& thePtrList ) +void NewGeom_OCCSelector::setSelection(const SUIT_DataOwnerPtrList& thePtrList) { OCCViewer_Viewer* vw = viewer(); if (!vw)