File List

Here is a list of all files with brief descriptions:
/home/guigues/bbtk-build-tmp/bbtk/kernel/appli/bbi/bbi.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/appli/bbPackageBrowser/bbPackageBrowser.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/appli/bbs2cpp/bbs2cpp.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/appli/bbStudio/bbStudio.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAny.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAny.h [code]Defines the class any which can store any type of data (adapted from boost::any)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBox.cxx [code]Class bbtk::AtomicBlackBox : abstract user defined black boxes
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBox.h [code]Class bbtk::AtomicBlackBox : ancestor of all user defined (concrete) black boxes which are atomic (vs. complex boxes which are made up of other (atomic or complex) boxes)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxDescriptor.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxDescriptor.h [code]Class bbtk::AtomicBlackBoxDescriptor : structure containing the description of a AtomicBlackBox input (name, description, type, functor)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxGetSetFunctor.h [code]Class bbtk::AtomicBlackBoxGetFunctor / Class bbtk::AtomicBlackBoxSetFunctor : abstract functors of the Get and Set accessors of the inputs and outputs of a AtomicBlackBox ; Concrete derivatives
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxInputDescriptor.cxx [code]Class bbtk::AtomicBlackBoxInputDescriptor : structure containing the description of a AtomicBlackBox input (name, description, type, functor)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxInputDescriptor.h [code]Class bbtk::AtomicBlackBoxInputDescriptor : structure containing the description of a AtomicBlackBox input (name, description, type, functor)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxMacros.h [code]Defines macros for the creation of new user black boxes
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxOutputDescriptor.cxx [code]Class bbtk::AtomicBlackBoxOutputDescriptor : structure containing the description of a AtomicBlackBox output (name, description, type, functor)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkAtomicBlackBoxOutputDescriptor.h [code]Class bbtk::AtomicBlackBoxOutputDescriptor : structure containing the description of a AtomicBlackBox output (name, description, type, functor)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBox.cxx [code]Class bbtk::BlackBox : abstract black-box interface
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBox.h [code]Class bbtk::BlackBox : abstract black-box interface
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxDescriptor.cxx [code]Class bbtk::BlackBoxDescriptor : (abstract) describes a BlackBox (name, description, author) and is able to create an instance of it
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxDescriptor.h [code]Class bbtk::BlackBoxDescriptor : (abstract) describes of a BlackBox (name, description, author) and is able to create an instance of it
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxInputConnector.cxx [code]Class bbtk::BlackBoxInputConnector :
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxInputConnector.h [code]Class bbtk::BlackBoxInputConnector :
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxInputDescriptor.h [code]Class bbtk::BlackBoxInputDescriptor : abstract descriptor of an input of a black box
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxInputOutputDescriptor.h [code]Class bbtk::BlackBoxInputOutputDescriptor : abstract descriptor of an input or an output of a black box (has a name, description, type and nature)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxOutputConnector.cxx [code]Class bbtk::BlackBoxOutputConnector :
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxOutputConnector.h [code]Class bbtk::BlackBoxOutputConnector :
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkBlackBoxOutputDescriptor.h [code]Class bbtk::BlackBoxOutputDescriptor : abstract descriptor of an output of a black box (stores a name, a description and type)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBox.cxx [code]Class bbtk::ComplexBlackBox : user defined complex black boxes
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBox.h [code]Class bbtk::ComplexBlackBox : user defined complex black boxes
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBoxDescriptor.cxx [code]Class bbtk::ComplexBlackBoxDescriptor : describes a ComplexBlackBox (constituents, connections) and is able to create an instance of it
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBoxDescriptor.h [code]Class bbtk::ComplexBlackBoxDescriptor : describes a ComplexBlackBox (constituents, connections) and is able to create an instance of it
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBoxInputDescriptor.cxx [code]Class bbtk::ComplexBlackBoxInputDescriptor : structure containing the description of a ComplexBlackBox input (name, description, type, mapping)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBoxInputDescriptor.h [code]Class bbtk::ComplexBlackBoxInputDescriptor : structure containing the description of a ComplexBlackBox input (name, description, type, mapping)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBoxOutputDescriptor.cxx [code]Class bbtk::ComplexBlackBoxOutputDescriptor : structure containing the description of a ComplexBlackBox output (name, description, type, mapping)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkComplexBlackBoxOutputDescriptor.h [code]Class bbtk::ComplexBlackBoxOutputDescriptor : structure containing the description of a ComplexBlackBox output (name, description, type, mapping)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkConfigurationFile.cxx [code]Class bbtk::ConfigurationFile
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkConfigurationFile.h [code]Class bbtk::ConfigurationFile
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkConnection.cxx [code]Class bbtk::Connection
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkConnection.h [code]Class bbtk::Connection
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkData.h [code]Defines Data and DataInfo
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkDynamicLibraryHandling.h [code]Dynamic library loading stuff (OS dependent)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkException.h [code]Class Exception:generic class for throwing any exception (header)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkExecuter.cxx [code]Class Executer: level 0 of script execution (code)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkExecuter.h [code]Class Executer: level 0 of script execution (header)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkFactory.cxx [code]Class bbtk::Factory : can load and unload dynamic libraries containing black boxes packages and create instances of the black boxes registered in the packages loaded
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkFactory.h [code]Class bbtk::Factory : can load and unload dynamic libraries containing black boxes packages and create instances of the black boxes registered in the packages loaded
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkInterpreter.cxx [code]Class Interpreter :
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkInterpreter.h [code]Class Interpreter : The bbtk language interpreter
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkItkBlackBoxMacros.h [code]Defines macros for the creation of itk object inherited black boxes
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkMessageManager.cxx [code]Class MessageManager : Manages the messages displayed by bbtk (code)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkMessageManager.h [code]Class bbtkMessageManager and Macros for outputing messages in bbtk
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkObject.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkObject.h [code]Object : the top class of bbtk class hierarchy
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkPackage.cxx [code]Class bbtk::Package : registers black boxes descriptors and is able to create instances of the black boxes registered
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkPackage.h [code]Class bbtk::Package : registers black boxes descriptors and is able to create instances of the black boxes registered
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkRTTI.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkRTTI.h [code]RTTI tools (system dependent)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkSystem.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkSystem.h [code]All the OS depending stuff
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkTranscriptor.cxx [code]Class Transcriptor: level 0 of script execution (code)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkTranscriptor.h [code]Class Transcriptor: level 0 of script C++ translation (header)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkTypeMapping.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkUtilities.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkUtilities.h [code]Struct bbtk::Utilities : various usefull methods
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkVirtualExec.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkVirtualExec.h [code]Class VirtualExec: level 0 of script execution (header)
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkVtkBlackBoxMacros.h [code]Defines macros for the creation of vtk object inherited black boxes
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWx.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWx.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxBlackBox.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxBlackBox.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUICommand.cxx [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUICommand.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIConsole.cxx [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIConsole.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIHtmlBrowser.cxx [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIHtmlBrowser.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIOutputMessages.cxx [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIOutputMessages.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIPackageBrowser.cxx [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIPackageBrowser.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIPackageBrowser2.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIPackageBrowser2.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIScriptingInterface.cxx [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUIScriptingInterface.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUITextEditor.cxx [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxGUITextEditor.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkWxStreamRedirector.h [code]Short description in one line
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/bbtkXML.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/xmlParser.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/cmake/bbtkTestFUNCTION.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/cmake/bbtkTestIstringStream.cxx [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/ThirdParty/wx/treemultictrl/tmcimages.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/ThirdParty/wx/treemultictrl/TreeMultiItemBase.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/ThirdParty/wx/treemultictrl/TreeMultiItemNode.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/ThirdParty/wx/treemultictrl/TreeMultiItemRoot.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/ThirdParty/wx/treemultictrl/TreeMultiItemWindow.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/ThirdParty/wx/treemultictrl/wxTreeMultiCtrl.h [code]
/home/guigues/bbtk-build-tmp/bbtk/kernel/src/ThirdParty/wx/treemultictrl/wxTreeMultiEvent.h [code]

Generated on Wed Nov 12 11:39:08 2008 for BBTK by  doxygen 1.5.6