PK_BODY_tracked_sweep_2_r_t   

struct PK_BODY_tracked_sweep_2_r_s
    {
    PK_BODY_sweep_status_2_r_t   status;
    PK_BODY_t                    body;
    PK_TOPOL_track_r_t           tracking_info;
    };

typedef struct PK_BODY_tracked_sweep_2_r_s PK_BODY_tracked_sweep_2_r_t;



A structure packaging a single swept result body along with its associated
status, and tracking information.

Used in:

PK_BODY_make_swept_body_2
PK_BODY_tracked_sweep_2_r_f


The structure has the following fields :

'status'            A structure containing the degree of success in completing
                    the swept body and information on any faults detected.
                    Note that this may indicate failure even where
                    PK_BODY_make_swept_body_2 returns PK_ERROR_no_errors.

'body'              The swept body produced by PK_BODY_make_swept_body_2.
                    It may not check or be valid in cases where the status
                    indicates anything other than complete success.

'tracking_info'     A collection of structures that hold associations between
                    the topology presented to PK_BODY_make_swept_body_2 and
                    those present in the body returned in the 'body' field.

The function PK_BODY_tracked_sweep_2_r_f may be used to free associated memory.