PK_MESH_is_loaded_r_t   

struct PK_MESH_is_loaded_r_s
    {
    int                 r_t_version;    --- version number of return structure
    PK_LOGICAL_t        is_loaded;      --- whether mesh is loaded or not
    };
typedef struct PK_MESH_is_loaded_r_s PK_MESH_is_loaded_r_t;


A structure packaging the results of PK_MESH_is_loaded.

Used in:

PK_MESH_is_loaded
PK_MESH_is_loaded_r_f


The structure has the following field:

'is_loaded'     whether the mesh is loaded

The function PK_MESH_is_loaded_r_f may be used to free associated memory.