/vol/vipdata/irtk/packages/registration/include/irtkMultipleSurfaceFreeFormRegistration.h

00001 /*=========================================================================
00002 
00003   Library   : Image Registration Toolkit (IRTK)
00004   Module    : $Id: irtkMultipleSurfaceFreeFormRegistration.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 #ifdef HAS_VTK
00014 
00015 #ifndef _IRTKMULTIPLESURFACEFREEFORMREGISTRATION_H
00016 
00017 #define _IRTKMULTIPLESURFACEFREEFORMREGISTRATION_H
00018 
00019 class irtkMultipleSurfaceFreeFormRegistration : public irtkMultipleSurfaceRegistration
00020 {
00021 
00022 protected:
00023 
00025   virtual void Initialize();
00026 
00028   virtual void Finalize();
00029 
00030 public:
00031 
00033   irtkMultipleSurfaceFreeFormRegistration();
00034 
00036   virtual void SetOutput(irtkTransformation *);
00037 
00039   virtual const char *NameOfClass();
00040 };
00041 
00042 #endif
00043 
00044 #endif