HDK
|
#include "ImfImageChannel.h"
#include "ImfImageLevel.h"
#include "ImfUtilExport.h"
#include "ImfFrameBuffer.h"
#include "ImfPixelType.h"
#include <ImathBox.h>
#include <half.h>
Go to the source code of this file.
Classes | |
class | FlatImageChannel |
class | TypedFlatImageChannel< T > |
Typedefs | |
typedef TypedFlatImageChannel < half > | FlatHalfChannel |
typedef TypedFlatImageChannel < float > | FlatFloatChannel |
typedef TypedFlatImageChannel < unsigned int > | FlatUIntChannel |
typedef TypedFlatImageChannel<float> FlatFloatChannel |
Definition at line 159 of file ImfFlatImageChannel.h.
typedef TypedFlatImageChannel<half> FlatHalfChannel |
Definition at line 158 of file ImfFlatImageChannel.h.
typedef TypedFlatImageChannel<unsigned int> FlatUIntChannel |
Definition at line 160 of file ImfFlatImageChannel.h.
template class IMFUTIL_EXPORT_EXTERN_TEMPLATE TypedFlatImageChannel< half > |
template class IMFUTIL_EXPORT_EXTERN_TEMPLATE TypedFlatImageChannel< unsigned int > |