#include <opennurbs_string.h>
Public Member Functions | |
void | Default () |
void | Dump (class ON_TextLog &) const |
bool | IsValid () const |
ON_UnitSystem () | |
ON_UnitSystem (ON::unit_system) | |
bool | operator!= (const ON_UnitSystem &) |
ON_UnitSystem & | operator= (ON::unit_system) |
bool | operator== (const ON_UnitSystem &) |
bool | Read (class ON_BinaryArchive &) |
bool | Write (class ON_BinaryArchive &) const |
~ON_UnitSystem () | |
Public Attributes | |
ON_wString | m_custom_unit_name |
double | m_custom_unit_scale |
ON::unit_system | m_unit_system |
Definition at line 1068 of file opennurbs_string.h.
Definition at line 32 of file opennurbs_3dm_settings.cpp.
Definition at line 87 of file opennurbs_3dm_settings.cpp.
ON_UnitSystem::ON_UnitSystem | ( | ON::unit_system | us | ) |
Definition at line 38 of file opennurbs_3dm_settings.cpp.
void ON_UnitSystem::Default | ( | ) |
Definition at line 91 of file opennurbs_3dm_settings.cpp.
void ON_UnitSystem::Dump | ( | class ON_TextLog & | dump | ) | const |
Definition at line 177 of file opennurbs_3dm_settings.cpp.
bool ON_UnitSystem::IsValid | ( | ) | const |
Definition at line 98 of file opennurbs_3dm_settings.cpp.
bool ON_UnitSystem::operator!= | ( | const ON_UnitSystem & | other | ) |
Definition at line 71 of file opennurbs_3dm_settings.cpp.
ON_UnitSystem & ON_UnitSystem::operator= | ( | ON::unit_system | us | ) |
Definition at line 44 of file opennurbs_3dm_settings.cpp.
bool ON_UnitSystem::operator== | ( | const ON_UnitSystem & | other | ) |
Definition at line 55 of file opennurbs_3dm_settings.cpp.
bool ON_UnitSystem::Read | ( | class ON_BinaryArchive & | file | ) |
Definition at line 118 of file opennurbs_3dm_settings.cpp.
bool ON_UnitSystem::Write | ( | class ON_BinaryArchive & | file | ) | const |
Definition at line 145 of file opennurbs_3dm_settings.cpp.
Definition at line 1092 of file opennurbs_string.h.
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.