mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
22
src/StepBasic/StepBasic_SecurityClassificationLevel.cxx
Executable file
22
src/StepBasic/StepBasic_SecurityClassificationLevel.cxx
Executable file
@@ -0,0 +1,22 @@
|
||||
#include <StepBasic_SecurityClassificationLevel.ixx>
|
||||
|
||||
|
||||
StepBasic_SecurityClassificationLevel::StepBasic_SecurityClassificationLevel () {}
|
||||
|
||||
void StepBasic_SecurityClassificationLevel::Init(
|
||||
const Handle(TCollection_HAsciiString)& aName)
|
||||
{
|
||||
// --- classe own fields ---
|
||||
name = aName;
|
||||
}
|
||||
|
||||
|
||||
void StepBasic_SecurityClassificationLevel::SetName(const Handle(TCollection_HAsciiString)& aName)
|
||||
{
|
||||
name = aName;
|
||||
}
|
||||
|
||||
Handle(TCollection_HAsciiString) StepBasic_SecurityClassificationLevel::Name() const
|
||||
{
|
||||
return name;
|
||||
}
|
||||
Reference in New Issue
Block a user