Integration of OCCT 6.5.0 from SVN
[occt.git] / src / AIS / AIS_PlaneTrihedron.lxx
1 // File:        AIS_PlaneTrihedron.lxx
2 // Created:     Thu Mar  6 14:27:22 1997
3 // Author:      Robert COUBLANC
4 //              <rob@robox.paris1.matra-dtv.fr>
5
6 #define OCC218
7
8 inline AIS_KindOfInteractive AIS_PlaneTrihedron::Type() const 
9 {return AIS_KOI_Datum;}
10
11
12 inline Standard_Integer AIS_PlaneTrihedron::Signature() const 
13 {return 4;}
14
15
16 inline void AIS_PlaneTrihedron::SetXLabel(const TCollection_AsciiString& aLabel)
17 {
18 #ifdef OCC218
19   myXLabel = aLabel;
20 #endif
21 }
22
23
24 inline void AIS_PlaneTrihedron::SetYLabel(const TCollection_AsciiString& aLabel)
25 {
26 #ifdef OCC218
27   myYLabel = aLabel;
28 #endif
29 }