HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DeepSlice Struct Reference

#include <ImfDeepFrameBuffer.h>

+ Inheritance diagram for DeepSlice:

Public Member Functions

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)
 
- Public Member Functions inherited from Slice
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)
 

Public Attributes

int sampleStride
 
- Public Attributes inherited from Slice
PixelType type
 
char * base
 
size_t xStride
 
size_t yStride
 
int xSampling
 
int ySampling
 
double fillValue
 
bool xTileCoords
 
bool yTileCoords
 

Additional Inherited Members

- Static Public Member Functions inherited from Slice
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)
 

Detailed Description

Definition at line 19 of file ImfDeepFrameBuffer.h.

Constructor & Destructor Documentation

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 
)

Member Data Documentation

int DeepSlice::sampleStride

Definition at line 43 of file ImfDeepFrameBuffer.h.


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