Open CASCADE Technology  7.3.0
Data Structures | Typedefs

SelectMgr_ViewerSelector.hxx File Reference

#include <Standard_Transient.hxx>
#include <NCollection_DataMap.hxx>
#include <OSD_Chronometer.hxx>
#include <TColStd_SequenceOfInteger.hxx>
#include <TColStd_HArray1OfInteger.hxx>
#include <Select3D_BVHBuilder3d.hxx>
#include <SelectMgr_IndexedDataMapOfOwnerCriterion.hxx>
#include <SelectMgr_SelectingVolumeManager.hxx>
#include <SelectMgr_Selection.hxx>
#include <SelectMgr_SelectableObject.hxx>
#include <SelectMgr_SelectableObjectSet.hxx>
#include <SelectMgr_StateOfSelection.hxx>
#include <SelectMgr_ToleranceMap.hxx>
#include <Standard_OStream.hxx>

Data Structures

class  SelectMgr_ViewerSelector
 A framework to define finding, sorting the sensitive primitives in a view. Services are also provided to define the return of the owners of those primitives selected. The primitives are sorted by criteria such as priority of the primitive or its depth in the view relative to that of other primitives. Note that in 3D, the inheriting framework StdSelect_ViewerSelector3d is only to be used if you do not want to use the services provided by AIS. Two tools are available to find and select objects found at a given position in the view. If you want to select the owners of all the objects detected at point x,y,z you use the Init - More - Next - Picked loop. If, on the other hand, you want to select only one object detected at that point, you use the Init - More - OnePicked loop. In this iteration, More is used to see if an object was picked and OnePicked, to get the object closest to the pick position. Viewer selectors are driven by SelectMgr_SelectionManager, and manipulate the SelectMgr_Selection objects given to them by the selection manager. More...
 

Typedefs

typedef NCollection_DataMap< Handle< SelectMgr_SelectableObject >, Handle< SelectMgr_SensitiveEntitySet > > SelectMgr_MapOfObjectSensitives
 
typedef NCollection_DataMap< Handle< SelectMgr_SelectableObject >, Handle< SelectMgr_SensitiveEntitySet > >::Iterator SelectMgr_MapOfObjectSensitivesIterator
 
typedef NCollection_DataMap< Standard_Integer, SelectMgr_SelectingVolumeManagerSelectMgr_FrustumCache
 

Typedef Documentation

◆ SelectMgr_FrustumCache

◆ SelectMgr_MapOfObjectSensitives

◆ SelectMgr_MapOfObjectSensitivesIterator