ClassesClasses | | Operators

get_param_namesT_get_param_namesGetParamNamesGetParamNames (Operator)

Name

get_param_namesT_get_param_namesGetParamNamesGetParamNames — Get the names of the parameters of a HALCON-operator.

Signature

get_param_names( : : OperatorName : InpObjPar, OutpObjPar, InpCtrlPar, OutpCtrlPar)

Herror T_get_param_names(const Htuple OperatorName, Htuple* InpObjPar, Htuple* OutpObjPar, Htuple* InpCtrlPar, Htuple* OutpCtrlPar)

void GetParamNames(const HTuple& OperatorName, HTuple* InpObjPar, HTuple* OutpObjPar, HTuple* InpCtrlPar, HTuple* OutpCtrlPar)

static HTuple HInfo::GetParamNames(const HString& OperatorName, HTuple* OutpObjPar, HTuple* InpCtrlPar, HTuple* OutpCtrlPar)

static HTuple HInfo::GetParamNames(const char* OperatorName, HTuple* OutpObjPar, HTuple* InpCtrlPar, HTuple* OutpCtrlPar)

static void HOperatorSet.GetParamNames(HTuple operatorName, out HTuple inpObjPar, out HTuple outpObjPar, out HTuple inpCtrlPar, out HTuple outpCtrlPar)

static HTuple HInfo.GetParamNames(string operatorName, out HTuple outpObjPar, out HTuple inpCtrlPar, out HTuple outpCtrlPar)

Description

For the HALCON-operator indicated in OperatorNameOperatorNameOperatorNameOperatorNameoperatorName the operator get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNames returns the names of the input objects, the output objects, of the input control parameters and the output control parameters.

Execution Information

Parameters

OperatorNameOperatorNameOperatorNameOperatorNameoperatorName (input_control)  proc_name HTupleHTupleHtuple (string) (string) (HString) (char*)

Name of the operator.

Default value: 'get_param_names' "get_param_names" "get_param_names" "get_param_names" "get_param_names"

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

Names of the input objects.

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

Names of the output objects.

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

Names of the input control parameters.

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

Names of the output control parameters.

Result

The operator get_param_namesget_param_namesGetParamNamesGetParamNamesGetParamNames returns the value 2 (H_MSG_TRUE) if the name of the operator exists and the helpfiles are available. Otherwise an exception is raised.

Possible Predecessors

get_keywordsget_keywordsGetKeywordsGetKeywordsGetKeywords, search_operatorsearch_operatorSearchOperatorSearchOperatorSearchOperator, get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorName, get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfo

Possible Successors

get_param_numget_param_numGetParamNumGetParamNumGetParamNum, get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypes

Alternatives

get_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfoGetOperatorInfo, get_param_infoget_param_infoGetParamInfoGetParamInfoGetParamInfo

See also

get_param_numget_param_numGetParamNumGetParamNumGetParamNum, get_param_typesget_param_typesGetParamTypesGetParamTypesGetParamTypes, get_operator_nameget_operator_nameGetOperatorNameGetOperatorNameGetOperatorName

Module

Foundation


ClassesClasses | | Operators