HDK
|
#include "ImfImageChannel.h"
#include "ImfSampleCountChannel.h"
#include "ImfImageLevel.h"
#include "ImfUtilExport.h"
#include "ImfDeepFrameBuffer.h"
Go to the source code of this file.
Classes | |
class | DeepImageChannel |
class | TypedDeepImageChannel< T > |
Typedefs | |
typedef TypedDeepImageChannel < half > | DeepHalfChannel |
typedef TypedDeepImageChannel < float > | DeepFloatChannel |
typedef TypedDeepImageChannel < unsigned int > | DeepUIntChannel |
typedef TypedDeepImageChannel<float> DeepFloatChannel |
Definition at line 232 of file ImfDeepImageChannel.h.
typedef TypedDeepImageChannel<half> DeepHalfChannel |
Definition at line 231 of file ImfDeepImageChannel.h.
typedef TypedDeepImageChannel<unsigned int> DeepUIntChannel |
Definition at line 233 of file ImfDeepImageChannel.h.