summaryrefslogtreecommitdiff
path: root/inc/AIS_PlaneTrihedron.lxx
blob: 4fbd43940d312eb39d86f3f63a59eb8f9f56079f (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
// File:	AIS_PlaneTrihedron.lxx
// Created:	Thu Mar  6 14:27:22 1997
// Author:	Robert COUBLANC
//		<rob@robox.paris1.matra-dtv.fr>

#define OCC218

inline AIS_KindOfInteractive AIS_PlaneTrihedron::Type() const 
{return AIS_KOI_Datum;}


inline Standard_Integer AIS_PlaneTrihedron::Signature() const 
{return 4;}


inline void AIS_PlaneTrihedron::SetXLabel(const TCollection_AsciiString& aLabel)
{
#ifdef OCC218
  myXLabel = aLabel;
#endif
}


inline void AIS_PlaneTrihedron::SetYLabel(const TCollection_AsciiString& aLabel)
{
#ifdef OCC218
  myYLabel = aLabel;
#endif
}