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