PEXInteriorBundleValues 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;
         PEXReflectionAttributes5_2   reflection_attr;
         PEXColorSpecifier           bf_color;
         PEXReflectionAttributes5_2     bf_reflection_attr;
         PEXPSC                      para_surf;
   } PEXInteriorBundleValues;
 

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