|
Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_bitmap.h>
Inheritance diagram for ON_WindowsBitmap:Public Member Functions | |
| 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 |
| ON_BOOL32 | Write (ON_BinaryArchive &) const |
| ON_BOOL32 | Read (ON_BinaryArchive &) |
| 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 Attributes | |
| struct ON_WindowsBITMAPINFO * | m_bmi |
| unsigned char * | m_bits |
Definition at line 341 of file opennurbs_bitmap.h.
| ON_WindowsBitmap::ON_WindowsBitmap | ( | const ON_WindowsBitmap & | ) |
| unsigned char* ON_WindowsBitmap::Bits | ( | int | ) | [virtual] |
Implements ON_Bitmap.
| const unsigned char* ON_WindowsBitmap::Bits | ( | int | ) | const [virtual] |
Implements ON_Bitmap.
| int ON_WindowsBitmap::BitsPerPixel | ( | ) | const [virtual] |
Implements ON_Bitmap.
| bool ON_WindowsBitmap::Create | ( | int | , |
| int | , | ||
| int | |||
| ) |
| void ON_WindowsBitmap::Destroy | ( | ) |
Reimplemented from ON_Bitmap.
| void ON_WindowsBitmap::EmergencyDestroy | ( | ) |
Reimplemented from ON_Bitmap.
| int ON_WindowsBitmap::Height | ( | ) | const [virtual] |
Implements ON_Bitmap.
| bool ON_WindowsBitmap::IsContiguous | ( | ) | const |
| ON_BOOL32 ON_WindowsBitmap::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
| ON_WindowsBitmap& ON_WindowsBitmap::operator= | ( | const ON_WindowsBitmap & | ) |
| int ON_WindowsBitmap::PaletteColorCount | ( | ) | const |
| ON_Color ON_WindowsBitmap::Pixel | ( | int | , |
| int | |||
| ) | const |
| ON_Color ON_WindowsBitmap::Pixel | ( | int | , |
| const unsigned char * | |||
| ) | const |
| ON_BOOL32 ON_WindowsBitmap::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_WindowsBitmapEx.
| bool ON_WindowsBitmap::ReadCompressed | ( | ON_BinaryArchive & | ) |
| int ON_WindowsBitmap::SizeofImage | ( | ) | const [virtual] |
Implements ON_Bitmap.
| int ON_WindowsBitmap::SizeofPalette | ( | ) | const |
| int ON_WindowsBitmap::SizeofScan | ( | ) | const [virtual] |
Implements ON_Bitmap.
| int ON_WindowsBitmap::Width | ( | ) | const [virtual] |
Implements ON_Bitmap.
| ON_BOOL32 ON_WindowsBitmap::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_WindowsBitmapEx.
| bool ON_WindowsBitmap::WriteCompressed | ( | ON_BinaryArchive & | ) | const |
| bool ON_WindowsBitmap::WriteUncompressed | ( | ON_BinaryArchive & | ) | const |
| unsigned char* ON_WindowsBitmap::m_bits |
Definition at line 546 of file opennurbs_bitmap.h.
Definition at line 543 of file opennurbs_bitmap.h.