summaryrefslogtreecommitdiff
path: root/src/StepShape/StepShape_TypeQualifier.cxx
blob: 49abc658807a7ee8de41de625f783e29ff22b6fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <StepShape_TypeQualifier.ixx>

StepShape_TypeQualifier::StepShape_TypeQualifier  ()    {  }

void  StepShape_TypeQualifier::Init
  (const Handle(TCollection_HAsciiString)& name)
{  theName = name;  }

Handle(TCollection_HAsciiString)  StepShape_TypeQualifier::Name () const
{  return theName; }

void  StepShape_TypeQualifier::SetName
  (const Handle(TCollection_HAsciiString)& name)
{  theName = name;  }