Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 10:05:01

0001 // Created on: 1995-03-08
0002 // Created by: Mister rmi
0003 // Copyright (c) 1995-1999 Matra Datavision
0004 // Copyright (c) 1999-2014 OPEN CASCADE SAS
0005 //
0006 // This file is part of Open CASCADE Technology software library.
0007 //
0008 // This library is free software; you can redistribute it and/or modify it under
0009 // the terms of the GNU Lesser General Public License version 2.1 as published
0010 // by the Free Software Foundation, with special exception defined in the file
0011 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
0012 // distribution for complete text of the license and disclaimer of any warranty.
0013 //
0014 // Alternatively, this file may be used under the terms of Open CASCADE
0015 // commercial license or contractual agreement.
0016 
0017 #ifndef _StdSelect_HeaderFile
0018 #define _StdSelect_HeaderFile
0019 
0020 #include <SelectMgr_Selection.hxx>
0021 #include <Prs3d_Drawer.hxx>
0022 
0023 //! The StdSelect package provides the following services
0024 //! -   the definition of selection modes for topological shapes
0025 //! -   the definition of several concrete filtertandard
0026 //! Selection2d.ap classes
0027 //! -   2D and 3D viewer selectors.
0028 //! Note that each new Interactive Object must have all
0029 //! its selection modes defined.
0030 //! Standard Classes is useful to build
0031 //! 3D Selectable Objects, and to process
0032 //! 3D Selections:
0033 //!
0034 //! - Implementation of View Selector for dynamic selection
0035 //! in Views from V3d.
0036 //!
0037 //! - Implementation of Tool class to decompose 3D BRep Objects
0038 //! into sensitive Primitives for every desired mode of selection
0039 //! (selection of vertex,edges,wires,faces,...)
0040 //!
0041 //! -  Implementation of dedicated Sensitives Entities:
0042 //! Text for 2D Views (linked to Specific 2D projectors.)
0043 class StdSelect 
0044 {
0045 public:
0046 
0047   DEFINE_STANDARD_ALLOC
0048 
0049   //! puts The same drawer in every BRepOwner Of SensitivePrimitive
0050   //! Used Only for hilight Of BRepOwner...
0051   Standard_EXPORT static void SetDrawerForBRepOwner (const Handle(SelectMgr_Selection)& aSelection, const Handle(Prs3d_Drawer)& aDrawer);
0052 
0053 };
0054 
0055 #endif // _StdSelect_HeaderFile