open_iA  2019.12
A tool for the visual analysis and processing of volumetric datasets, with a focus on industrial computed tomography.
Public Member Functions | List of all members
iAScreenBuffer Class Reference

ScreenBuffer, representing screen surface. Contains image's pixel buffer and size data. More...

#include <iAScreenBuffer.h>

Collaboration diagram for iAScreenBuffer:

Public Member Functions

unsigned int * buffer ()
 Get pixel buffer. More...
 
void clear ()
 Clear pixel buffer with black color. More...
 
 iAScreenBuffer (int width, int height)
 
 ~iAScreenBuffer ()
 

Detailed Description

ScreenBuffer, representing screen surface. Contains image's pixel buffer and size data.

Constructor & Destructor Documentation

◆ iAScreenBuffer()

iAScreenBuffer::iAScreenBuffer ( int  width,
int  height 
)

◆ ~iAScreenBuffer()

iAScreenBuffer::~iAScreenBuffer ( )

Member Function Documentation

◆ buffer()

unsigned int* iAScreenBuffer::buffer ( )
inline

Get pixel buffer.

◆ clear()

void iAScreenBuffer::clear ( )

Clear pixel buffer with black color.


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