YARP
Yet Another Robot Platform
Image.copyPixels.cpp File Reference
#include <yarp/os/Log.h>
#include <yarp/os/Vocab.h>
#include <yarp/sig/Image.h>
#include <yarp/sig/impl/IplImage.h>
#include <cstring>
#include <cstdio>
+ Include dependency graph for Image.copyPixels.cpp:

Go to the source code of this file.

Macros

#define DBG   if(0)
 
#define HASH(id1, id2)   ((int)(((int)(id1%65537))*11 + ((long int)(id2))))
 
#define HANDLE_CASE(len, x1, T1, q1, o1, x2, T2, q2, o2)   CopyPixels(reinterpret_cast<const T1*>(x1), q1, reinterpret_cast<T2*>(x2), q2, w, h, o1!=o2);
 
#define MAKE_CASE(id1, id2)   case HASH(id1, id2): HANDLE_CASE(len, src, Def_##id1, quantum1, topIsLow1, dest, Def_##id2, quantum2, topIsLow2); break;
 

Typedefs

using Def_VOCAB_PIXEL_MONO = PixelMono
 
using Def_VOCAB_PIXEL_MONO16 = PixelMono16
 
using Def_VOCAB_PIXEL_RGB = PixelRgb
 
using Def_VOCAB_PIXEL_RGBA = PixelRgba
 
using Def_VOCAB_PIXEL_BGRA = PixelBgra
 
using Def_VOCAB_PIXEL_HSV = PixelHsv
 
using Def_VOCAB_PIXEL_BGR = PixelBgr
 
using Def_VOCAB_PIXEL_MONO_SIGNED = PixelMonoSigned
 
using Def_VOCAB_PIXEL_RGB_SIGNED = PixelRgbSigned
 
using Def_VOCAB_PIXEL_MONO_FLOAT = PixelFloat
 
using Def_VOCAB_PIXEL_RGB_FLOAT = PixelRgbFloat
 
using Def_VOCAB_PIXEL_HSV_FLOAT = PixelHsvFloat
 
using Def_VOCAB_PIXEL_INT = PixelInt
 
using Def_VOCAB_PIXEL_RGB_INT = PixelRgbInt
 

Functions

template<class T1 , class T2 >
static void CopyPixel (const T1 *src, T2 *dest)
 
static void CopyPixel (const PixelMono *src, PixelRgb *dest)
 
static void CopyPixel (const PixelMono *src, PixelRgba *dest)
 
static void CopyPixel (const PixelMono *src, PixelBgra *dest)
 
static void CopyPixel (const PixelMono *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelMono *src, PixelBgr *dest)
 
static void CopyPixel (const PixelMono *src, PixelHsv *dest)
 
static void CopyPixel (const PixelMono *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelMono *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelMono *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelMono *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelMono *src, PixelInt *dest)
 
static void CopyPixel (const PixelMono *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelMono *src, PixelFloat *dest)
 
static void CopyPixel (const PixelRgb *src, PixelMono *dest)
 
static void CopyPixel (const PixelRgb *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelRgb *src, PixelInt *dest)
 
static void CopyPixel (const PixelRgb *src, PixelHsv *dest)
 
static void CopyPixel (const PixelRgb *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelRgb *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelRgb *src, PixelRgba *dest)
 
static void CopyPixel (const PixelRgb *src, PixelBgra *dest)
 
static void CopyPixel (const PixelRgb *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelRgb *src, PixelFloat *dest)
 
static void CopyPixel (const PixelRgb *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelRgb *src, PixelBgr *dest)
 
static void CopyPixel (const PixelRgb *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelHsv *src, PixelMono *dest)
 
static void CopyPixel (const PixelHsv *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelHsv *src, PixelRgb *dest)
 
static void CopyPixel (const PixelHsv *src, PixelRgba *dest)
 
static void CopyPixel (const PixelHsv *src, PixelBgra *dest)
 
static void CopyPixel (const PixelHsv *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelHsv *src, PixelBgr *dest)
 
static void CopyPixel (const PixelHsv *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelHsv *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelHsv *src, PixelFloat *dest)
 
static void CopyPixel (const PixelHsv *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelHsv *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelHsv *src, PixelInt *dest)
 
static void CopyPixel (const PixelBgr *src, PixelMono *dest)
 
static void CopyPixel (const PixelBgr *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelBgr *src, PixelInt *dest)
 
static void CopyPixel (const PixelBgr *src, PixelHsv *dest)
 
static void CopyPixel (const PixelBgr *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelBgr *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelBgr *src, PixelFloat *dest)
 
static void CopyPixel (const PixelBgr *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelBgr *src, PixelRgb *dest)
 
static void CopyPixel (const PixelBgr *src, PixelRgba *dest)
 
static void CopyPixel (const PixelBgr *src, PixelBgra *dest)
 
static void CopyPixel (const PixelBgr *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelBgr *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelRgba *src, PixelMono *dest)
 
static void CopyPixel (const PixelRgba *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelRgba *src, PixelInt *dest)
 
static void CopyPixel (const PixelRgba *src, PixelHsv *dest)
 
static void CopyPixel (const PixelRgba *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelRgba *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelRgba *src, PixelFloat *dest)
 
static void CopyPixel (const PixelRgba *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelRgba *src, PixelRgb *dest)
 
static void CopyPixel (const PixelRgba *src, PixelBgra *dest)
 
static void CopyPixel (const PixelRgba *src, PixelBgr *dest)
 
static void CopyPixel (const PixelRgba *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelRgba *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelBgra *src, PixelMono *dest)
 
static void CopyPixel (const PixelBgra *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelBgra *src, PixelInt *dest)
 
static void CopyPixel (const PixelBgra *src, PixelHsv *dest)
 
static void CopyPixel (const PixelBgra *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelBgra *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelBgra *src, PixelFloat *dest)
 
static void CopyPixel (const PixelBgra *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelBgra *src, PixelRgb *dest)
 
static void CopyPixel (const PixelBgra *src, PixelRgba *dest)
 
static void CopyPixel (const PixelBgra *src, PixelBgr *dest)
 
static void CopyPixel (const PixelBgra *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelBgra *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelMono *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelInt *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelHsv *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelFloat *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelRgb *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelBgr *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelRgba *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelBgra *dest)
 
static void CopyPixel (const PixelRgbInt *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelRgb *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelRgba *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelBgra *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelBgr *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelHsv *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelMono *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelInt *dest)
 
static void CopyPixel (const PixelMonoSigned *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelMono *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelInt *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelHsv *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelRgb *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelRgba *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelBgra *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelBgr *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelFloat *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelRgbSigned *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelFloat *src, PixelMono *dest)
 
static void CopyPixel (const PixelFloat *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelFloat *src, PixelInt *dest)
 
static void CopyPixel (const PixelFloat *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelFloat *src, PixelRgb *dest)
 
static void CopyPixel (const PixelFloat *src, PixelRgba *dest)
 
static void CopyPixel (const PixelFloat *src, PixelBgra *dest)
 
static void CopyPixel (const PixelFloat *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelFloat *src, PixelBgr *dest)
 
static void CopyPixel (const PixelFloat *src, PixelHsv *dest)
 
static void CopyPixel (const PixelFloat *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelFloat *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelFloat *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelMono *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelInt *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelHsv *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelRgb *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelRgba *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelBgra *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelBgr *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelFloat *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelRgbFloat *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelMono *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelRgb *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelBgr *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelRgba *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelBgra *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelFloat *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelHsv *dest)
 
static void CopyPixel (const PixelHsvFloat *src, PixelInt *dest)
 
static void CopyPixel (const PixelInt *src, PixelRgb *dest)
 
static void CopyPixel (const PixelInt *src, PixelRgba *dest)
 
static void CopyPixel (const PixelInt *src, PixelBgra *dest)
 
static void CopyPixel (const PixelInt *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelInt *src, PixelBgr *dest)
 
static void CopyPixel (const PixelInt *src, PixelHsv *dest)
 
static void CopyPixel (const PixelInt *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelInt *src, PixelFloat *dest)
 
static void CopyPixel (const PixelInt *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelInt *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelInt *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelInt *src, PixelMono *dest)
 
static void CopyPixel (const PixelInt *src, PixelMono16 *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelRgb *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelRgba *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelBgra *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelRgbInt *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelInt *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelBgr *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelHsv *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelRgbSigned *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelFloat *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelRgbFloat *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelHsvFloat *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelMonoSigned *dest)
 
static void CopyPixel (const PixelMono16 *src, PixelMono *dest)
 
static void CopyPixel (const PixelInt *src, PixelInt *dest)
 
template<class T1 , class T2 >
static void CopyPixels (const T1 *osrc, int q1, T2 *odest, int q2, int w, int h, bool flip)
 

Macro Definition Documentation

◆ DBG

#define DBG   if(0)

Definition at line 20 of file Image.copyPixels.cpp.

◆ HANDLE_CASE

#define HANDLE_CASE (   len,
  x1,
  T1,
  q1,
  o1,
  x2,
  T2,
  q2,
  o2 
)    CopyPixels(reinterpret_cast<const T1*>(x1), q1, reinterpret_cast<T2*>(x2), q2, w, h, o1!=o2);

Definition at line 1252 of file Image.copyPixels.cpp.

◆ HASH

#define HASH (   id1,
  id2 
)    ((int)(((int)(id1%65537))*11 + ((long int)(id2))))

Definition at line 1251 of file Image.copyPixels.cpp.

◆ MAKE_CASE

#define MAKE_CASE (   id1,
  id2 
)    case HASH(id1, id2): HANDLE_CASE(len, src, Def_##id1, quantum1, topIsLow1, dest, Def_##id2, quantum2, topIsLow2); break;

Definition at line 1253 of file Image.copyPixels.cpp.

Typedef Documentation

◆ Def_VOCAB_PIXEL_BGR

Definition at line 1242 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_BGRA

Definition at line 1240 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_HSV

Definition at line 1241 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_HSV_FLOAT

◆ Def_VOCAB_PIXEL_INT

Definition at line 1248 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_MONO

Definition at line 1236 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_MONO16

Definition at line 1237 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_MONO_FLOAT

Definition at line 1245 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_MONO_SIGNED

◆ Def_VOCAB_PIXEL_RGB

Definition at line 1238 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_RGB_FLOAT

◆ Def_VOCAB_PIXEL_RGB_INT

Definition at line 1249 of file Image.copyPixels.cpp.

◆ Def_VOCAB_PIXEL_RGB_SIGNED

◆ Def_VOCAB_PIXEL_RGBA

Definition at line 1239 of file Image.copyPixels.cpp.

Function Documentation

◆ CopyPixel() [1/183]

static void CopyPixel ( const PixelBgr src,
PixelBgra dest 
)
inlinestatic

Definition at line 355 of file Image.copyPixels.cpp.

◆ CopyPixel() [2/183]

static void CopyPixel ( const PixelBgr src,
PixelFloat dest 
)
inlinestatic

Definition at line 328 of file Image.copyPixels.cpp.

◆ CopyPixel() [3/183]

static void CopyPixel ( const PixelBgr src,
PixelHsv dest 
)
inlinestatic

Definition at line 311 of file Image.copyPixels.cpp.

◆ CopyPixel() [4/183]

static void CopyPixel ( const PixelBgr src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 370 of file Image.copyPixels.cpp.

◆ CopyPixel() [5/183]

static void CopyPixel ( const PixelBgr src,
PixelInt dest 
)
inlinestatic

Definition at line 306 of file Image.copyPixels.cpp.

◆ CopyPixel() [6/183]

static void CopyPixel ( const PixelBgr src,
PixelMono dest 
)
inlinestatic

Definition at line 296 of file Image.copyPixels.cpp.

◆ CopyPixel() [7/183]

static void CopyPixel ( const PixelBgr src,
PixelMono16 dest 
)
inlinestatic

Definition at line 301 of file Image.copyPixels.cpp.

◆ CopyPixel() [8/183]

static void CopyPixel ( const PixelBgr src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 316 of file Image.copyPixels.cpp.

◆ CopyPixel() [9/183]

static void CopyPixel ( const PixelBgr src,
PixelRgb dest 
)
inlinestatic

Definition at line 340 of file Image.copyPixels.cpp.

◆ CopyPixel() [10/183]

static void CopyPixel ( const PixelBgr src,
PixelRgba dest 
)
inlinestatic

Definition at line 347 of file Image.copyPixels.cpp.

◆ CopyPixel() [11/183]

static void CopyPixel ( const PixelBgr src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 333 of file Image.copyPixels.cpp.

◆ CopyPixel() [12/183]

static void CopyPixel ( const PixelBgr src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 363 of file Image.copyPixels.cpp.

◆ CopyPixel() [13/183]

static void CopyPixel ( const PixelBgr src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 321 of file Image.copyPixels.cpp.

◆ CopyPixel() [14/183]

static void CopyPixel ( const PixelBgra src,
PixelBgr dest 
)
inlinestatic

Definition at line 516 of file Image.copyPixels.cpp.

◆ CopyPixel() [15/183]

static void CopyPixel ( const PixelBgra src,
PixelFloat dest 
)
inlinestatic

Definition at line 489 of file Image.copyPixels.cpp.

◆ CopyPixel() [16/183]

static void CopyPixel ( const PixelBgra src,
PixelHsv dest 
)
inlinestatic

Definition at line 472 of file Image.copyPixels.cpp.

◆ CopyPixel() [17/183]

static void CopyPixel ( const PixelBgra src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 530 of file Image.copyPixels.cpp.

◆ CopyPixel() [18/183]

static void CopyPixel ( const PixelBgra src,
PixelInt dest 
)
inlinestatic

Definition at line 467 of file Image.copyPixels.cpp.

◆ CopyPixel() [19/183]

static void CopyPixel ( const PixelBgra src,
PixelMono dest 
)
inlinestatic

Definition at line 457 of file Image.copyPixels.cpp.

◆ CopyPixel() [20/183]

static void CopyPixel ( const PixelBgra src,
PixelMono16 dest 
)
inlinestatic

Definition at line 462 of file Image.copyPixels.cpp.

◆ CopyPixel() [21/183]

static void CopyPixel ( const PixelBgra src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 477 of file Image.copyPixels.cpp.

◆ CopyPixel() [22/183]

static void CopyPixel ( const PixelBgra src,
PixelRgb dest 
)
inlinestatic

Definition at line 501 of file Image.copyPixels.cpp.

◆ CopyPixel() [23/183]

static void CopyPixel ( const PixelBgra src,
PixelRgba dest 
)
inlinestatic

Definition at line 508 of file Image.copyPixels.cpp.

◆ CopyPixel() [24/183]

static void CopyPixel ( const PixelBgra src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 494 of file Image.copyPixels.cpp.

◆ CopyPixel() [25/183]

static void CopyPixel ( const PixelBgra src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 523 of file Image.copyPixels.cpp.

◆ CopyPixel() [26/183]

static void CopyPixel ( const PixelBgra src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 482 of file Image.copyPixels.cpp.

◆ CopyPixel() [27/183]

static void CopyPixel ( const PixelFloat src,
PixelBgr dest 
)
inlinestatic

Definition at line 831 of file Image.copyPixels.cpp.

◆ CopyPixel() [28/183]

static void CopyPixel ( const PixelFloat src,
PixelBgra dest 
)
inlinestatic

Definition at line 816 of file Image.copyPixels.cpp.

◆ CopyPixel() [29/183]

static void CopyPixel ( const PixelFloat src,
PixelHsv dest 
)
inlinestatic

Definition at line 838 of file Image.copyPixels.cpp.

◆ CopyPixel() [30/183]

static void CopyPixel ( const PixelFloat src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 859 of file Image.copyPixels.cpp.

◆ CopyPixel() [31/183]

static void CopyPixel ( const PixelFloat src,
PixelInt dest 
)
inlinestatic

Definition at line 791 of file Image.copyPixels.cpp.

◆ CopyPixel() [32/183]

static void CopyPixel ( const PixelFloat src,
PixelMono dest 
)
inlinestatic

Definition at line 781 of file Image.copyPixels.cpp.

◆ CopyPixel() [33/183]

static void CopyPixel ( const PixelFloat src,
PixelMono16 dest 
)
inlinestatic

Definition at line 786 of file Image.copyPixels.cpp.

◆ CopyPixel() [34/183]

static void CopyPixel ( const PixelFloat src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 796 of file Image.copyPixels.cpp.

◆ CopyPixel() [35/183]

static void CopyPixel ( const PixelFloat src,
PixelRgb dest 
)
inlinestatic

Definition at line 801 of file Image.copyPixels.cpp.

◆ CopyPixel() [36/183]

static void CopyPixel ( const PixelFloat src,
PixelRgba dest 
)
inlinestatic

Definition at line 808 of file Image.copyPixels.cpp.

◆ CopyPixel() [37/183]

static void CopyPixel ( const PixelFloat src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 852 of file Image.copyPixels.cpp.

◆ CopyPixel() [38/183]

static void CopyPixel ( const PixelFloat src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 824 of file Image.copyPixels.cpp.

◆ CopyPixel() [39/183]

static void CopyPixel ( const PixelFloat src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 845 of file Image.copyPixels.cpp.

◆ CopyPixel() [40/183]

static void CopyPixel ( const PixelHsv src,
PixelBgr dest 
)
inlinestatic

Definition at line 245 of file Image.copyPixels.cpp.

◆ CopyPixel() [41/183]

static void CopyPixel ( const PixelHsv src,
PixelBgra dest 
)
inlinestatic

Definition at line 231 of file Image.copyPixels.cpp.

◆ CopyPixel() [42/183]

static void CopyPixel ( const PixelHsv src,
PixelFloat dest 
)
inlinestatic

Definition at line 266 of file Image.copyPixels.cpp.

◆ CopyPixel() [43/183]

static void CopyPixel ( const PixelHsv src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 280 of file Image.copyPixels.cpp.

◆ CopyPixel() [44/183]

static void CopyPixel ( const PixelHsv src,
PixelInt dest 
)
inlinestatic

Definition at line 287 of file Image.copyPixels.cpp.

◆ CopyPixel() [45/183]

static void CopyPixel ( const PixelHsv src,
PixelMono dest 
)
inlinestatic

Definition at line 203 of file Image.copyPixels.cpp.

◆ CopyPixel() [46/183]

static void CopyPixel ( const PixelHsv src,
PixelMono16 dest 
)
inlinestatic

Definition at line 210 of file Image.copyPixels.cpp.

◆ CopyPixel() [47/183]

static void CopyPixel ( const PixelHsv src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 252 of file Image.copyPixels.cpp.

◆ CopyPixel() [48/183]

static void CopyPixel ( const PixelHsv src,
PixelRgb dest 
)
inlinestatic

Definition at line 217 of file Image.copyPixels.cpp.

◆ CopyPixel() [49/183]

static void CopyPixel ( const PixelHsv src,
PixelRgba dest 
)
inlinestatic

Definition at line 224 of file Image.copyPixels.cpp.

◆ CopyPixel() [50/183]

static void CopyPixel ( const PixelHsv src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 273 of file Image.copyPixels.cpp.

◆ CopyPixel() [51/183]

static void CopyPixel ( const PixelHsv src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 238 of file Image.copyPixels.cpp.

◆ CopyPixel() [52/183]

static void CopyPixel ( const PixelHsv src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 259 of file Image.copyPixels.cpp.

◆ CopyPixel() [53/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelBgr dest 
)
inlinestatic

Definition at line 964 of file Image.copyPixels.cpp.

◆ CopyPixel() [54/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelBgra dest 
)
inlinestatic

Definition at line 974 of file Image.copyPixels.cpp.

◆ CopyPixel() [55/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelFloat dest 
)
inlinestatic

Definition at line 994 of file Image.copyPixels.cpp.

◆ CopyPixel() [56/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelHsv dest 
)
inlinestatic

Definition at line 1004 of file Image.copyPixels.cpp.

◆ CopyPixel() [57/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelInt dest 
)
inlinestatic

Definition at line 1009 of file Image.copyPixels.cpp.

◆ CopyPixel() [58/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelMono dest 
)
inlinestatic

Definition at line 949 of file Image.copyPixels.cpp.

◆ CopyPixel() [59/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelMono16 dest 
)
inlinestatic

Definition at line 954 of file Image.copyPixels.cpp.

◆ CopyPixel() [60/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 984 of file Image.copyPixels.cpp.

◆ CopyPixel() [61/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelRgb dest 
)
inlinestatic

Definition at line 959 of file Image.copyPixels.cpp.

◆ CopyPixel() [62/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelRgba dest 
)
inlinestatic

Definition at line 969 of file Image.copyPixels.cpp.

◆ CopyPixel() [63/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 999 of file Image.copyPixels.cpp.

◆ CopyPixel() [64/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 979 of file Image.copyPixels.cpp.

◆ CopyPixel() [65/183]

static void CopyPixel ( const PixelHsvFloat src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 989 of file Image.copyPixels.cpp.

◆ CopyPixel() [66/183]

static void CopyPixel ( const PixelInt src,
PixelBgr dest 
)
inlinestatic

Definition at line 1046 of file Image.copyPixels.cpp.

◆ CopyPixel() [67/183]

static void CopyPixel ( const PixelInt src,
PixelBgra dest 
)
inlinestatic

Definition at line 1031 of file Image.copyPixels.cpp.

◆ CopyPixel() [68/183]

static void CopyPixel ( const PixelInt src,
PixelFloat dest 
)
inlinestatic

Definition at line 1066 of file Image.copyPixels.cpp.

◆ CopyPixel() [69/183]

static void CopyPixel ( const PixelInt src,
PixelHsv dest 
)
inlinestatic

Definition at line 1053 of file Image.copyPixels.cpp.

◆ CopyPixel() [70/183]

static void CopyPixel ( const PixelInt src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 1078 of file Image.copyPixels.cpp.

◆ CopyPixel() [71/183]

static void CopyPixel ( const PixelInt src,
PixelInt dest 
)
inlinestatic

Definition at line 1187 of file Image.copyPixels.cpp.

◆ CopyPixel() [72/183]

static void CopyPixel ( const PixelInt src,
PixelMono dest 
)
inlinestatic

Definition at line 1090 of file Image.copyPixels.cpp.

◆ CopyPixel() [73/183]

static void CopyPixel ( const PixelInt src,
PixelMono16 dest 
)
inlinestatic

Definition at line 1095 of file Image.copyPixels.cpp.

◆ CopyPixel() [74/183]

static void CopyPixel ( const PixelInt src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 1085 of file Image.copyPixels.cpp.

◆ CopyPixel() [75/183]

static void CopyPixel ( const PixelInt src,
PixelRgb dest 
)
inlinestatic

Definition at line 1016 of file Image.copyPixels.cpp.

◆ CopyPixel() [76/183]

static void CopyPixel ( const PixelInt src,
PixelRgba dest 
)
inlinestatic

Definition at line 1023 of file Image.copyPixels.cpp.

◆ CopyPixel() [77/183]

static void CopyPixel ( const PixelInt src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 1071 of file Image.copyPixels.cpp.

◆ CopyPixel() [78/183]

static void CopyPixel ( const PixelInt src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 1039 of file Image.copyPixels.cpp.

◆ CopyPixel() [79/183]

static void CopyPixel ( const PixelInt src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 1059 of file Image.copyPixels.cpp.

◆ CopyPixel() [80/183]

static void CopyPixel ( const PixelMono src,
PixelBgr dest 
)
inlinestatic

Definition at line 61 of file Image.copyPixels.cpp.

◆ CopyPixel() [81/183]

static void CopyPixel ( const PixelMono src,
PixelBgra dest 
)
inlinestatic

Definition at line 46 of file Image.copyPixels.cpp.

◆ CopyPixel() [82/183]

static void CopyPixel ( const PixelMono src,
PixelFloat dest 
)
inlinestatic

Definition at line 111 of file Image.copyPixels.cpp.

◆ CopyPixel() [83/183]

static void CopyPixel ( const PixelMono src,
PixelHsv dest 
)
inlinestatic

Definition at line 68 of file Image.copyPixels.cpp.

◆ CopyPixel() [84/183]

static void CopyPixel ( const PixelMono src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 89 of file Image.copyPixels.cpp.

◆ CopyPixel() [85/183]

static void CopyPixel ( const PixelMono src,
PixelInt dest 
)
inlinestatic

Definition at line 101 of file Image.copyPixels.cpp.

◆ CopyPixel() [86/183]

static void CopyPixel ( const PixelMono src,
PixelMono16 dest 
)
inlinestatic

Definition at line 106 of file Image.copyPixels.cpp.

◆ CopyPixel() [87/183]

static void CopyPixel ( const PixelMono src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 96 of file Image.copyPixels.cpp.

◆ CopyPixel() [88/183]

static void CopyPixel ( const PixelMono src,
PixelRgb dest 
)
inlinestatic

Definition at line 31 of file Image.copyPixels.cpp.

◆ CopyPixel() [89/183]

static void CopyPixel ( const PixelMono src,
PixelRgba dest 
)
inlinestatic

Definition at line 38 of file Image.copyPixels.cpp.

◆ CopyPixel() [90/183]

static void CopyPixel ( const PixelMono src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 82 of file Image.copyPixels.cpp.

◆ CopyPixel() [91/183]

static void CopyPixel ( const PixelMono src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 54 of file Image.copyPixels.cpp.

◆ CopyPixel() [92/183]

static void CopyPixel ( const PixelMono src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 75 of file Image.copyPixels.cpp.

◆ CopyPixel() [93/183]

static void CopyPixel ( const PixelMono16 src,
PixelBgr dest 
)
inlinestatic

Definition at line 1137 of file Image.copyPixels.cpp.

◆ CopyPixel() [94/183]

static void CopyPixel ( const PixelMono16 src,
PixelBgra dest 
)
inlinestatic

Definition at line 1117 of file Image.copyPixels.cpp.

◆ CopyPixel() [95/183]

static void CopyPixel ( const PixelMono16 src,
PixelFloat dest 
)
inlinestatic

Definition at line 1158 of file Image.copyPixels.cpp.

◆ CopyPixel() [96/183]

static void CopyPixel ( const PixelMono16 src,
PixelHsv dest 
)
inlinestatic

Definition at line 1144 of file Image.copyPixels.cpp.

◆ CopyPixel() [97/183]

static void CopyPixel ( const PixelMono16 src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 1170 of file Image.copyPixels.cpp.

◆ CopyPixel() [98/183]

static void CopyPixel ( const PixelMono16 src,
PixelInt dest 
)
inlinestatic

Definition at line 1132 of file Image.copyPixels.cpp.

◆ CopyPixel() [99/183]

static void CopyPixel ( const PixelMono16 src,
PixelMono dest 
)
inlinestatic

Definition at line 1182 of file Image.copyPixels.cpp.

◆ CopyPixel() [100/183]

static void CopyPixel ( const PixelMono16 src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 1177 of file Image.copyPixels.cpp.

◆ CopyPixel() [101/183]

static void CopyPixel ( const PixelMono16 src,
PixelRgb dest 
)
inlinestatic

Definition at line 1102 of file Image.copyPixels.cpp.

◆ CopyPixel() [102/183]

static void CopyPixel ( const PixelMono16 src,
PixelRgba dest 
)
inlinestatic

Definition at line 1109 of file Image.copyPixels.cpp.

◆ CopyPixel() [103/183]

static void CopyPixel ( const PixelMono16 src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 1163 of file Image.copyPixels.cpp.

◆ CopyPixel() [104/183]

static void CopyPixel ( const PixelMono16 src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 1125 of file Image.copyPixels.cpp.

◆ CopyPixel() [105/183]

static void CopyPixel ( const PixelMono16 src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 1151 of file Image.copyPixels.cpp.

◆ CopyPixel() [106/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelBgr dest 
)
inlinestatic

Definition at line 648 of file Image.copyPixels.cpp.

◆ CopyPixel() [107/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelBgra dest 
)
inlinestatic

Definition at line 633 of file Image.copyPixels.cpp.

◆ CopyPixel() [108/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelHsv dest 
)
inlinestatic

Definition at line 655 of file Image.copyPixels.cpp.

◆ CopyPixel() [109/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 676 of file Image.copyPixels.cpp.

◆ CopyPixel() [110/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelInt dest 
)
inlinestatic

Definition at line 688 of file Image.copyPixels.cpp.

◆ CopyPixel() [111/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelMono dest 
)
inlinestatic

Definition at line 683 of file Image.copyPixels.cpp.

◆ CopyPixel() [112/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelMono16 dest 
)
inlinestatic

Definition at line 693 of file Image.copyPixels.cpp.

◆ CopyPixel() [113/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelRgb dest 
)
inlinestatic

Definition at line 618 of file Image.copyPixels.cpp.

◆ CopyPixel() [114/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelRgba dest 
)
inlinestatic

Definition at line 625 of file Image.copyPixels.cpp.

◆ CopyPixel() [115/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 669 of file Image.copyPixels.cpp.

◆ CopyPixel() [116/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 641 of file Image.copyPixels.cpp.

◆ CopyPixel() [117/183]

static void CopyPixel ( const PixelMonoSigned src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 662 of file Image.copyPixels.cpp.

◆ CopyPixel() [118/183]

static void CopyPixel ( const PixelRgb src,
PixelBgr dest 
)
inlinestatic

Definition at line 187 of file Image.copyPixels.cpp.

◆ CopyPixel() [119/183]

static void CopyPixel ( const PixelRgb src,
PixelBgra dest 
)
inlinestatic

Definition at line 160 of file Image.copyPixels.cpp.

◆ CopyPixel() [120/183]

static void CopyPixel ( const PixelRgb src,
PixelFloat dest 
)
inlinestatic

Definition at line 175 of file Image.copyPixels.cpp.

◆ CopyPixel() [121/183]

static void CopyPixel ( const PixelRgb src,
PixelHsv dest 
)
inlinestatic

Definition at line 133 of file Image.copyPixels.cpp.

◆ CopyPixel() [122/183]

static void CopyPixel ( const PixelRgb src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 194 of file Image.copyPixels.cpp.

◆ CopyPixel() [123/183]

static void CopyPixel ( const PixelRgb src,
PixelInt dest 
)
inlinestatic

Definition at line 128 of file Image.copyPixels.cpp.

◆ CopyPixel() [124/183]

static void CopyPixel ( const PixelRgb src,
PixelMono dest 
)
inlinestatic

Definition at line 118 of file Image.copyPixels.cpp.

◆ CopyPixel() [125/183]

static void CopyPixel ( const PixelRgb src,
PixelMono16 dest 
)
inlinestatic

Definition at line 123 of file Image.copyPixels.cpp.

◆ CopyPixel() [126/183]

static void CopyPixel ( const PixelRgb src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 140 of file Image.copyPixels.cpp.

◆ CopyPixel() [127/183]

static void CopyPixel ( const PixelRgb src,
PixelRgba dest 
)
inlinestatic

Definition at line 152 of file Image.copyPixels.cpp.

◆ CopyPixel() [128/183]

static void CopyPixel ( const PixelRgb src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 180 of file Image.copyPixels.cpp.

◆ CopyPixel() [129/183]

static void CopyPixel ( const PixelRgb src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 168 of file Image.copyPixels.cpp.

◆ CopyPixel() [130/183]

static void CopyPixel ( const PixelRgb src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 145 of file Image.copyPixels.cpp.

◆ CopyPixel() [131/183]

static void CopyPixel ( const PixelRgba src,
PixelBgr dest 
)
inlinestatic

Definition at line 436 of file Image.copyPixels.cpp.

◆ CopyPixel() [132/183]

static void CopyPixel ( const PixelRgba src,
PixelBgra dest 
)
inlinestatic

Definition at line 428 of file Image.copyPixels.cpp.

◆ CopyPixel() [133/183]

static void CopyPixel ( const PixelRgba src,
PixelFloat dest 
)
inlinestatic

Definition at line 409 of file Image.copyPixels.cpp.

◆ CopyPixel() [134/183]

static void CopyPixel ( const PixelRgba src,
PixelHsv dest 
)
inlinestatic

Definition at line 392 of file Image.copyPixels.cpp.

◆ CopyPixel() [135/183]

static void CopyPixel ( const PixelRgba src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 450 of file Image.copyPixels.cpp.

◆ CopyPixel() [136/183]

static void CopyPixel ( const PixelRgba src,
PixelInt dest 
)
inlinestatic

Definition at line 387 of file Image.copyPixels.cpp.

◆ CopyPixel() [137/183]

static void CopyPixel ( const PixelRgba src,
PixelMono dest 
)
inlinestatic

Definition at line 377 of file Image.copyPixels.cpp.

◆ CopyPixel() [138/183]

static void CopyPixel ( const PixelRgba src,
PixelMono16 dest 
)
inlinestatic

Definition at line 382 of file Image.copyPixels.cpp.

◆ CopyPixel() [139/183]

static void CopyPixel ( const PixelRgba src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 397 of file Image.copyPixels.cpp.

◆ CopyPixel() [140/183]

static void CopyPixel ( const PixelRgba src,
PixelRgb dest 
)
inlinestatic

Definition at line 421 of file Image.copyPixels.cpp.

◆ CopyPixel() [141/183]

static void CopyPixel ( const PixelRgba src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 414 of file Image.copyPixels.cpp.

◆ CopyPixel() [142/183]

static void CopyPixel ( const PixelRgba src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 443 of file Image.copyPixels.cpp.

◆ CopyPixel() [143/183]

static void CopyPixel ( const PixelRgba src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 402 of file Image.copyPixels.cpp.

◆ CopyPixel() [144/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelBgr dest 
)
inlinestatic

Definition at line 923 of file Image.copyPixels.cpp.

◆ CopyPixel() [145/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelBgra dest 
)
inlinestatic

Definition at line 908 of file Image.copyPixels.cpp.

◆ CopyPixel() [146/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelFloat dest 
)
inlinestatic

Definition at line 930 of file Image.copyPixels.cpp.

◆ CopyPixel() [147/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelHsv dest 
)
inlinestatic

Definition at line 883 of file Image.copyPixels.cpp.

◆ CopyPixel() [148/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 942 of file Image.copyPixels.cpp.

◆ CopyPixel() [149/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelInt dest 
)
inlinestatic

Definition at line 873 of file Image.copyPixels.cpp.

◆ CopyPixel() [150/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelMono dest 
)
inlinestatic

Definition at line 868 of file Image.copyPixels.cpp.

◆ CopyPixel() [151/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelMono16 dest 
)
inlinestatic

Definition at line 878 of file Image.copyPixels.cpp.

◆ CopyPixel() [152/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 888 of file Image.copyPixels.cpp.

◆ CopyPixel() [153/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelRgb dest 
)
inlinestatic

Definition at line 893 of file Image.copyPixels.cpp.

◆ CopyPixel() [154/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelRgba dest 
)
inlinestatic

Definition at line 900 of file Image.copyPixels.cpp.

◆ CopyPixel() [155/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 916 of file Image.copyPixels.cpp.

◆ CopyPixel() [156/183]

static void CopyPixel ( const PixelRgbFloat src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 935 of file Image.copyPixels.cpp.

◆ CopyPixel() [157/183]

static void CopyPixel ( const PixelRgbInt src,
PixelBgr dest 
)
inlinestatic

Definition at line 588 of file Image.copyPixels.cpp.

◆ CopyPixel() [158/183]

static void CopyPixel ( const PixelRgbInt src,
PixelBgra dest 
)
inlinestatic

Definition at line 603 of file Image.copyPixels.cpp.

◆ CopyPixel() [159/183]

static void CopyPixel ( const PixelRgbInt src,
PixelFloat dest 
)
inlinestatic

Definition at line 569 of file Image.copyPixels.cpp.

◆ CopyPixel() [160/183]

static void CopyPixel ( const PixelRgbInt src,
PixelHsv dest 
)
inlinestatic

Definition at line 552 of file Image.copyPixels.cpp.

◆ CopyPixel() [161/183]

static void CopyPixel ( const PixelRgbInt src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 611 of file Image.copyPixels.cpp.

◆ CopyPixel() [162/183]

static void CopyPixel ( const PixelRgbInt src,
PixelInt dest 
)
inlinestatic

Definition at line 547 of file Image.copyPixels.cpp.

◆ CopyPixel() [163/183]

static void CopyPixel ( const PixelRgbInt src,
PixelMono dest 
)
inlinestatic

Definition at line 537 of file Image.copyPixels.cpp.

◆ CopyPixel() [164/183]

static void CopyPixel ( const PixelRgbInt src,
PixelMono16 dest 
)
inlinestatic

Definition at line 542 of file Image.copyPixels.cpp.

◆ CopyPixel() [165/183]

static void CopyPixel ( const PixelRgbInt src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 557 of file Image.copyPixels.cpp.

◆ CopyPixel() [166/183]

static void CopyPixel ( const PixelRgbInt src,
PixelRgb dest 
)
inlinestatic

Definition at line 581 of file Image.copyPixels.cpp.

◆ CopyPixel() [167/183]

static void CopyPixel ( const PixelRgbInt src,
PixelRgba dest 
)
inlinestatic

Definition at line 595 of file Image.copyPixels.cpp.

◆ CopyPixel() [168/183]

static void CopyPixel ( const PixelRgbInt src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 574 of file Image.copyPixels.cpp.

◆ CopyPixel() [169/183]

static void CopyPixel ( const PixelRgbInt src,
PixelRgbSigned dest 
)
inlinestatic

Definition at line 562 of file Image.copyPixels.cpp.

◆ CopyPixel() [170/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelBgr dest 
)
inlinestatic

Definition at line 755 of file Image.copyPixels.cpp.

◆ CopyPixel() [171/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelBgra dest 
)
inlinestatic

Definition at line 740 of file Image.copyPixels.cpp.

◆ CopyPixel() [172/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelFloat dest 
)
inlinestatic

Definition at line 762 of file Image.copyPixels.cpp.

◆ CopyPixel() [173/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelHsv dest 
)
inlinestatic

Definition at line 715 of file Image.copyPixels.cpp.

◆ CopyPixel() [174/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelHsvFloat dest 
)
inlinestatic

Definition at line 774 of file Image.copyPixels.cpp.

◆ CopyPixel() [175/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelInt dest 
)
inlinestatic

Definition at line 710 of file Image.copyPixels.cpp.

◆ CopyPixel() [176/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelMono dest 
)
inlinestatic

Definition at line 700 of file Image.copyPixels.cpp.

◆ CopyPixel() [177/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelMono16 dest 
)
inlinestatic

Definition at line 705 of file Image.copyPixels.cpp.

◆ CopyPixel() [178/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelMonoSigned dest 
)
inlinestatic

Definition at line 720 of file Image.copyPixels.cpp.

◆ CopyPixel() [179/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelRgb dest 
)
inlinestatic

Definition at line 725 of file Image.copyPixels.cpp.

◆ CopyPixel() [180/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelRgba dest 
)
inlinestatic

Definition at line 732 of file Image.copyPixels.cpp.

◆ CopyPixel() [181/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelRgbFloat dest 
)
inlinestatic

Definition at line 767 of file Image.copyPixels.cpp.

◆ CopyPixel() [182/183]

static void CopyPixel ( const PixelRgbSigned src,
PixelRgbInt dest 
)
inlinestatic

Definition at line 748 of file Image.copyPixels.cpp.

◆ CopyPixel() [183/183]

template<class T1 , class T2 >
static void CopyPixel ( const T1 *  src,
T2 *  dest 
)
inlinestatic

Definition at line 24 of file Image.copyPixels.cpp.

◆ CopyPixels()

template<class T1 , class T2 >
static void CopyPixels ( const T1 *  osrc,
int  q1,
T2 *  odest,
int  q2,
int  w,
int  h,
bool  flip 
)
static

Definition at line 1204 of file Image.copyPixels.cpp.