Home > ISET > gui > ieSetFilterName.m

ieSetFilterName

PURPOSE ^

Insert a new filter name into the list of filters in the ISA

SYNOPSIS ^

function filterNames = ieSetFilterName(whichFilter,newFilterName,isa)

DESCRIPTION ^

Insert a new filter name into the list of filters in the ISA

  filterNames = ieSetFilterName(whichFilter,newFilterName,[isa])

 Purpose:
   Insert a new filter name into the list of filterNames at the integer
   valued position whichFilter. whichFilter can be a value greater than
   the length of the isa filternames, in which case a new name is
   appended.  If the new name conflicts with an existing name, then it is
   modified before it is
   inserted.

 Example:
    filterNames = ieSetFilterName(1,'rDefault')

 Copyright ImagEval Consultants, LLC, 2003.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 20-Nov-2008 22:09:04 by m2html © 2003