PK_TOPOL_facet_2_r_t   

struct PK_TOPOL_facet_2_r_s
    {
    int                      number_of_facets;
    int                      number_of_strips;
    int                      number_of_fins;
    int                      number_of_tables;
    PK_TOPOL_facet_table_t  *tables;
    };
typedef struct PK_TOPOL_facet_2_r_s PK_TOPOL_facet_2_r_t;



The PK_TOPOL_facet_2_r_t structure returns the total number of facets, strips
and fins in the facet mesh.  It also returns the number of tables being
returned as well as an array of PK_TOPOL_facet_table_t structures.

Used in:

PK_TOPOL_facet_2
PK_TOPOL_facet_2_r_f
PK_TOPOL_facet_tables_cb_f_t


The returned structure always returns the number of facets, strips and fins in
the facet mesh, irrespective of choices selected by the
PK_TOPOL_facet_choice_2_o_t options structure.

To free all of the memory allocated for the return tables, the function
PK_TOPOL_facet_2_r_f should be called.