HALCON Reference Manual 10.0.2
Table of Contents / Matching / Gray-Value-Based ClassesClassesClasses | | | Operators

clear_templateclear_templateclear_templateClearTemplateClearTemplate (Operator)

Name

clear_templateclear_templateclear_templateClearTemplateClearTemplate — Deallocation of the memory of a template.

Signature

clear_template( : : TemplateID : )

Herror clear_template(const Hlong TemplateID)

Herror T_clear_template(const Htuple TemplateID)

Herror clear_template(const HTuple& TemplateID)

void HOperatorSetX.ClearTemplate([in] VARIANT TemplateID)

static void HOperatorSet.ClearTemplate(HTuple templateID)

Description

The operator clear_templateclear_templateclear_templateClearTemplateClearTemplate deallocates the memory of a template which has been created by create_templatecreate_templatecreate_templateCreateTemplateCreateTemplate or create_template_rotcreate_template_rotcreate_template_rotCreateTemplateRotCreateTemplateRot. After execution of the operator clear_templateclear_templateclear_templateClearTemplateClearTemplate the template can no longer be used. The value of TemplateIDTemplateIDTemplateIDTemplateIDtemplateID is not valid. However, the number can be used again by further calls of create_templatecreate_templatecreate_templateCreateTemplateCreateTemplate or create_template_rotcreate_template_rotcreate_template_rotCreateTemplateRotCreateTemplateRot.

Parallelization

Parameters

TemplateIDTemplateIDTemplateIDTemplateIDtemplateID (input_control)  template HTemplate, HTupleHTemplate, HTupleHTemplateX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong)

Template number.

Result

If the number of the template is valid, the operator clear_templateclear_templateclear_templateClearTemplateClearTemplate returns the value 2 (H_MSG_TRUE). If necessary an exception is raised.

Possible Predecessors

create_templatecreate_templatecreate_templateCreateTemplateCreateTemplate, create_template_rotcreate_template_rotcreate_template_rotCreateTemplateRotCreateTemplateRot, read_templateread_templateread_templateReadTemplateReadTemplate, write_templatewrite_templatewrite_templateWriteTemplateWriteTemplate

See also

clear_all_templatesclear_all_templatesclear_all_templatesClearAllTemplatesClearAllTemplates

Module

Matching


Table of Contents / Matching / Gray-Value-Based ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH