Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_3dm_settings.h>
Public Member Functions | |
ON_3dmView () | |
~ON_3dmView () | |
void | Default () |
bool | Write (ON_BinaryArchive &) const |
bool | Read (ON_BinaryArchive &) |
void | Dump (ON_TextLog &text_log) const |
bool | IsValid (ON_TextLog *text_log=0) const |
ON_3dPoint | TargetPoint () const |
bool | SetTargetPoint (ON_3dPoint target_point) |
Public Attributes | |
ON_Viewport | m_vp |
ON_SimpleArray< ON_ClippingPlaneInfo > | m_clipping_planes |
bool | m_bLockedProjection |
ON_3dPoint | m_target |
ON_wString | m_name |
ON_UUID | m_display_mode_id |
ON::display_mode | m_display_mode |
ON_3dmViewPosition | m_position |
ON::view_type | m_view_type |
ON_3dmPageSettings | m_page_settings |
ON_3dmConstructionPlane | m_cplane |
bool | m_bShowConstructionGrid |
bool | m_bShowConstructionAxes |
bool | m_bShowWorldAxes |
ON_3dmViewTraceImage | m_trace_image |
ON_3dmWallpaperImage | m_wallpaper_image |
Definition at line 424 of file opennurbs_3dm_settings.h.
ON_3dmView::ON_3dmView | ( | ) |
ON_3dmView::~ON_3dmView | ( | ) |
void ON_3dmView::Default | ( | ) |
void ON_3dmView::Dump | ( | ON_TextLog & | text_log | ) | const |
bool ON_3dmView::IsValid | ( | ON_TextLog * | text_log = 0 | ) | const |
bool ON_3dmView::Read | ( | ON_BinaryArchive & | ) |
bool ON_3dmView::SetTargetPoint | ( | ON_3dPoint | target_point | ) |
ON_3dPoint ON_3dmView::TargetPoint | ( | ) | const |
bool ON_3dmView::Write | ( | ON_BinaryArchive & | ) | const |
bool ON_3dmView::m_bLockedProjection |
Definition at line 455 of file opennurbs_3dm_settings.h.
bool ON_3dmView::m_bShowConstructionAxes |
Definition at line 528 of file opennurbs_3dm_settings.h.
bool ON_3dmView::m_bShowConstructionGrid |
Definition at line 527 of file opennurbs_3dm_settings.h.
bool ON_3dmView::m_bShowWorldAxes |
Definition at line 531 of file opennurbs_3dm_settings.h.
ON_SimpleArray<ON_ClippingPlaneInfo> ON_3dmView::m_clipping_planes |
Definition at line 450 of file opennurbs_3dm_settings.h.
ON_3dmConstructionPlane ON_3dmView::m_cplane |
Definition at line 526 of file opennurbs_3dm_settings.h.
ON::display_mode ON_3dmView::m_display_mode |
Definition at line 512 of file opennurbs_3dm_settings.h.
ON_UUID ON_3dmView::m_display_mode_id |
Definition at line 511 of file opennurbs_3dm_settings.h.
ON_wString ON_3dmView::m_name |
Definition at line 505 of file opennurbs_3dm_settings.h.
ON_3dmPageSettings ON_3dmView::m_page_settings |
Definition at line 523 of file opennurbs_3dm_settings.h.
ON_3dmViewPosition ON_3dmView::m_position |
Definition at line 516 of file opennurbs_3dm_settings.h.
ON_3dPoint ON_3dmView::m_target |
Definition at line 496 of file opennurbs_3dm_settings.h.
ON_3dmViewTraceImage ON_3dmView::m_trace_image |
Definition at line 534 of file opennurbs_3dm_settings.h.
ON::view_type ON_3dmView::m_view_type |
Definition at line 518 of file opennurbs_3dm_settings.h.
ON_Viewport ON_3dmView::m_vp |
Definition at line 445 of file opennurbs_3dm_settings.h.
ON_3dmWallpaperImage ON_3dmView::m_wallpaper_image |
Definition at line 537 of file opennurbs_3dm_settings.h.