HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PXL_Forward.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: PXL_Forward.h ( PXL Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __PXL_Forward__
12 #define __PXL_Forward__
13 
14 /// Forward declarations for PXL library
15 #include <UT/UT_IntrusivePtr.h>
16 #include <UT/UT_SharedPtr.h>
17 
19 class PXL_DeepCompressor;
22 
27 
28 #endif
29 
UT_IntrusivePtr< PXL_DeepSampleFilter > PXL_DeepSampleFilterPtr
Definition: PXL_Forward.h:25
std::shared_ptr< T > UT_SharedPtr
Wrapper around std::shared_ptr.
Definition: UT_SharedPtr.h:36
UT_IntrusivePtr< PXL_DeepSampleList > PXL_DeepSampleListPtr
Definition: PXL_Forward.h:24
UT_IntrusivePtr< PXL_DeepChannelList > PXL_DeepChannelListPtr
Definition: PXL_Forward.h:21
UT_SharedPtr< PXL_DeepCompressor > PXL_DeepCompressorPtr
Definition: PXL_Forward.h:26