|
Point Cloud Library (PCL) 1.15.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_3dm_settings.h>
Public Member Functions | |
| ON_3dmViewPosition () | |
| ~ON_3dmViewPosition () | |
| ON_3dmViewPosition (const ON_3dmViewPosition &) | |
| ON_3dmViewPosition & | operator= (const ON_3dmViewPosition &) |
| void | Default () |
| bool | Write (ON_BinaryArchive &) const |
| bool | Read (ON_BinaryArchive &) |
Public Attributes | |
| double | m_wnd_left |
| double | m_wnd_right |
| double | m_wnd_top |
| double | m_wnd_bottom |
| ON_BOOL32 | m_bMaximized |
| unsigned char | m_floating_viewport |
Definition at line 304 of file opennurbs_3dm_settings.h.
| ON_3dmViewPosition::ON_3dmViewPosition | ( | ) |
Referenced by ON_3dmViewPosition(), and operator=().
| ON_3dmViewPosition::~ON_3dmViewPosition | ( | ) |
| ON_3dmViewPosition::ON_3dmViewPosition | ( | const ON_3dmViewPosition & | ) |
References ON_3dmViewPosition().
| void ON_3dmViewPosition::Default | ( | ) |
| ON_3dmViewPosition & ON_3dmViewPosition::operator= | ( | const ON_3dmViewPosition & | ) |
References ON_3dmViewPosition().
| bool ON_3dmViewPosition::Read | ( | ON_BinaryArchive & | ) |
| bool ON_3dmViewPosition::Write | ( | ON_BinaryArchive & | ) | const |
| ON_BOOL32 ON_3dmViewPosition::m_bMaximized |
Definition at line 325 of file opennurbs_3dm_settings.h.
| unsigned char ON_3dmViewPosition::m_floating_viewport |
Definition at line 331 of file opennurbs_3dm_settings.h.
| double ON_3dmViewPosition::m_wnd_bottom |
Definition at line 324 of file opennurbs_3dm_settings.h.
| double ON_3dmViewPosition::m_wnd_left |
Definition at line 321 of file opennurbs_3dm_settings.h.
| double ON_3dmViewPosition::m_wnd_right |
Definition at line 322 of file opennurbs_3dm_settings.h.
| double ON_3dmViewPosition::m_wnd_top |
Definition at line 323 of file opennurbs_3dm_settings.h.