|
Point Cloud Library (PCL)
1.15.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_bitmap.h>
Inheritance diagram for ON_EmbeddedBitmap:
Collaboration diagram for ON_EmbeddedBitmap:Public Member Functions | |
| ON_EmbeddedBitmap () | |
| ~ON_EmbeddedBitmap () | |
| void | EmergencyDestroy () |
| void | Destroy () |
| void | Create (int sizeof_buffer) |
| ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| int | Width () const |
| int | Height () const |
| int | BitsPerPixel () const |
| int | SizeofScan () const |
| int | SizeofImage () const |
| unsigned char * | Bits (int) |
| const unsigned char * | Bits (int) const |
Public Member Functions inherited from ON_Bitmap | |
| ON_Bitmap () | |
| ~ON_Bitmap () | |
| ON_UUID | ModelObjectId () const |
| void | Dump (ON_TextLog &) const |
| void | EmergencyDestroy () |
| void | Destroy () |
| void | Defaults () |
Public Member Functions inherited from ON_Object | |
| bool | CopyFrom (const ON_Object *src) |
| ON_Object () | |
| ON_Object (const ON_Object &) | |
| ON_Object & | operator= (const ON_Object &) |
| virtual | ~ON_Object () |
| void | EmergencyDestroy () |
| virtual void | MemoryRelocate () |
| ON_BOOL32 | IsKindOf (const ON_ClassId *pClassId) const |
| virtual unsigned int | SizeOf () const |
| virtual ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| virtual ON::object_type | ObjectType () const |
| bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
| int | SetUserStrings (int count, const ON_UserString *user_strings, bool bReplace) |
| bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
| int | GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const |
| int | GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const |
| int | UserStringCount () const |
| ON_BOOL32 | AttachUserData (ON_UserData *pUserData) |
| ON_BOOL32 | DetachUserData (ON_UserData *pUserData) |
| ON_UserData * | GetUserData (const ON_UUID &userdata_uuid) const |
| void | PurgeUserData () |
| ON_UserData * | FirstUserData () const |
| void | TransformUserData (const ON_Xform &xform) |
| void | CopyUserData (const ON_Object &source_object) |
| void | MoveUserData (ON_Object &source_object) |
| virtual void | DestroyRuntimeCache (bool bDelete=true) |
Public Attributes | |
| void * | m_buffer |
| std::size_t | m_sizeof_buffer |
| int | m_free_buffer |
| ON__UINT32 | m_biffer_crc32 |
Public Attributes inherited from ON_Bitmap | |
| ON_UUID | m_bitmap_id |
| int | m_bitmap_index |
| ON_wString | m_bitmap_name |
| ON_wString | m_bitmap_filename |
Definition at line 570 of file opennurbs_bitmap.h.
| ON_EmbeddedBitmap::ON_EmbeddedBitmap | ( | ) |
| ON_EmbeddedBitmap::~ON_EmbeddedBitmap | ( | ) |
|
virtual |
Implements ON_Bitmap.
|
virtual |
Implements ON_Bitmap.
|
virtual |
Implements ON_Bitmap.
| void ON_EmbeddedBitmap::Create | ( | int | sizeof_buffer | ) |
| void ON_EmbeddedBitmap::Destroy | ( | ) |
| void ON_EmbeddedBitmap::EmergencyDestroy | ( | ) |
|
virtual |
Implements ON_Bitmap.
|
virtual |
Implements ON_Object.
|
virtual |
Reimplemented from ON_Object.
|
virtual |
Implements ON_Bitmap.
|
virtual |
Implements ON_Bitmap.
|
virtual |
Implements ON_Bitmap.
|
virtual |
Reimplemented from ON_Object.
| ON__UINT32 ON_EmbeddedBitmap::m_biffer_crc32 |
Definition at line 596 of file opennurbs_bitmap.h.
| void* ON_EmbeddedBitmap::m_buffer |
Definition at line 593 of file opennurbs_bitmap.h.
| int ON_EmbeddedBitmap::m_free_buffer |
Definition at line 595 of file opennurbs_bitmap.h.
| std::size_t ON_EmbeddedBitmap::m_sizeof_buffer |
Definition at line 594 of file opennurbs_bitmap.h.