ALBA
albaUtility.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: ALBA (Agile Library for Biomedical Applications)
4 Module: albaUtility
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 __albaUtility_h
18#define __albaUtility_h
19
20#include "albaConfigure.h"
21
22
26class ALBA_EXPORT albaUtility
27{
28};
29
30#endif
31
albaUtility - the pourpose of this class is just to groups utilities classes
Definition: albaUtility.h:27