summaryrefslogtreecommitdiff
path: root/src/SelectBasics/SelectBasics_SensitiveEntity.cxx
blob: 6c3b7fac2d34bc1ccdf5d4809574e595beb817c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//--- File:	SelectBasics_SensitiveEntity.cxx
//-- Created:	Mon Jan 23 11:05:19 1995
//-- Author:	Mister rmi
//--		<rmi@photon>
//---Copyright:	 Matra Datavision 1995


#include <SelectBasics_SensitiveEntity.ixx>



//==================================
//function : Initialize
//purpose  : 
//==================================
SelectBasics_SensitiveEntity
::SelectBasics_SensitiveEntity(const Handle(SelectBasics_EntityOwner)& OwnerId,
			       const Standard_ShortReal aFactor):
myOwnerId(OwnerId),
mySFactor(aFactor)
{}


void SelectBasics_SensitiveEntity
::Set (const Handle(SelectBasics_EntityOwner)& TheOwnerId) { myOwnerId = TheOwnerId;}

const Handle(SelectBasics_EntityOwner)&  SelectBasics_SensitiveEntity
::OwnerId() const {return myOwnerId;}

Standard_Real SelectBasics_SensitiveEntity::Depth() const
{return 0.0;}