HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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
"
17
#include <
GA/GA_SharedDataContext.h
>
18
#include <
GA/GA_SharedDataHandle.h
>
19
20
class
GU_API
GU_PackedContext
21
{
22
public
:
23
GU_PackedContext
();
24
virtual
~
GU_PackedContext
();
25
26
GA_SharedDataContext
&
sharedDataContext
() {
return
mySharedDataContext; }
27
28
protected
:
29
30
GA_SharedDataContext
mySharedDataContext
;
31
};
32
33
#endif
34
35
GU_API
#define GU_API
Definition:
GU_API.h:14
GU_PackedContext
Definition:
GU_PackedContext.h:20
GU_PackedContext::sharedDataContext
GA_SharedDataContext & sharedDataContext()
Definition:
GU_PackedContext.h:26
GA_SharedDataContext.h
GU_API.h
GU_PackedContext::mySharedDataContext
GA_SharedDataContext mySharedDataContext
Definition:
GU_PackedContext.h:30
GA_SharedDataContext
Definition:
GA_SharedDataContext.h:25
GA_SharedDataHandle.h
GU
GU_PackedContext.h
Generated on Thu Nov 21 2024 02:43:39 for HDK by
1.8.6