UF_DRF_leader_s (查看源代码)
 
定义在: uf_drf_types.h
 
也被称为:
 
概述
A structure encapsulating the information needed to create a set of annotation
leaders for a single annotation. This structure can specify any number
of leaders, each with it's own set of intermediate points.


Data Members

num_leaders
int
The number of leaders in the structure

leader_terminators
tag_t * (tag_t型的指针)
An array of tags for the leader
terminators. There must be exactly
one(1) tag for each leader represented
in the structure.

leader_orientation
UF_DRF_leader_orientation_t
This enumerated type describes the orientation
of the leader's stub. For now, UF_DRF_LEADER_TOP
and UF_DRF_LEADER_BOTTOM are invalid
arguments for this structure.

intermediate_points
UF_DRF_intermediate_points_t *
This is an array of intermediate point
structures. The number of structures
in this array should correspond to
the number of leaders defined in num_leaders.