Class Plugin3

java.lang.Object
  extended by PluginMgr
      extended by Plugin3

public class Plugin3
extends PluginMgr

Plugin3 External Function object class for Flicker. This is a free slot for a sample plugin. Note: it must be compile with either Flicker .java files or the Flicker.jar file.

This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file. This notice must be included with the code. The Flicker Mozilla and Legal files are available on http://open2dprot.sourceforge.net/Flicker

Version:
$Date$ $Revision$
Author:
P. Lemkin (LECB/NCI), G. Thornwall (SAIC), Frederick, MD
See Also:
Flicker Home

Field Summary
 
Fields inherited from class PluginMgr
ef1, ef2, ef3, efInfo, efIsActive, efMnuName, efName, efNbr, extFctNbr, flk, info, isActive, MAX_EXTERN_FCTS, mnuName, name, nExtFcts, nPluginsFound
 
Constructor Summary
Plugin3()
           
 
Method Summary
 boolean fctCalc(Flicker flkS, ImageData iData, int[] oPix)
          fctCalc() - called to perform the image function
 
Methods inherited from class PluginMgr
fctCalc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugin3

public Plugin3()
Method Detail

fctCalc

public boolean fctCalc(Flicker flkS,
                       ImageData iData,
                       int[] oPix)
fctCalc() - called to perform the image function

Parameters:
flk - is instance of flicker
iData - image data to process
oPix - is output pixel array to put results