#include <ImfDeepFrameBuffer.h>
|
IMF_EXPORT | DeepSlice (PixelType type=HALF, char *base=0, size_t xStride=0, size_t yStride=0, size_t sampleStride=0, int xSampling=1, int ySampling=1, double fillValue=0.0, bool xTileCoords=false, bool yTileCoords=false) |
|
IMF_EXPORT | 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 | 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) |
|
Definition at line 19 of file ImfDeepFrameBuffer.h.
IMF_EXPORT DeepSlice::DeepSlice |
( |
PixelType |
type = HALF , |
|
|
char * |
base = 0 , |
|
|
size_t |
xStride = 0 , |
|
|
size_t |
yStride = 0 , |
|
|
size_t |
sampleStride = 0 , |
|
|
int |
xSampling = 1 , |
|
|
int |
ySampling = 1 , |
|
|
double |
fillValue = 0.0 , |
|
|
bool |
xTileCoords = false , |
|
|
bool |
yTileCoords = false |
|
) |
| |
int DeepSlice::sampleStride |
The documentation for this struct was generated from the following file: