Integration of OCCT 6.5.0 from SVN
[occt.git] / src / IGESBasic / IGESBasic_ExternalRefFile.cxx
CommitLineData
7fd59977 1//--------------------------------------------------------------------
2//
3// File Name : IGESBasic_ExternalRefFile.cxx
4// Date :
5// Author : CKY / Contract Toubro-Larsen
6// Copyright : MATRA-DATAVISION 1993
7//
8//--------------------------------------------------------------------
9
10#include <IGESBasic_ExternalRefFile.ixx>
11
12
13 IGESBasic_ExternalRefFile::IGESBasic_ExternalRefFile () { }
14
15
16 void IGESBasic_ExternalRefFile::Init
17 (const Handle(TCollection_HAsciiString)& aFileIdent)
18{
19 theExtRefFileIdentifier = aFileIdent;
20 InitTypeAndForm(416,1);
21}
22
23 Handle(TCollection_HAsciiString) IGESBasic_ExternalRefFile::FileId () const
24{
25 return theExtRefFileIdentifier;
26}