summaryrefslogtreecommitdiff
path: root/src/StepData/StepData_Described.cxx
blob: 46a9a1b82c27f2e0356deef54dc7e2eb1ebe73f1 (plain)
1
2
3
4
5
6
7
#include <StepData_Described.ixx>

StepData_Described::StepData_Described  (const Handle(StepData_EDescr)& descr)
: thedescr (descr)    {  }

Handle(StepData_EDescr)  StepData_Described::Description () const
{  return thedescr;  }