blob: 3426aa1966faad1a5c810b8bcf0795dfa66bbbfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// File: HLRTest_OutLiner.lxx
// Created: Wed Apr 5 17:10:19 1995
// Author: Christophe MARION
// <cma@ecolox>
//=======================================================================
//function : OutLiner
//purpose :
//=======================================================================
inline Handle(HLRTopoBRep_OutLiner) HLRTest_OutLiner::OutLiner() const
{
return myOutLiner;
}
|