mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
13
src/PDataStd/PDataStd_Name.cxx
Executable file
13
src/PDataStd/PDataStd_Name.cxx
Executable file
@@ -0,0 +1,13 @@
|
||||
#include <PDataStd_Name.ixx>
|
||||
|
||||
PDataStd_Name::PDataStd_Name() {}
|
||||
|
||||
PDataStd_Name::PDataStd_Name(const Handle(PCollection_HExtendedString)& V)
|
||||
: myValue (V) {}
|
||||
|
||||
Handle(PCollection_HExtendedString) PDataStd_Name::Get() const
|
||||
{ return myValue; }
|
||||
|
||||
void PDataStd_Name::Set(const Handle(PCollection_HExtendedString)& V)
|
||||
{ myValue = V; }
|
||||
|
Reference in New Issue
Block a user