]> Creatis software - bbtk.git/commitdiff
cosmetics
authorjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 14 Oct 2008 14:20:24 +0000 (14:20 +0000)
committerjean-pierre roux <jean-pierre.roux@creatis.insa-lyon.fr>
Tue, 14 Oct 2008 14:20:24 +0000 (14:20 +0000)
kernel/appli/bbs2cpp/bbs2cpp.cxx
kernel/doc/bbtkPackageDevelopersGuide/bbtkPackageDevelopersGuide.tex
kernel/doc/config.tex

index bfddf71fef3a8a12f71276fda4ef9a90efd34f6f..8541b5ed1e854f75298e6d7b5dda0eac25de55ff 100644 (file)
@@ -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"
 
 #include "bbtkInterpreter.h"
 #include "bbtkUtilities.h"
 
index b0cfb217ee9e1ce3b69314ec2a6b07cb48760e4c..f7c28f9e7703d4193d9120e86b2dd151c67186e5 100644 (file)
@@ -89,6 +89,7 @@ the utility \bbfy will then generate the corresponding \CPP code.
 \end{itemize}
 
 
 \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.
 
 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. 
 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}.
 
 
 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]
 
 % ==========================================
 \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
 \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\_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.
     \item \texttt{BBTK\_INPUT} for each one of the input parameters, you have to supply : 
        \begin{itemize}
          \item The current Blackbox name.
index 0bbc54c9afcaf62de94935e684a1ea561500fd3f..3741726e6934012de63c7117721e627dd264b1d3 100644 (file)
@@ -99,7 +99,6 @@
 
 % ==========================================
 \def\bbtkVersion{@BBTK_VERSION@}
 
 % ==========================================
 \def\bbtkVersion{@BBTK_VERSION@}
-
 \def\todo{\scriptsize\fbox{\bf TODO !!}\normalsize}
 \def\x{\bm{x}}
 \def\BBTK{{\xspace}The {\bf Black Box Toolkit} }
 \def\todo{\scriptsize\fbox{\bf TODO !!}\normalsize}
 \def\x{\bm{x}}
 \def\BBTK{{\xspace}The {\bf Black Box Toolkit} }
 \def\bbfy{{\xspace}$\texttt{bbfy}$ }
 \def\bbdoc{{\xspace}$\texttt{bbdoc}$ }
 \def\bbCreatePackage{{\xspace}$\texttt{bbCreatePackage}$ }
 \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}$ }
 \def\bbCreateBlackBox{{\xspace}$\texttt{bbCreateBlackBox}$ }
 
 \def\bb{{\xspace}$\texttt{bb}$ }
 \def\bbtkns{{\xspace}$\texttt{bbtk}$}
 \def\bbins{{\xspace}$\texttt{bbi}$}
 \def\bbfyns{{\xspace}$\texttt{bbfy}$}
 \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\bbdocns{{\xspace}$\texttt{bbdoc}$}
+\def\bbStudions{{\xspace}$\texttt{bbStudio}$}
 \def\bbCreatePackagens{{\xspace}$\texttt{bbCreatePackage}$}
 \def\bbCreatePackagens{{\xspace}$\texttt{bbCreatePackage}$}
+\def\bbPackageBrowserns{{\xspace}$\texttt{bbPackageBrowser}$}
 \def\bbCreateBlackBoxns{{\xspace}$\texttt{bbCreateBlackBox}$}
 
 \def\bbns{{\xspace}$\texttt{bb}$}
 \def\bbCreateBlackBoxns{{\xspace}$\texttt{bbCreateBlackBox}$}
 
 \def\bbns{{\xspace}$\texttt{bb}$}