Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_bitmap.h>
Public Member Functions | |
ON_WindowsBitmapEx () | |
~ON_WindowsBitmapEx () | |
ON_BOOL32 | Write (ON_BinaryArchive &) const |
ON_BOOL32 | Read (ON_BinaryArchive &) |
Public Member Functions inherited from ON_WindowsBitmap | |
ON_WindowsBitmap () | |
ON_WindowsBitmap (const ON_WindowsBitmap &) | |
~ON_WindowsBitmap () | |
ON_WindowsBitmap & | operator= (const ON_WindowsBitmap &) |
void | EmergencyDestroy () |
void | Destroy () |
bool | Create (int, int, int) |
ON_BOOL32 | IsValid (ON_TextLog *text_log=NULL) const |
bool | WriteCompressed (ON_BinaryArchive &) const |
bool | ReadCompressed (ON_BinaryArchive &) |
bool | WriteUncompressed (ON_BinaryArchive &) const |
bool | ReadUncompressed (ON_BinaryArchive &) |
int | Width () const |
int | Height () const |
int | PaletteColorCount () const |
int | SizeofPalette () const |
int | BitsPerPixel () const |
int | SizeofScan () const |
int | SizeofImage () const |
unsigned char * | Bits (int) |
const unsigned char * | Bits (int) const |
ON_Color | Pixel (int, int) const |
ON_Color | Pixel (int, const unsigned char *) const |
bool | IsContiguous () 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) |
Additional Inherited Members | |
Public Attributes inherited from ON_WindowsBitmap | |
struct ON_WindowsBITMAPINFO * | m_bmi |
unsigned char * | m_bits |
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 560 of file opennurbs_bitmap.h.
ON_WindowsBitmapEx::ON_WindowsBitmapEx | ( | ) |
ON_WindowsBitmapEx::~ON_WindowsBitmapEx | ( | ) |
|
virtual |
Reimplemented from ON_WindowsBitmap.
|
virtual |
Reimplemented from ON_WindowsBitmap.