Files
OCCT/src/StepData/StepData_Described.cxx
T
2012-03-05 19:23:40 +04:00

8 lines
231 B
C++
Executable File

#include <StepData_Described.ixx>
StepData_Described::StepData_Described (const Handle(StepData_EDescr)& descr)
: thedescr (descr) { }
Handle(StepData_EDescr) StepData_Described::Description () const
{ return thedescr; }