 |
PK_BODY_tracked_loft_r_t |
|
struct PK_BODY_tracked_loft_s
{
PK_BODY_loft_status_r_t status;
PK_BODY_t body;
PK_TOPOL_track_r_t tracking_info;
};
typedef struct PK_BODY_tracked_loft_s PK_BODY_tracked_loft_r_t;
The structure packages a single lofted result body along with its associated
status, and tracking information.
Used in:
PK_BODY_make_lofted_body
PK_BODY_tracked_loft_r_f
The structure has the following fields :
'status' A structure holding a status token and location
information on some problem arising during the attempt
to loft the profiles.
'body' The lofted body produced by PK_BODY_make_lofted_body.
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_lofted_body and
those present in the body returned in the 'body' field.
The function PK_BODY_tracked_loft_r_f may be used to free associated memory.