#include <MeshVS_SensitiveSegment.hxx>
Inheritance diagram for MeshVS_SensitiveSegment:
Public Member Functions | |
Standard_EXPORT | MeshVS_SensitiveSegment (const Handle(SelectBasics_EntityOwner)&theOwner, const gp_Pnt &theFirstP, const gp_Pnt &theLastP, const Standard_Integer theMaxRect=1) |
virtual Standard_EXPORT void | Project (const Select3D_Projector &aProjector) |
projection of the sensitive primitive in order to get 2D boxes for the Sort Algorithm | |
virtual Standard_EXPORT Standard_Boolean | Matches (const Standard_Real XMin, const Standard_Real YMin, const Standard_Real XMax, const Standard_Real YMax, const Standard_Real aTol) |
Matches the box defined by the coordinates Xmin, Ymin, Xmax, Ymax with the entity found at that point within the tolerance aTol. Xmin, YMin define the minimum point in the lower left hand corner of the box, and XMax, YMax define the maximum point in the upper right hand corner of the box. You must redefine this function for every inheriting entity. You will have to call this framework inside the redefined function. . | |
virtual Standard_EXPORT Standard_Boolean | Matches (const TColgp_Array1OfPnt2d &Polyline, const Bnd_Box2d &aBox, const Standard_Real aTol) |
prevents from hiding virtual methods... | |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Attributes | |
gp_Pnt | myCentre |
gp_Pnt2d | myProjCentre |
|
|
|
Reimplemented from Select3D_SensitiveSegment. |
|
Reimplemented from Select3D_SensitiveSegment. |
|
Reimplemented from Select3D_SensitiveSegment. |
|
Reimplemented from Select3D_SensitiveSegment. |
|
|
|
|