![]() |
PK_LATTICE_graph_data_t |
struct PK_LATTICE_graph_data_s
{
PK_LATTICE_graph_t graph_type; --- The type of graph data
--- being conveyed
union
{
PK_LATTICE_graph_cyl_o_t *cyl;
PK_LATTICE_graph_cone_o_t *cone;
}
graph; --- Data
};
typedef struct PK_LATTICE_graph_data_s PK_LATTICE_graph_data_t;