Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

REROOT_Classes/ddlfiles/Material.h

Go to the documentation of this file.
00001 #ifndef  __Material_LOADED
00002 #define  __Material_LOADED
00003 typedef struct {
00004 int material;
00005 int              ID;
00006 char             Name[32];
00007 float            A;
00008 float            Z;
00009 float            Density;
00010 float            RadLen;
00011 float            AbsLen;
00012 int              NMix;
00013 int _9999;
00014 } MATERIAL_DEF;
00015 #ifdef __TAP_CREOBJ__
00016 MATERIAL_DEF Material;
00017 #else
00018 extern MATERIAL_DEF Material;
00019 #endif
00020 #endif
00021 

Generated on Mon Feb 15 11:06:57 2010 for loon by  doxygen 1.3.9.1