summaryrefslogtreecommitdiff
path: root/inc/DBRep_HideData.lxx
blob: 65439c2e5426447d517a67307119ce86348476fc (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
// File:	DBRep_HideData.lxx
// Created:	Fri Sep 22 16:21:12 1995
// Author:	Remi LEQUETTE
//		<rle@mentox>

//=======================================================================
//function : ViewId
//purpose  : 
//=======================================================================

inline Standard_Integer DBRep_HideData::ViewId() const
{
  return myView;
}

//=======================================================================
//function : Angle
//purpose  : 
//=======================================================================

inline Standard_Real DBRep_HideData::Angle() const
{
  return myAngle;
}