UF_DRF_intermediate_points_s (查看源代码)
定义在: uf_drf_types.h
也被称为:
- UF_DRF_intermediate_points_t
- UF_DRF_intermediate_points_p_t
概述
This structure defines a set of intermediate points for a single leader
of an annotation.
Data Members
num_points
int
points
double * *
num_points must be greater than or equal to zero.
The number of points corresponds directly to the
number of points between the stub and the leader
terminator. The ordering of the points is also
important. The first point (points[0][]) describes
the closest intermediate point to the leader
terminator. The nth point describes the
intermediate point closest to the stub (or
annotation if there is no stub. Here is a sample
of a leader with 3 intermediate points and their
relative indices. Note that the stub points are not
considered intermediate points:
(points[2][...])
/ \
/ \ ----------------> (terminator)
ANN -(stub)--/ \ / (points[0][...])
\ /
\ /
(points[1][...])