+/*=========================================================================
+
+ 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"
\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.
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}.
% ==========================================
\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
\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.
% ==========================================
\def\bbtkVersion{@BBTK_VERSION@}
-
\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\bbPackageBrowser{{\xspace}$\texttt{bbPackageBrowser}$ }
\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\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}$}