PEXInteriorBundleEntry Data Structure


 
   typedef struct {
         PEXEnumTypeIndex           style;
         PEXTypeOrTableIndex        style_index;
         PEXEnumTypeIndex           reflection_model;
         PEXEnumTypeIndex           interp_method;
         PEXEnumTypeIndex           bf_style;
         PEXTypeOrTableIndex        bf_style_index;
         PEXEnumTypeIndex           bf_reflection_model;
         PEXEnumTypeIndex           bf_interp_method;
         PEXSurfaceApprox           surface_approx;
         PEXColorSpecifier          color;
         PEXReflectionAttributes    reflection_attr;
         PEXColorSpecifier          bf_color;
         PEXReflectionAttributes    bf_reflection_attr;
   } PEXInteriorBundleEntry;
 

For a list of data structures for lookup tables, see Data Structures for Lookup Tables.