HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_PackedContext.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: GU_PackedContext.h (GU Library, C++)
7  *
8  * COMMENTS:
9  * Provides context information to share between multiple unpack
10  * operations.
11  */
12 
13 #ifndef __GU_PackedContext__
14 #define __GU_PackedContext__
15 
16 #include "GU_API.h"
18 #include <GA/GA_SharedDataHandle.h>
19 
21 {
22 public:
24  virtual ~GU_PackedContext();
25 
26  GA_SharedDataContext &sharedDataContext() { return mySharedDataContext; }
27 
28 protected:
29 
31 };
32 
33 #endif
34 
35 
#define GU_API
Definition: GU_API.h:14
GA_SharedDataContext & sharedDataContext()
GA_SharedDataContext mySharedDataContext