]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Restore sketch operations on pre-selection
authorvsv <vitaly.smetannikov@opencascade.com>
Mon, 6 Oct 2014 12:50:43 +0000 (16:50 +0400)
committervsv <vitaly.smetannikov@opencascade.com>
Mon, 6 Oct 2014 12:50:43 +0000 (16:50 +0400)
src/PartSet/PartSet_OperationSketchBase.h

index c92be1da37e727036cc8260690790e70e3174685..356765cc43046f32ce120f140a6289a68320e399 100644 (file)
@@ -65,14 +65,6 @@ Q_OBJECT
   /// \return the selection mode
   virtual std::list<int> getSelectionModes(ObjectPtr theFeature) const;
 
-  /// Initialisation of operation with preliminary selection
-  /// \param theSelected the list of selected presentations
-  /// \param theHighlighted the list of highlighted presentations
-  virtual void initSelection(const std::list<ModuleBase_ViewerPrs>& theSelected,
-                             const std::list<ModuleBase_ViewerPrs>& theHighlighted)
-  {
-  }
-
   /// Returns the operation sketch feature
   /// \returns the sketch instance
   virtual FeaturePtr sketch() const = 0;