OpenCPN Partial API docs
Loading...
Searching...
No Matches
PixelCache Class Reference

Public Member Functions

 PixelCache (int width, int height, int depth)
 
void SelectIntoDC (wxMemoryDC &dc)
 
void Update (void)
 
RGBO GetRGBO ()
 
unsigned char * GetpData () const
 
int GetLinePitch () const
 
int GetWidth (void)
 
int GetHeight (void)
 
size_t GetLength (void)
 

Detailed Description

Definition at line 168 of file ocpn_pixel.h.

Constructor & Destructor Documentation

◆ PixelCache()

PixelCache::PixelCache ( int  width,
int  height,
int  depth 
)

Definition at line 294 of file ocpn_pixel.cpp.

◆ ~PixelCache()

PixelCache::~PixelCache ( )

Definition at line 351 of file ocpn_pixel.cpp.

Member Function Documentation

◆ GetHeight()

int PixelCache::GetHeight ( void  )
inline

Definition at line 181 of file ocpn_pixel.h.

◆ GetLength()

size_t PixelCache::GetLength ( void  )

Definition at line 372 of file ocpn_pixel.cpp.

◆ GetLinePitch()

int PixelCache::GetLinePitch ( ) const
inline

Definition at line 179 of file ocpn_pixel.h.

◆ GetpData()

unsigned char * PixelCache::GetpData ( void  ) const

Definition at line 420 of file ocpn_pixel.cpp.

◆ GetRGBO()

RGBO PixelCache::GetRGBO ( )
inline

Definition at line 177 of file ocpn_pixel.h.

◆ GetWidth()

int PixelCache::GetWidth ( void  )
inline

Definition at line 180 of file ocpn_pixel.h.

◆ SelectIntoDC()

void PixelCache::SelectIntoDC ( wxMemoryDC &  dc)

Definition at line 387 of file ocpn_pixel.cpp.

◆ Update()

void PixelCache::Update ( void  )

Definition at line 380 of file ocpn_pixel.cpp.


The documentation for this class was generated from the following files: