From 9d5a41aa77e7749118fc4885f7b26ea25bd90629 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Tue, 14 Oct 2008 14:20:24 +0000 Subject: [PATCH] cosmetics --- kernel/appli/bbs2cpp/bbs2cpp.cxx | 19 +++++++++++++++++++ .../bbtkPackageDevelopersGuide.tex | 8 ++++---- kernel/doc/config.tex | 5 +++-- 3 files changed, 26 insertions(+), 6 deletions(-) diff --git a/kernel/appli/bbs2cpp/bbs2cpp.cxx b/kernel/appli/bbs2cpp/bbs2cpp.cxx index bfddf71..8541b5e 100644 --- a/kernel/appli/bbs2cpp/bbs2cpp.cxx +++ b/kernel/appli/bbs2cpp/bbs2cpp.cxx @@ -1,3 +1,22 @@ +/*========================================================================= + + Program: bbtk + Module: $RCSfile: bbs2cpp.cxx,v $ + Language: C++ + Date: $Date: 2008/10/14 14:20:24 $ + Version: $Revision: 1.4 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/bbtk/License.html for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + + #include "bbtkInterpreter.h" #include "bbtkUtilities.h" diff --git a/kernel/doc/bbtkPackageDevelopersGuide/bbtkPackageDevelopersGuide.tex b/kernel/doc/bbtkPackageDevelopersGuide/bbtkPackageDevelopersGuide.tex index b0cfb21..f7c28f9 100644 --- a/kernel/doc/bbtkPackageDevelopersGuide/bbtkPackageDevelopersGuide.tex +++ b/kernel/doc/bbtkPackageDevelopersGuide/bbtkPackageDevelopersGuide.tex @@ -89,6 +89,7 @@ the utility \bbfy will then generate the corresponding \CPP code. \end{itemize} + You'll have to run the standalone application \bbCreateBlackBox allows to create the basic file architecture to start the development of a new black box, that will be included in an already existing package. @@ -127,7 +128,7 @@ That will creates the directory structure and the \texttt{cmake} files necessary to build the project. You must then decide the name of your new package. -This name will be used to load the package in \texttt{bbi}. +This name will be used to load the package by \texttt{bbStudio}. Fill up the form like in fig. \ref{bbFillUpPackageForm}. @@ -801,8 +802,7 @@ a \texttt{wxWindow} and is be able to return a pointer to it.... \\ \hline % ========================================== \begin{table}[!ht] -\caption{\label{categories} -\bbfy \texttt{Black Box} categories} +\caption{\label{categories} \texttt{bbfy} \texttt{Black Box} categories} \small \begin{tabular}{|ll|} \hline @@ -933,7 +933,7 @@ For a quick start, the best you have to do is to run \texttt{bbStudio}, then in \item \texttt{BBTK\_NAME} : the name of your box \item \texttt{BBTK\_AUTHOR} : author name (better you put e-mail adress) \item \texttt{BBTK\_DESCRIPTION} : brief description of what does the box - \item \texttt{BBTK\_CATEGORY} :box category (see table \ref{categories}) + \item \texttt{BBTK\_CATEGORY} : box category (see table \ref{categories}) \item \texttt{BBTK\_INPUT} for each one of the input parameters, you have to supply : \begin{itemize} \item The current Blackbox name. diff --git a/kernel/doc/config.tex b/kernel/doc/config.tex index 0bbc54c..3741726 100644 --- a/kernel/doc/config.tex +++ b/kernel/doc/config.tex @@ -99,7 +99,6 @@ % ========================================== \def\bbtkVersion{@BBTK_VERSION@} - \def\todo{\scriptsize\fbox{\bf TODO !!}\normalsize} \def\x{\bm{x}} \def\BBTK{{\xspace}The {\bf Black Box Toolkit} } @@ -109,6 +108,7 @@ \def\bbfy{{\xspace}$\texttt{bbfy}$ } \def\bbdoc{{\xspace}$\texttt{bbdoc}$ } \def\bbCreatePackage{{\xspace}$\texttt{bbCreatePackage}$ } +\def\bbPackageBrowser{{\xspace}$\texttt{bbPackageBrowser}$ } \def\bbCreateBlackBox{{\xspace}$\texttt{bbCreateBlackBox}$ } \def\bb{{\xspace}$\texttt{bb}$ } @@ -136,9 +136,10 @@ \def\bbtkns{{\xspace}$\texttt{bbtk}$} \def\bbins{{\xspace}$\texttt{bbi}$} \def\bbfyns{{\xspace}$\texttt{bbfy}$} -\def\bbStudions{{\xspace}$\texttt{bbStudio}$} \def\bbdocns{{\xspace}$\texttt{bbdoc}$} +\def\bbStudions{{\xspace}$\texttt{bbStudio}$} \def\bbCreatePackagens{{\xspace}$\texttt{bbCreatePackage}$} +\def\bbPackageBrowserns{{\xspace}$\texttt{bbPackageBrowser}$} \def\bbCreateBlackBoxns{{\xspace}$\texttt{bbCreateBlackBox}$} \def\bbns{{\xspace}$\texttt{bb}$} -- 2.45.1