]> Creatis software - creaRigidRegistration.git/blob - doc/UserDocumentation/UserDocumentation.tex
Added to library TransformLib.
[creaRigidRegistration.git] / doc / UserDocumentation / UserDocumentation.tex
1
2 % ==========================================
3 \documentclass[11pt,final,a4paper]{article}
4 \input{config.tex}
5 \begin{document}
6 \bbtkGuide[Package Developers' Guide]
7 \newpage
8 % ==========================================
9
10
11
12
13 % ==========================================
14 \section{Introduction}
15 % ==========================================
16
17 Introduction
18
19 \begin{enumerate}
20 \item \textbf{Subject 1 }
21 This is described in section \ref{Section1}.
22
23 \item \textbf{Describe your new box.}
24 You can do it either :
25 \begin{itemize}
26 \item In \CPP code. You will have to write the class for 
27 your box, mostly using \bbtk macros.  
28 \item In \xml code. 
29 When configuring your project with \cmake, 
30 the utility \bbfy will then generate the corresponding \CPP code. 
31 \end{itemize}
32
33 This is described in section \ref{CreateBlackBox}.
34
35 \end{enumerate}
36
37 % ==========================================
38 \section{Subject 1}
39 \label{Section1}
40 % ==========================================
41
42 % ==========================================
43 \subsection{SubSection 1}
44 % ==========================================
45 Description of the SubSection
46
47
48 \end{document}
49