HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_PrimitiveFactory.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_PrimitiveFactory.h ( GA Library, C++)
7  *
8  * COMMENTS:
9  */
10 
11 #ifndef __GU_PrimitiveFactory__
12 #define __GU_PrimitiveFactory__
13 
14 #include "GU_API.h"
15 
17 
18 /// The first call to this function is _NOT_ threadsafe. Typically, the first
19 /// call will occur as a result of a static initialization.
21 
22 #endif
#define GU_API
Definition: GU_API.h:14
GU_API GA_PrimitiveFactory & GUgetFactory()