query_contour_attribs_xldT_query_contour_attribs_xldQueryContourAttribsXldQueryContourAttribsXldquery_contour_attribs_xld (算子名称)

名称

query_contour_attribs_xldT_query_contour_attribs_xldQueryContourAttribsXldQueryContourAttribsXldquery_contour_attribs_xld — Return the names of the defined attributes of an XLD contour.

参数签名

query_contour_attribs_xld(Contour : : : Attribs)

Herror T_query_contour_attribs_xld(const Hobject Contour, Htuple* Attribs)

void QueryContourAttribsXld(const HObject& Contour, HTuple* Attribs)

HTuple HXLDCont::QueryContourAttribsXld() const

static void HOperatorSet.QueryContourAttribsXld(HObject contour, out HTuple attribs)

HTuple HXLDCont.QueryContourAttribsXld()

def query_contour_attribs_xld(contour: HObject) -> Sequence[str]

描述

query_contour_attribs_xldquery_contour_attribs_xldQueryContourAttribsXldQueryContourAttribsXldQueryContourAttribsXldquery_contour_attribs_xld returns the names of the defined attributes of an XLD contour ContourContourContourContourcontourcontour in AttribsAttribsAttribsAttribsattribsattribs. Attributes are additional values defined for each contour point, e.g., the direction perpendicular to the contour ('angle'"angle""angle""angle""angle""angle"). Operators which define contour point attributes contain a description of the name and semantics of the defined values. The operator get_contour_attrib_xldget_contour_attrib_xldGetContourAttribXldGetContourAttribXldGetContourAttribXldget_contour_attrib_xld can be used to access the values of a particular attribute.

For an overview of the different contour point attributes and the operators that add them to XLD contours see the operator reference of get_contour_attrib_xldget_contour_attrib_xldGetContourAttribXldGetContourAttribXldGetContourAttribXldget_contour_attrib_xld.

运行信息

参数表

ContourContourContourContourcontourcontour (input_object)  xld_cont objectHXLDContHObjectHXLDContHobject

Input contour.

AttribsAttribsAttribsAttribsattribsattribs (output_control)  string-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

List of the defined contour attributes.

可能的前置算子

lines_gausslines_gaussLinesGaussLinesGaussLinesGausslines_gauss, lines_facetlines_facetLinesFacetLinesFacetLinesFacetlines_facet, edges_sub_pixedges_sub_pixEdgesSubPixEdgesSubPixEdgesSubPixedges_sub_pix

参考其它

get_contour_attrib_xldget_contour_attrib_xldGetContourAttribXldGetContourAttribXldGetContourAttribXldget_contour_attrib_xld, get_contour_global_attrib_xldget_contour_global_attrib_xldGetContourGlobalAttribXldGetContourGlobalAttribXldGetContourGlobalAttribXldget_contour_global_attrib_xld, query_contour_global_attribs_xldquery_contour_global_attribs_xldQueryContourGlobalAttribsXldQueryContourGlobalAttribsXldQueryContourGlobalAttribsXldquery_contour_global_attribs_xld

模块

Foundation