BASIS  version 1.2.3 (revision 2104)
basis.h
Go to the documentation of this file.
00001 /**
00002  * @file  basis.h
00003  * @brief Main include file of BASIS C++ Utilities.
00004  *
00005  * This header file includes the header files of the BASIS C++ Utilities.
00006  * Hence, it is sufficient to only include this header file.
00007  *
00008  * Copyright (c) 2011 University of Pennsylvania. All rights reserved.<br />
00009  * See https://www.cbica.upenn.edu/sbia/software/license.html or COPYING file.
00010  *
00011  * Contact: SBIA Group <sbia-software at uphs.upenn.edu>
00012  *
00013  * @ingroup BasisCxxUtilities
00014  */
00015 
00016 #pragma once
00017 #ifndef _SBIA_BASIS_BASIS_H
00018 #define _SBIA_BASIS_BASIS_H
00019 
00020 
00021 // command-line parsing
00022 #include <sbia/basis/CmdLine.h>
00023 
00024 // basis utilities library
00025 #include <sbia/basis/assert.h>
00026 #include <sbia/basis/except.h>
00027 #include <sbia/basis/path.h>
00028 #include <sbia/basis/subprocess.h>
00029 
00030 // project-specific utilities
00031 #include <sbia/basis/config.h>
00032 #include "ExecutableTargetInfo.h"
00033 #include "stdaux.h"
00034 
00035 
00036 #endif // _SBIA_BASIS_BASIS_H