|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_3dm_settings.h>
Collaboration diagram for ON_EarthAnchorPoint:Public Member Functions | |
| ON_EarthAnchorPoint () | |
| ~ON_EarthAnchorPoint () | |
| void | Default () |
| bool | Read (ON_BinaryArchive &) |
| bool | Write (ON_BinaryArchive &) const |
| bool | GetModelCompass (ON_Plane &model_compass) const |
| bool | GetModelToEarthXform (const ON_UnitSystem &model_unit_system, ON_Xform &model_to_earth) const |
Static Public Member Functions | |
| static int | Compare (const ON_EarthAnchorPoint *, const ON_EarthAnchorPoint *) |
| static int | CompareEarthLocation (const ON_EarthAnchorPoint *, const ON_EarthAnchorPoint *) |
| static int | CompareModelDirection (const ON_EarthAnchorPoint *, const ON_EarthAnchorPoint *) |
| static int | CompareIdentification (const ON_EarthAnchorPoint *, const ON_EarthAnchorPoint *) |
Definition at line 647 of file opennurbs_3dm_settings.h.
| ON_EarthAnchorPoint::ON_EarthAnchorPoint | ( | ) |
| ON_EarthAnchorPoint::~ON_EarthAnchorPoint | ( | ) |
|
static |
|
static |
|
static |
|
static |
| void ON_EarthAnchorPoint::Default | ( | ) |
| bool ON_EarthAnchorPoint::GetModelCompass | ( | ON_Plane & | model_compass | ) | const |
| bool ON_EarthAnchorPoint::GetModelToEarthXform | ( | const ON_UnitSystem & | model_unit_system, |
| ON_Xform & | model_to_earth | ||
| ) | const |
| bool ON_EarthAnchorPoint::Read | ( | ON_BinaryArchive & | ) |
| bool ON_EarthAnchorPoint::Write | ( | ON_BinaryArchive & | ) | const |
| ON_wString ON_EarthAnchorPoint::m_description |
Definition at line 702 of file opennurbs_3dm_settings.h.
| double ON_EarthAnchorPoint::m_earth_basepoint_elevation |
Definition at line 687 of file opennurbs_3dm_settings.h.
| int ON_EarthAnchorPoint::m_earth_basepoint_elevation_zero |
Definition at line 688 of file opennurbs_3dm_settings.h.
| double ON_EarthAnchorPoint::m_earth_basepoint_latitude |
Definition at line 685 of file opennurbs_3dm_settings.h.
| double ON_EarthAnchorPoint::m_earth_basepoint_longitude |
Definition at line 686 of file opennurbs_3dm_settings.h.
| ON_UUID ON_EarthAnchorPoint::m_id |
Definition at line 700 of file opennurbs_3dm_settings.h.
| ON_3dPoint ON_EarthAnchorPoint::m_model_basepoint |
Definition at line 693 of file opennurbs_3dm_settings.h.
| ON_3dVector ON_EarthAnchorPoint::m_model_east |
Definition at line 697 of file opennurbs_3dm_settings.h.
| ON_3dVector ON_EarthAnchorPoint::m_model_north |
Definition at line 696 of file opennurbs_3dm_settings.h.
| ON_wString ON_EarthAnchorPoint::m_name |
Definition at line 701 of file opennurbs_3dm_settings.h.
| ON_wString ON_EarthAnchorPoint::m_url |
Definition at line 703 of file opennurbs_3dm_settings.h.
| ON_wString ON_EarthAnchorPoint::m_url_tag |
Definition at line 704 of file opennurbs_3dm_settings.h.