HALCON Reference Manual 10.0.2
Table of Contents / System / Information ClassesClassesClasses | | | Operators

get_param_namesT_get_param_namesget_param_namesGetParamNamesGetParamNames (Operator)

Name

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

Signature

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

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

Herror get_param_names(const HTuple& ProcName, HTuple* InpObjPar, HTuple* OutpObjPar, HTuple* InpCtrlPar, HTuple* OutpCtrlPar)

void HOperatorSetX.GetParamNames(
[in] VARIANT ProcName, [out] VARIANT* InpObjPar, [out] VARIANT* OutpObjPar, [out] VARIANT* InpCtrlPar, [out] VARIANT* OutpCtrlPar)

VARIANT HInfoX.GetParamNames(
[in] BSTR ProcName, [out] VARIANT* OutpObjPar, [out] VARIANT* InpCtrlPar, [out] VARIANT* OutpCtrlPar)

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

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

Description

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

Parallelization

Parameters

ProcNameProcNameProcNameProcNameprocName (input_control)  proc_name HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (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 HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Names of the input objects.

OutpObjParOutpObjParOutpObjParOutpObjParoutpObjPar (output_control)  string-array HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Names of the output objects.

InpCtrlParInpCtrlParInpCtrlParInpCtrlParinpCtrlPar (output_control)  string-array HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Names of the input control parameters.

OutpCtrlParOutpCtrlParOutpCtrlParOutpCtrlParoutpCtrlPar (output_control)  string-array HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Names of the output control parameters.

Result

The operator get_param_namesget_param_namesget_param_namesGetParamNamesGetParamNames 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_keywordsget_keywordsGetKeywordsGetKeywords, search_operatorsearch_operatorsearch_operatorSearchOperatorSearchOperator, get_operator_nameget_operator_nameget_operator_nameGetOperatorNameGetOperatorName, get_operator_infoget_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfo

Possible Successors

get_param_numget_param_numget_param_numGetParamNumGetParamNum, get_param_typesget_param_typesget_param_typesGetParamTypesGetParamTypes

Alternatives

get_operator_infoget_operator_infoget_operator_infoGetOperatorInfoGetOperatorInfo, get_param_infoget_param_infoget_param_infoGetParamInfoGetParamInfo

See also

get_param_numget_param_numget_param_numGetParamNumGetParamNum, get_param_typesget_param_typesget_param_typesGetParamTypesGetParamTypes, get_operator_nameget_operator_nameget_operator_nameGetOperatorNameGetOperatorName

Module

Foundation


Table of Contents / System / Information ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH