core
vcsl
vcsl_radian.cxx
Go to the documentation of this file.
1
// This is core/vcsl/vcsl_radian.cxx
2
#include "
vcsl_radian.h
"
3
4
//---------------------------------------------------------------------------
5
// Return the reference to the unique vcsl_radian object
6
//---------------------------------------------------------------------------
7
vcsl_radian_sptr
vcsl_radian::instance
()
8
{
9
static
vcsl_radian_sptr
instance_=
new
vcsl_radian
;
10
return
instance_;
11
}
vcsl_radian.h
Standard unit associated to the angle dimension.
vbl_smart_ptr
vcsl_radian::instance
static vcsl_radian_sptr instance()
Return the reference to the unique vcsl_radian object.
Definition:
vcsl_radian.cxx:7
vcsl_radian::vcsl_radian
vcsl_radian()=default
Generated by
1.8.15