#include <ImfFrameBuffer.h>
|
static IMF_EXPORT Slice | Make (PixelType type, const void *ptr, const IMATH_NAMESPACE::V2i &origin, int64_t w, int64_t h, size_t xStride=0, size_t yStride=0, int xSampling=1, int ySampling=1, double fillValue=0.0, bool xTileCoords=false, bool yTileCoords=false) |
|
static IMF_EXPORT Slice | Make (PixelType type, const void *ptr, const IMATH_NAMESPACE::Box2i &dataWindow, size_t xStride=0, size_t yStride=0, int xSampling=1, int ySampling=1, double fillValue=0.0, bool xTileCoords=false, bool yTileCoords=false) |
|
IMF_EXPORT Slice::Slice |
( |
PixelType |
type = HALF , |
|
|
char * |
base = 0 , |
|
|
size_t |
xStride = 0 , |
|
|
size_t |
yStride = 0 , |
|
|
int |
xSampling = 1 , |
|
|
int |
ySampling = 1 , |
|
|
double |
fillValue = 0.0 , |
|
|
bool |
xTileCoords = false , |
|
|
bool |
yTileCoords = false |
|
) |
| |
static IMF_EXPORT Slice Slice::Make |
( |
PixelType |
type, |
|
|
const void * |
ptr, |
|
|
const IMATH_NAMESPACE::V2i & |
origin, |
|
|
int64_t |
w, |
|
|
int64_t |
h, |
|
|
size_t |
xStride = 0 , |
|
|
size_t |
yStride = 0 , |
|
|
int |
xSampling = 1 , |
|
|
int |
ySampling = 1 , |
|
|
double |
fillValue = 0.0 , |
|
|
bool |
xTileCoords = false , |
|
|
bool |
yTileCoords = false |
|
) |
| |
|
static |
The documentation for this struct was generated from the following file: