|
Open CASCADE Technology
6.7.1
|
Defines Specific Owners for Sensitive Primitives
(Sensitive Segments,Circles...).
Used in Dynamic Selection Mechanism.
A BRepOwner has an Owner (the shape it represents)
and Users (One or More Transient entities).
More...
#include <StdSelect_BRepOwner.hxx>

Public Member Functions | |
| StdSelect_BRepOwner (const Standard_Integer aPriority) | |
Constructs an owner specification framework defined <br> by the priority aPriority. | |
| StdSelect_BRepOwner (const TopoDS_Shape &aShape, const Standard_Integer aPriority=0, const Standard_Boolean ComesFromDecomposition=Standard_False) | |
Constructs an owner specification framework defined <br> by the shape aShape and the priority aPriority. | |
| StdSelect_BRepOwner (const TopoDS_Shape &aShape, const Handle< SelectMgr_SelectableObject > &theOrigin, const Standard_Integer aPriority=0, const Standard_Boolean FromDecomposition=Standard_False) | |
Constructs an owner specification framework defined <br> by the shape aShape, the selectable object theOrigin | |
| Standard_Boolean | HasShape () const |
returns False if no shape was set <br> | |
| void | Set (const TopoDS_Shape &aShape, const Standard_Boolean FromDecomposition=Standard_False) |
| <FromDecomposition> indicates whether <aShape> comes from decomposition of a bigger shape. More... | |
| Standard_Boolean | ComesFromDecomposition () const |
| const TopoDS_Shape & | Shape () const |
| Standard_Boolean | HasHilightMode () const |
| Returns true if this framework has a highlight mode defined for it. More... | |
| void | SetHilightMode (const Standard_Integer aMode) |
Sets the highlight mode for this framework. <br> This defines the type of display used to highlight the | |
| void | ResetHilightMode () |
Resets the higlight mode for this framework. <br> This defines the type of display used to highlight the | |
| Standard_Integer | HilightMode () const |
Returns the highlight mode for this framework. <br> This defines the type of display used to highlight the | |
| virtual Standard_Boolean | IsHilighted (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) const |
Returns true if an object with the selection mode <br> aMode is highlighted in the presentation manager aPM. | |
| virtual void | Hilight () |
Provides a framework to highlight any selectable <br> object found subsequently which can serve as an | |
| virtual void | Hilight (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) |
Returns the selection mode aMode defining the type <br> of shape highlighted in the presentation manager aPM. | |
| virtual void | HilightWithColor (const Handle< PrsMgr_PresentationManager3d > &aPM, const Quantity_NameOfColor aCol, const Standard_Integer aMode=0) |
| virtual void | Unhilight (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) |
Removes highlighting from the type of shape <br> identified the selection mode aMode in the presentation manager aPM. | |
| virtual void | Clear (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) |
Clears the presentation manager object aPM of all <br> shapes with the selection mode aMode. | |
| virtual void | SetLocation (const TopLoc_Location &aLoc) |
| virtual void | ResetLocation () |
| virtual void | SetZLayer (const Handle< PrsMgr_PresentationManager > &thePrsMgr, const Standard_Integer theLayerId) |
| Set Z layer ID and update all presentations. More... | |
Public Member Functions inherited from SelectMgr_EntityOwner | |
| SelectMgr_EntityOwner (const Standard_Integer aPriority=0) | |
| Initializes the selection priority aPriority. More... | |
| SelectMgr_EntityOwner (const Handle< SelectMgr_SelectableObject > &aSO, const Standard_Integer aPriority=0) | |
Constructs a framework with the selectable object <br> anSO being attributed the selection priority aPriority. | |
| Standard_Boolean | HasSelectable () const |
| Returns true if there is a selectable object to serve as an owner. More... | |
| Handle_SelectMgr_SelectableObject | Selectable () const |
| Returns a selectable object detected in the working context. More... | |
| void | Set (const Handle< SelectMgr_SelectableObject > &aSO) |
Sets the selectable object anSO to be used by the <br> second constructor above. | |
| virtual Standard_Boolean | HasLocation () const |
| virtual const TopLoc_Location & | Location () const |
| void | State (const Standard_Integer aStatus) |
| Standard_Integer | State () const |
| virtual Standard_Boolean | IsAutoHilight () const |
| if owner is not auto hilighted, for group contains many such owners will be called one method HilightSelected of SelectableObject More... | |
| virtual Standard_Boolean | IsForcedHilight () const |
| if this method returns TRUE the owner will allways call method Hilight for SelectableObject when the owner is detected. By default it always return FALSE. More... | |
Public Member Functions inherited from SelectBasics_EntityOwner | |
| void | Set (const Standard_Integer aPriority) |
| sets the selectable priority of the owner More... | |
| Standard_Integer | Priority () const |
Public Member Functions inherited from MMgt_TShared | |
| virtual void | Delete () const |
| Memory deallocator for transient classes. More... | |
Public Member Functions inherited from Standard_Transient | |
| Standard_Transient () | |
| Empty constructor. More... | |
| Standard_Transient (const Standard_Transient &) | |
| Copy constructor – does nothing. More... | |
| Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More... | |
| virtual | ~Standard_Transient () |
| Destructor must be virtual. More... | |
| virtual void | ShallowDump (Standard_OStream &) const |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Returns a type information object about this object. More... | |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &theType) const |
| Returns a true value if this is an instance of Type. More... | |
| Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More... | |
| Standard_Boolean | IsKind (const Handle_Standard_Type &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| virtual Handle_Standard_Transient | This () const |
| Returns a Handle which references this object. Must never be called to objects created in stack. More... | |
| Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More... | |
Protected Attributes | |
| Standard_Boolean | myFromDecomposition |
| TopoDS_Shape | myShape |
Protected Attributes inherited from SelectBasics_EntityOwner | |
| Standard_Integer | mypriority |
Additional Inherited Members | |
Protected Member Functions inherited from SelectBasics_EntityOwner | |
| SelectBasics_EntityOwner (const Standard_Integer aPriority=0) | |
Defines Specific Owners for Sensitive Primitives
(Sensitive Segments,Circles...).
Used in Dynamic Selection Mechanism.
A BRepOwner has an Owner (the shape it represents)
and Users (One or More Transient entities).
| StdSelect_BRepOwner::StdSelect_BRepOwner | ( | const Standard_Integer | aPriority | ) |
Constructs an owner specification framework defined <br>
by the priority aPriority.
| StdSelect_BRepOwner::StdSelect_BRepOwner | ( | const TopoDS_Shape & | aShape, |
| const Standard_Integer | aPriority = 0, |
||
| const Standard_Boolean | ComesFromDecomposition = Standard_False |
||
| ) |
Constructs an owner specification framework defined <br>
by the shape aShape and the priority aPriority.
aShape and aPriority are stored in this framework. If
more than one owner are detected during dynamic
selection, the one with the highest priority is the one stored.
| StdSelect_BRepOwner::StdSelect_BRepOwner | ( | const TopoDS_Shape & | aShape, |
| const Handle< SelectMgr_SelectableObject > & | theOrigin, | ||
| const Standard_Integer | aPriority = 0, |
||
| const Standard_Boolean | FromDecomposition = Standard_False |
||
| ) |
Constructs an owner specification framework defined <br>
by the shape aShape, the selectable object theOrigin
and the priority aPriority.
aShape, theOrigin and aPriority are stored in this
framework. If more than one owner are detected
during dynamic selection, the one with the highest
priority is the one stored.
|
virtual |
Clears the presentation manager object aPM of all <br>
shapes with the selection mode aMode.
Reimplemented from SelectMgr_EntityOwner.
| Standard_Boolean StdSelect_BRepOwner::ComesFromDecomposition | ( | ) | const |
| Standard_Boolean StdSelect_BRepOwner::HasHilightMode | ( | ) | const |
Returns true if this framework has a highlight mode defined for it.
| Standard_Boolean StdSelect_BRepOwner::HasShape | ( | ) | const |
returns False if no shape was set <br>
|
virtual |
Provides a framework to highlight any selectable <br>
object found subsequently which can serve as an
owner of a sensitive primitive.
Reimplemented from SelectMgr_EntityOwner.
|
virtual |
Returns the selection mode aMode defining the type <br>
of shape highlighted in the presentation manager aPM.
Reimplemented from SelectMgr_EntityOwner.
| Standard_Integer StdSelect_BRepOwner::HilightMode | ( | ) | const |
Returns the highlight mode for this framework. <br>
This defines the type of display used to highlight the
owner of the shape when it is detected by the selector.
The default type of display is wireframe, defined by the index 0.
|
virtual |
Reimplemented from SelectMgr_EntityOwner.
|
virtual |
Returns true if an object with the selection mode <br>
aMode is highlighted in the presentation manager aPM.
Reimplemented from SelectMgr_EntityOwner.
| void StdSelect_BRepOwner::ResetHilightMode | ( | ) |
Resets the higlight mode for this framework. <br>
This defines the type of display used to highlight the
owner of the shape when it is detected by the selector.
The default type of display is wireframe, defined by the index 0.
|
virtual |
Reimplemented from SelectMgr_EntityOwner.
| void StdSelect_BRepOwner::Set | ( | const TopoDS_Shape & | aShape, |
| const Standard_Boolean | FromDecomposition = Standard_False |
||
| ) |
<FromDecomposition> indicates whether <aShape>
comes from decomposition of a bigger shape.
| void StdSelect_BRepOwner::SetHilightMode | ( | const Standard_Integer | aMode | ) |
Sets the highlight mode for this framework. <br>
This defines the type of display used to highlight the
owner of the shape when it is detected by the selector.
The default type of display is wireframe, defined by the index 0.
|
virtual |
Reimplemented from SelectMgr_EntityOwner.
|
virtual |
Set Z layer ID and update all presentations.
Reimplemented from SelectMgr_EntityOwner.
| const TopoDS_Shape& StdSelect_BRepOwner::Shape | ( | ) | const |
|
virtual |
Removes highlighting from the type of shape <br>
identified the selection mode aMode in the presentation manager aPM.
Reimplemented from SelectMgr_EntityOwner.
|
protected |
|
protected |
1.8.5