Lynkeos
Classes | Typedefs | Enumerations
LynkeosStandardImageBuffer.h File Reference

Definitions for the application image buffer class. More...

#import <Foundation/Foundation.h>
#include "LynkeosCore/LynkeosImageBuffer.h"
Include dependency graph for LynkeosStandardImageBuffer.h:
This graph shows which files directly or indirectly include this file:

Classes

union  ArithmeticOperand_t
 Internal type used for arithmetic operators. More...
 
class  LynkeosStandardImageBuffer
 Class used for floating precision images. More...
 

Typedefs

typedef void(* ImageProcessOneLine_t )(LynkeosStandardImageBuffer *, ArithmeticOperand_t *, LynkeosStandardImageBuffer *, u_short)
 Internal method pointer to arithmetically process one line.
 

Enumerations

enum  ImageOperatorsStrategy_t { StandardStrategy, ParallelizedStrategy }
 Strategy used for arithmetic operators. More...
 

Detailed Description

Definitions for the application image buffer class.