#include <opennurbs_bitmap.h>
Public Member Functions | |
virtual unsigned char * | Bits (int)=0 |
virtual const unsigned char * | Bits (int) const =0 |
virtual int | BitsPerPixel () const =0 |
void | Defaults () |
void | Destroy () |
void | Dump (ON_TextLog &) const |
void | EmergencyDestroy () |
virtual int | Height () const =0 |
ON_UUID | ModelObjectId () const |
ON_Bitmap () | |
virtual int | SizeofImage () const =0 |
virtual int | SizeofScan () const =0 |
virtual int | Width () const =0 |
~ON_Bitmap () | |
Public Attributes | |
ON_wString | m_bitmap_filename |
ON_UUID | m_bitmap_id |
int | m_bitmap_index |
ON_wString | m_bitmap_name |
Private Member Functions | |
ON_OBJECT_DECLARE (ON_Bitmap) |
Definition at line 28 of file opennurbs_bitmap.h.
Definition at line 57 of file opennurbs_bitmap.cpp.
Definition at line 63 of file opennurbs_bitmap.cpp.
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 | ( | ) |
Definition at line 49 of file opennurbs_bitmap.cpp.
void ON_Bitmap::Destroy | ( | ) |
Reimplemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
Definition at line 41 of file opennurbs_bitmap.cpp.
void ON_Bitmap::Dump | ( | ON_TextLog & | dump | ) | const [virtual] |
Reimplemented from ON_Object.
Definition at line 68 of file opennurbs_bitmap.cpp.
void ON_Bitmap::EmergencyDestroy | ( | void | ) |
Reimplemented from ON_Object.
Reimplemented in ON_EmbeddedBitmap, and ON_WindowsBitmap.
Definition at line 32 of file opennurbs_bitmap.cpp.
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.
Definition at line 1605 of file opennurbs_object.cpp.
ON_Bitmap::ON_OBJECT_DECLARE | ( | ON_Bitmap | ) | [private] |
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.