Point Cloud Library (PCL)
1.7.1
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_3dm_settings.h>
Public Member Functions | |
ON_3dmConstructionPlaneGridDefaults () | |
~ON_3dmConstructionPlaneGridDefaults () | |
ON_3dmConstructionPlaneGridDefaults (const ON_3dmConstructionPlaneGridDefaults &) | |
ON_3dmConstructionPlaneGridDefaults & | operator= (const ON_3dmConstructionPlaneGridDefaults &) |
void | Default () |
bool | Write (ON_BinaryArchive &) const |
bool | Read (ON_BinaryArchive &) |
void | Dump (ON_TextLog &text_log) const |
Public Attributes | |
double | m_grid_spacing |
double | m_snap_spacing |
int | m_grid_line_count |
int | m_grid_thick_frequency |
ON_BOOL32 | m_bShowGrid |
ON_BOOL32 | m_bShowGridAxes |
ON_BOOL32 | m_bShowWorldAxes |
Definition at line 220 of file opennurbs_3dm_settings.h.
ON_3dmConstructionPlaneGridDefaults::ON_3dmConstructionPlaneGridDefaults | ( | ) |
ON_3dmConstructionPlaneGridDefaults::~ON_3dmConstructionPlaneGridDefaults | ( | ) |
ON_3dmConstructionPlaneGridDefaults::ON_3dmConstructionPlaneGridDefaults | ( | const ON_3dmConstructionPlaneGridDefaults & | ) |
void ON_3dmConstructionPlaneGridDefaults::Default | ( | ) |
void ON_3dmConstructionPlaneGridDefaults::Dump | ( | ON_TextLog & | text_log | ) | const |
ON_3dmConstructionPlaneGridDefaults& ON_3dmConstructionPlaneGridDefaults::operator= | ( | const ON_3dmConstructionPlaneGridDefaults & | ) |
bool ON_3dmConstructionPlaneGridDefaults::Read | ( | ON_BinaryArchive & | ) |
bool ON_3dmConstructionPlaneGridDefaults::Write | ( | ON_BinaryArchive & | ) | const |
ON_BOOL32 ON_3dmConstructionPlaneGridDefaults::m_bShowGrid |
Definition at line 245 of file opennurbs_3dm_settings.h.
ON_BOOL32 ON_3dmConstructionPlaneGridDefaults::m_bShowGridAxes |
Definition at line 246 of file opennurbs_3dm_settings.h.
ON_BOOL32 ON_3dmConstructionPlaneGridDefaults::m_bShowWorldAxes |
Definition at line 247 of file opennurbs_3dm_settings.h.
int ON_3dmConstructionPlaneGridDefaults::m_grid_line_count |
Definition at line 239 of file opennurbs_3dm_settings.h.
double ON_3dmConstructionPlaneGridDefaults::m_grid_spacing |
Definition at line 235 of file opennurbs_3dm_settings.h.
int ON_3dmConstructionPlaneGridDefaults::m_grid_thick_frequency |
Definition at line 240 of file opennurbs_3dm_settings.h.
double ON_3dmConstructionPlaneGridDefaults::m_snap_spacing |
Definition at line 236 of file opennurbs_3dm_settings.h.