Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_userdata.h>
Public Member Functions | |
ON_UserStringList () | |
~ON_UserStringList () | |
void | Dump (ON_TextLog &text_log) const |
unsigned int | SizeOf () const |
ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
ON_BOOL32 | Write (ON_BinaryArchive &binary_archive) const |
ON_BOOL32 | Read (ON_BinaryArchive &binary_archive) |
ON_BOOL32 | GetDescription (ON_wString &description) |
ON_BOOL32 | Archive () const |
bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
int | SetUserStrings (int count, const ON_UserString *us, bool bReplace) |
Public Attributes | |
ON_ClassArray< ON_UserString > | m_e |
Definition at line 264 of file opennurbs_userdata.h.
ON_BOOL32 ON_UserStringList::Archive | ( | ) | const [virtual] |
Reimplemented from ON_UserData.
ON__UINT32 ON_UserStringList::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_Object.
void ON_UserStringList::Dump | ( | ON_TextLog & | text_log | ) | const [virtual] |
Reimplemented from ON_UserData.
ON_BOOL32 ON_UserStringList::GetDescription | ( | ON_wString & | description | ) | [virtual] |
Reimplemented from ON_UserData.
bool ON_UserStringList::GetUserString | ( | const wchar_t * | key, |
ON_wString & | string_value | ||
) | const |
Reimplemented from ON_Object.
ON_BOOL32 ON_UserStringList::Read | ( | ON_BinaryArchive & | binary_archive | ) | [virtual] |
Reimplemented from ON_Object.
bool ON_UserStringList::SetUserString | ( | const wchar_t * | key, |
const wchar_t * | string_value | ||
) |
Reimplemented from ON_Object.
int ON_UserStringList::SetUserStrings | ( | int | count, |
const ON_UserString * | us, | ||
bool | bReplace | ||
) |
Reimplemented from ON_Object.
unsigned int ON_UserStringList::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_UserData.
ON_BOOL32 ON_UserStringList::Write | ( | ON_BinaryArchive & | binary_archive | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 328 of file opennurbs_userdata.h.