| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include <pcl/surface/3rdparty/opennurbs/opennurbs_string.h>
 Collaboration diagram for ON_UnitSystem:
 Collaboration diagram for ON_UnitSystem:| Public Member Functions | |
| ON_UnitSystem () | |
| ~ON_UnitSystem () | |
| ON_UnitSystem (ON::unit_system) | |
| ON_UnitSystem & | operator= (ON::unit_system) | 
| bool | operator== (const ON_UnitSystem &) | 
| bool | operator!= (const ON_UnitSystem &) | 
| bool | IsValid () const | 
| void | Default () | 
| bool | Read (class ON_BinaryArchive &) | 
| bool | Write (class ON_BinaryArchive &) const | 
| void | Dump (class ON_TextLog &) const | 
| Public Attributes | |
| ON::unit_system | m_unit_system | 
| double | m_custom_unit_scale | 
| ON_wString | m_custom_unit_name | 
Definition at line 1068 of file opennurbs_string.h.
| ON_UnitSystem::ON_UnitSystem | ( | ) | 
| ON_UnitSystem::~ON_UnitSystem | ( | ) | 
| ON_UnitSystem::ON_UnitSystem | ( | ON::unit_system | ) | 
| void ON_UnitSystem::Default | ( | ) | 
| void ON_UnitSystem::Dump | ( | class ON_TextLog & | ) | const | 
| bool ON_UnitSystem::IsValid | ( | ) | const | 
| bool ON_UnitSystem::operator!= | ( | const ON_UnitSystem & | ) | 
| ON_UnitSystem& ON_UnitSystem::operator= | ( | ON::unit_system | ) | 
| bool ON_UnitSystem::operator== | ( | const ON_UnitSystem & | ) | 
| bool ON_UnitSystem::Read | ( | class ON_BinaryArchive & | ) | 
| bool ON_UnitSystem::Write | ( | class ON_BinaryArchive & | ) | const | 
| ON_wString ON_UnitSystem::m_custom_unit_name | 
Definition at line 1092 of file opennurbs_string.h.
| double ON_UnitSystem::m_custom_unit_scale | 
Definition at line 1091 of file opennurbs_string.h.
| ON::unit_system ON_UnitSystem::m_unit_system | 
Definition at line 1088 of file opennurbs_string.h.