\documentclass[11pt,final,a4paper]{article}
\input{config.tex}
\begin{document}
-\title{The Black Box Toolkit\\User's Guide}
-\date{\today}
-\author{Laurent Guigues}
-\maketitle
+\begin{center}
+
+{\Large \BBTK}
+\vspace{1cm}
+
+{\Huge User's Guide}
+\vspace{1cm}
+
+\bbtk version 1.0
+\vspace{0.5cm}
+
+September 10th 2008
+\vspace{0.5cm}
+
+Laurent Guigues, Jean-Pierre Roux
+\end{center}
+
% ==========================================
\tableofcontents
% ==========================================
\item postpone an implicit 'new line' character to the string
\end{enumerate}
-\paragraph
+%\paragraph
+
Box processing is needed if:
+
\begin{itemize}
\item at least input has changed since last processing or
\item the input \texttt{'BoxProcessMode'} of the box is set to
Creates a Cone
\paragraph{ImageAnisotropicDiffusion3D}
-vtkImageAnisotropicDiffusion3D diffuses an volume iteratively. \\
+vtk\-Image\-Anisotropic\-Diffusion\-3D dif\-fuses a volume iteratively. \\
The neighborhood of the diffusion is determined by the instance flags. \\
if 'Faces' is on, the 6 voxels adjoined by faces are included in the neighborhood. \\
If 'Edges' is on the 12 edge connected voxels are included, and if 'Corners' is on, the 8 corner connected voxels are included. \\
Exports objet sizes, and Spacings
\paragraph{ImageDilateErode3D}
+
Dilates one value and erodes another.\\
vtkImageDilateErode3D will dilate one value and erode another. \\
It uses an elliptical foot print, and only erodes/dilates on the boundary of the two values. \\