Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_bitmap.h>
Public Member Functions | |
ON_Bitmap () | |
~ON_Bitmap () | |
ON_UUID | ModelObjectId () const |
void | Dump (ON_TextLog &) const |
void | EmergencyDestroy () |
void | Destroy () |
void | Defaults () |
virtual int | Width () const =0 |
virtual int | Height () const =0 |
virtual int | BitsPerPixel () const =0 |
virtual int | SizeofScan () const =0 |
virtual int | SizeofImage () const =0 |
virtual unsigned char * | Bits (int)=0 |
virtual const unsigned char * | Bits (int) const =0 |
Public Attributes | |
ON_UUID | m_bitmap_id |
int | m_bitmap_index |
ON_wString | m_bitmap_name |
ON_wString | m_bitmap_filename |
Definition at line 28 of file opennurbs_bitmap.h.
virtual unsigned char* ON_Bitmap::Bits | ( | int | ) | [pure virtual] |
Implemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
virtual const unsigned char* ON_Bitmap::Bits | ( | int | ) | const [pure virtual] |
Implemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
virtual int ON_Bitmap::BitsPerPixel | ( | ) | const [pure virtual] |
Implemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
void ON_Bitmap::Defaults | ( | ) |
void ON_Bitmap::Destroy | ( | ) |
Reimplemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
void ON_Bitmap::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Object.
void ON_Bitmap::EmergencyDestroy | ( | ) |
Reimplemented from ON_Object.
Reimplemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
virtual int ON_Bitmap::Height | ( | ) | const [pure virtual] |
Implemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
ON_UUID ON_Bitmap::ModelObjectId | ( | ) | const [virtual] |
Reimplemented from ON_Object.
virtual int ON_Bitmap::SizeofImage | ( | ) | const [pure virtual] |
Implemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
virtual int ON_Bitmap::SizeofScan | ( | ) | const [pure virtual] |
Implemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
virtual int ON_Bitmap::Width | ( | ) | const [pure virtual] |
Implemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
Definition at line 75 of file opennurbs_bitmap.h.
Definition at line 72 of file opennurbs_bitmap.h.
Definition at line 73 of file opennurbs_bitmap.h.
Definition at line 74 of file opennurbs_bitmap.h.