/vol/vipdata/irtk/geometry++/include/irtkGeometry.h

00001 /*=========================================================================
00002 
00003   Library   : Image Registration Toolkit (IRTK)
00004   Module    : $Id: irtkGeometry.h 2 2008-12-23 12:40:14Z dr $
00005   Copyright : Imperial College, Department of Computing
00006               Visual Information Processing (VIP), 2008 onwards
00007   Date      : $Date: 2008-12-23 12:40:14 +0000 (Tue, 23 Dec 2008) $
00008   Version   : $Revision: 2 $
00009   Changes   : $Author: dr $
00010 
00011 =========================================================================*/
00012 
00013 #ifndef _IRTKGEOMETRY_H
00014 
00015 #define _IRTKGEOMETRY_H
00016 
00017 #include <irtkCommon.h>
00018 
00019 // Scalar functions
00020 #include <irtkScalarFunction.h>
00021 
00022 // Complex functions
00023 #include <irtkComplexFunction.h>
00024 
00025 // Vectors and matrices
00026 #include <irtkVector.h>
00027 #include <irtkMatrix.h>
00028 
00029 // Points and point sets
00030 #include <irtkPoint.h>
00031 #include <irtkPointSet.h>
00032 
00033 #endif