PK_TOPOL_fctab_incr_faces_t   
struct PK_TOPOL_fcstr_incr_faces_s
       {
       PK_facet_fault_t    reason_required;
       PK_FACE_t           face;
       };
typedef struct PK_TOPOL_fcstr_incr_faces_s
               PK_TOPOL_fcstr_incr_faces_t;
struct PK_TOPOL_fctab_incr_faces_s
       {
       PK_TOPOL_fcstr_incr_faces_t   *data;
       int                            length;
       };
typedef struct PK_TOPOL_fctab_incr_faces_s
               PK_TOPOL_fctab_incr_faces_t;

Used in:

PK_TOPOL_facet_table_t


This is a support structure for PK_TOPOL_facet_r_t. It is a lookup table which
returns faces that have been added to the array of faces supplied to facetting
(when incremental facetting is requested) along with the reason the face needed
to be added.


first column integer value      second column integer value
---------------------------     ----------------------------

PK_facet_fault_added_missing_c  The specified PK_FACE_t entity was required
                                in order to define a facetted perimeter for
                                incremental facetting.

PK_facet_fault_added_refine_c   The specified PK_FACE_t entity needed to be
                                facetted due to an adjacent face that was being
                                facetted requiring refinement.


Generated on: Fri, 04 Oct 2024 12:23:00 GMT