HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_DetailGroupPair.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_DetailGroupPair.h
7  *
8  * COMMENTS:
9  *
10  */
11 
12 #ifndef __GU_DetailGroupPair_H__
13 #define __GU_DetailGroupPair_H__
14 
15 #include "GU_API.h"
16 class GU_Detail;
17 class GA_Group;
18 
20 {
21 public:
23  {
24  myGdp = 0;
25  myGroup = 0;
26  }
27  const GU_Detail *myGdp;
28  const GA_Group *myGroup;
29 };
30 
31 #endif
const GA_Group * myGroup
#define GU_API
Definition: GU_API.h:14
const GU_Detail * myGdp