ImagingTools Core SDK
Public Types | List of all members
imt3d::CDepthBitmap

#include <CDepthBitmap.h>

Inheritance diagram for imt3d::CDepthBitmap:
imt3d::IDepthBitmap

Public Types

enum  ColorMapType { CMT_JET , CMT_GRAY }
 
- Public Types inherited from imt3d::IDepthBitmap
enum  { }
 

Additional Inherited Members

Detailed Description

Implementation of a depth bitmap with integrated conversion to QImage (using for displaying the bitmap)

Definition at line 21 of file CDepthBitmap.h.

Member Enumeration Documentation

◆ ColorMapType

Types of color table used in the image view for visualization of the bitmap pixels.

Enumerator
CMT_JET 

Use jet color table.

CMT_GRAY 

Use grayscale table.

Definition at line 30 of file CDepthBitmap.h.