| Point Cloud Library (PCL)
    1.15.1-dev
    | 
#include <pcl/surface/3rdparty/opennurbs/opennurbs_3dm_properties.h>
 Collaboration diagram for ON_3dmApplication:
 Collaboration diagram for ON_3dmApplication:| Public Member Functions | |
| ON_3dmApplication () | |
| ON_3dmApplication (const ON_3dmApplication &) | |
| ~ON_3dmApplication () | |
| ON_3dmApplication & | operator= (const ON_3dmApplication &) | 
| void | Default () | 
| ON_BOOL32 | IsValid () const | 
| ON_BOOL32 | Read (ON_BinaryArchive &) | 
| ON_BOOL32 | Write (ON_BinaryArchive &) const | 
| void | Dump (ON_TextLog &) const | 
| Public Attributes | |
| ON_wString | m_application_name | 
| ON_wString | m_application_URL | 
| ON_wString | m_application_details | 
Definition at line 95 of file opennurbs_3dm_properties.h.
| ON_3dmApplication::ON_3dmApplication | ( | ) | 
| ON_3dmApplication::ON_3dmApplication | ( | const ON_3dmApplication & | ) | 
| ON_3dmApplication::~ON_3dmApplication | ( | ) | 
| void ON_3dmApplication::Default | ( | ) | 
| void ON_3dmApplication::Dump | ( | ON_TextLog & | ) | const | 
| ON_BOOL32 ON_3dmApplication::IsValid | ( | ) | const | 
| ON_3dmApplication& ON_3dmApplication::operator= | ( | const ON_3dmApplication & | ) | 
| ON_BOOL32 ON_3dmApplication::Read | ( | ON_BinaryArchive & | ) | 
| ON_BOOL32 ON_3dmApplication::Write | ( | ON_BinaryArchive & | ) | const | 
| ON_wString ON_3dmApplication::m_application_details | 
Definition at line 114 of file opennurbs_3dm_properties.h.
| ON_wString ON_3dmApplication::m_application_name | 
Definition at line 112 of file opennurbs_3dm_properties.h.
| ON_wString ON_3dmApplication::m_application_URL | 
Definition at line 113 of file opennurbs_3dm_properties.h.