|
HDK
|
#include "ImfImageChannel.h"#include "ImfImageLevel.h"#include "ImfUtilExport.h"#include "ImfFrameBuffer.h"#include "ImfPixelType.h"#include <ImathBox.h>#include <half.h>
Include dependency graph for ImfFlatImageChannel.h:
This graph shows which files directly or indirectly include this file: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 > |