UF_SF_defeature_parms_s (查看源代码)
 
定义在: uf_sf_types.h
 
也被称为:
 
概述
Structure defining the parameters of a defeature feature.


Data Members

num_ret_faces
int
Number of retained faces in the
retained_faces array. Can be 0

retained_faces
tag_t * (tag_t型的指针)
Array of retained faces.
Will be NULL if num_ret_faces == 0

num_rem_faces
int
Number of removed faces in the
removed_faces array. Can be 0

removed_faces
tag_t * (tag_t型的指针)
Array of removed faces.
Will be NULL if num_rem_faces == 0

region_parms_p
UF_SF_idealize_region_p_t
Pointer to an instance of
UF_SF_idealize_region_t structure
that defines a region on the
body or NULL.