Integration of OCCT 6.5.0 from SVN
[occt.git] / src / StepData / StepData_Described.cxx
CommitLineData
7fd59977 1#include <StepData_Described.ixx>
2
3StepData_Described::StepData_Described (const Handle(StepData_EDescr)& descr)
4: thedescr (descr) { }
5
6Handle(StepData_EDescr) StepData_Described::Description () const
7{ return thedescr; }