mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-24 13:50:49 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
11
src/Transfer/Transfer_BinderOfTransientInteger.cxx
Executable file
11
src/Transfer/Transfer_BinderOfTransientInteger.cxx
Executable file
@@ -0,0 +1,11 @@
|
||||
#include <Transfer_BinderOfTransientInteger.ixx>
|
||||
|
||||
Transfer_BinderOfTransientInteger::Transfer_BinderOfTransientInteger ()
|
||||
: theintval (0) { }
|
||||
|
||||
void Transfer_BinderOfTransientInteger::SetInteger
|
||||
(const Standard_Integer val)
|
||||
{ theintval = val; }
|
||||
|
||||
Standard_Integer Transfer_BinderOfTransientInteger::Integer () const
|
||||
{ return theintval; }
|
Reference in New Issue
Block a user