ALBA
albaBase.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: ALBA (Agile Library for Biomedical Applications)
4 Module: albaBase
5 Authors: Marco Petrone
6
7 Copyright (c) BIC
8 All rights reserved. See Copyright.txt or
9
10
11 This software is distributed WITHOUT ANY WARRANTY; without even
12 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
13 PURPOSE. See the above copyright notice for more information.
14
15=========================================================================*/
16
17#ifndef __albaBase_h
18#define __albaBase_h
19
20#include "albaConfigure.h"
21
22
27{
28};
29
30#endif
31
albaBase - the pourpose of this class is just to groups utilities classes
Definition: albaBase.h:27