/*****************************************************************************
  FILE           : $Source: /projects/higgs1/SNNS/CVS/SNNS/xgui/sources/ui_kohonen.h,v $
  SHORTNAME      : ui_kohonen.h
  SNNS VERSION   : 4.2

  PURPOSE        : Kohonen Function Prototypes
  NOTES          :

  AUTHOR         : Marcus Ritt
  DATE           : July 13 1993

  CHANGED BY     : Guenter Mamier
  RCS VERSION    : $Revision: 2.7 $
  LAST CHANGE    : $Date: 1998/02/25 15:22:05 $

    Copyright (c) 1990-1995  SNNS Group, IPVR, Univ. Stuttgart, FRG
    Copyright (c) 1996-1998  SNNS Group, WSI, Univ. Tuebingen, FRG

    Copyright (c) 1990-1995  SNNS Group, IPVR, Univ. Stuttgart, FRG
    Copyright (c) 1996-1998  SNNS Group, WSI, Univ. Tuebingen, FRG
             
******************************************************************************/
#ifndef _KO_MAIN_DEFINED_
#define  _KO_MAIN_DEFINED_

/* begin global definition section */

extern void kohonen_createWindow (void);
extern Widget ui_ExtraToggle;
extern Widget ui_LayerWidget;
extern int ui_noOfCurrentLayer;
extern int kohonen_open;

/* end global definition section */

#endif /* _KO_MAIN_DEFINED_ */

