SYNOPSIS

#include <transform.h>

int Trf_Register

(

Tcl_Interp *interp,

const Trf_TypeDefinition *type

);

PARAMETERS

Tcl_Interp *interp

Interpreter to register at.

const Trf_TypeDefinition *type

Transformation to register.

DESCRIPTION

Extends the given interpreter with a new command giving access to the transformation described in 'type'. 'Type->name' is used as name of the command.

RELATED TO Trf_Register…