|
HDK
|
#include "ImfNamespace.h"#include "ImfUtilExport.h"#include "ImfImageChannel.h"#include "ImfImageLevel.h"#include "ImfSampleCountChannel.h"#include "ImfDeepFrameBuffer.h"
Include dependency graph for ImfDeepImageChannel.h:
This graph shows which files directly or indirectly include this file: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 210 of file ImfDeepImageChannel.h.
| typedef TypedDeepImageChannel<half> DeepHalfChannel |
Definition at line 209 of file ImfDeepImageChannel.h.
| typedef TypedDeepImageChannel<unsigned int> DeepUIntChannel |
Definition at line 211 of file ImfDeepImageChannel.h.
| template class IMFUTIL_EXPORT_EXTERN_TEMPLATE TypedDeepImageChannel< half > |
| template class IMFUTIL_EXPORT_EXTERN_TEMPLATE TypedDeepImageChannel< unsigned int > |