UF_MODL_udf_exp_data_s (查看源代码)
 
定义在: uf_modl_types.h
 
也被称为:
 
概述
This structure contains UDF expression information:
old_exps: At the instantiation, they can be obtained from
the UDF feature definition by calling the public API
routine UF_MODL_init_udf_insert_data_from_def().

At the editing, they can be obtained from the UDF
instantiated feature by calling the public API routine
UF_MODL_ask_instantiated_udf().

new_exp_values: They can be inputted by the user for both of
instantiation and editing.


Data Members

num_exps
int
Number of expressions

old_exps
tag_t * (tag_t型的指针)
Array of udf definition expression

new_exp_values
char * *
Array of new expression new values
only the right hand side