Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_object.h>
Public Member Functions | |
ON_UserString () | |
~ON_UserString () | |
void | Dump (ON_TextLog &text_log) const |
bool | Write (ON_BinaryArchive &) const |
bool | Read (ON_BinaryArchive &) |
Public Attributes | |
ON_wString | m_key |
ON_wString | m_string_value |
Definition at line 336 of file opennurbs_object.h.
ON_UserString::ON_UserString | ( | ) |
ON_UserString::~ON_UserString | ( | ) |
void ON_UserString::Dump | ( | ON_TextLog & | text_log | ) | const |
bool ON_UserString::Read | ( | ON_BinaryArchive & | ) |
bool ON_UserString::Write | ( | ON_BinaryArchive & | ) | const |
ON_wString ON_UserString::m_key |
Definition at line 341 of file opennurbs_object.h.
ON_wString ON_UserString::m_string_value |
Definition at line 342 of file opennurbs_object.h.