ClassesClasses | | Operators

query_contour_attribs_xldT_query_contour_attribs_xldQueryContourAttribsXldQueryContourAttribsXld (Operator)

Name

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

Signature

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()

Description

query_contour_attribs_xldquery_contour_attribs_xldQueryContourAttribsXldQueryContourAttribsXldQueryContourAttribsXld returns the names of the defined attributes of an XLD contour ContourContourContourContourcontour in AttribsAttribsAttribsAttribsattribs. Attributes are additional values defined for each contour point, e.g., the direction perpendicular to the contour ('angle'"angle""angle""angle""angle"). Operators which define this kind of attributes contain a description of the name and semantics of the defined values. get_contour_attrib_xldget_contour_attrib_xldGetContourAttribXldGetContourAttribXldGetContourAttribXld can be used to access the values of a particular attribute.

Execution Information

Parameters

ContourContourContourContourcontour (input_object)  xld_cont objectHXLDContHXLDContHobject

Input contour.

AttribsAttribsAttribsAttribsattribs (output_control)  string-array HTupleHTupleHtuple (string) (string) (HString) (char*)

List of the defined contour attributes.

Possible Predecessors

lines_gausslines_gaussLinesGaussLinesGaussLinesGauss, lines_facetlines_facetLinesFacetLinesFacetLinesFacet, edges_sub_pixedges_sub_pixEdgesSubPixEdgesSubPixEdgesSubPix

See also

get_contour_attrib_xldget_contour_attrib_xldGetContourAttribXldGetContourAttribXldGetContourAttribXld, get_contour_global_attrib_xldget_contour_global_attrib_xldGetContourGlobalAttribXldGetContourGlobalAttribXldGetContourGlobalAttribXld, query_contour_global_attribs_xldquery_contour_global_attribs_xldQueryContourGlobalAttribsXldQueryContourGlobalAttribsXldQueryContourGlobalAttribsXld

Module

Foundation


ClassesClasses | | Operators