00001 // $Id: GiGaVisUI_load.cpp,v 1.3 2007/01/12 15:48:40 ranjard Exp $ 00002 00003 #include "GaudiKernel/DeclareFactoryEntries.h" 00004 00005 // Declare OBJECT / CONVERTER / ALGORITHM / TOOL using the macros DECLARE_xxx 00006 // The statements are like that: 00007 // 00008 // DECLARE_ALGORITHM( MyAlgorithm ); 00009 // DECLARE_TOOL( MyTool ); 00010 // DECLARE_OBJECT( DataObject ); 00011 // 00012 // They should be inside the 'DECLARE_FACTORY_ENTRIES' body. 00013 00014 DECLARE_FACTORY_ENTRIES(Test) { 00015 00016 // UI & Vis 00017 DECLARE_TOOL( GiGaUIsession ); 00018 DECLARE_TOOL( GiGaVisManager ); 00019 DECLARE_TOOL( GiGaSetVisAttributes ); 00020 00021 }