Logo
ApraPipes 1.0
Loading...
Searching...
No Matches
ImagePlaneData Class Reference

#include <ImagePlaneData.h>

Collaboration diagram for ImagePlaneData:
Collaboration graph

Public Types

typedef std::function< void(ImagePlaneData *, void *)> Copy
 

Public Member Functions

 ImagePlaneData (size_t _size, size_t _step, size_t _rowSize, int _width, int _height)
 

Static Public Member Functions

static void copyFromImagePlane (ImagePlaneData *plane, void *dst)
 
static void copyFromImagePlaneByLine (ImagePlaneData *plane, void *dst)
 

Public Attributes

void * data
 
size_t size
 
size_t imageSize
 
size_t step
 
size_t rowSize
 
int width
 
int height
 
Copy mCopyToData
 

Member Typedef Documentation

◆ Copy

std::function<void(ImagePlaneData *, void *)> ImagePlaneData::Copy

Constructor & Destructor Documentation

◆ ImagePlaneData()

ImagePlaneData::ImagePlaneData ( size_t _size,
size_t _step,
size_t _rowSize,
int _width,
int _height )
inline
Here is the call graph for this function:

Member Function Documentation

◆ copyFromImagePlane()

static void ImagePlaneData::copyFromImagePlane ( ImagePlaneData * plane,
void * dst )
inlinestatic
Here is the caller graph for this function:

◆ copyFromImagePlaneByLine()

static void ImagePlaneData::copyFromImagePlaneByLine ( ImagePlaneData * plane,
void * dst )
inlinestatic
Here is the caller graph for this function:

Member Data Documentation

◆ data

void* ImagePlaneData::data

◆ height

int ImagePlaneData::height

◆ imageSize

size_t ImagePlaneData::imageSize

◆ mCopyToData

Copy ImagePlaneData::mCopyToData

◆ rowSize

size_t ImagePlaneData::rowSize

◆ size

size_t ImagePlaneData::size

◆ step

size_t ImagePlaneData::step

◆ width

int ImagePlaneData::width

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