Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

mitkAffineTransform.h

00001 /*=========================================================================
00002 
00003   Program:   3DMed
00004   Date:      $Date: 2014-02-25 18:30:00 +0800 $
00005   Version:   $Version: 4.6.0 $
00006   Copyright: MIPG, Institute of Automation, Chinese Academy of Sciences
00007 
00008 =========================================================================*/
00009 
00010 
00011 #ifndef __mitkAffineTransform_h
00012 #define __mitkAffineTransform_h
00013 
00014 #include "mitkTransform.h"
00015 
00029 
00030 class MITK_REGISTRATION_API mitkAffineTransform : public mitkTransform
00031 {
00032 public:
00033     MITK_TYPE(mitkAffineTransform, mitkTransform)   
00034     virtual void PrintSelf(ostream &os);
00035 
00039     mitkAffineTransform();
00040 
00044     mitkAffineTransform(unsigned int dim);
00045 
00051     const MatrixType & GetJacobian(const VectorParameterType& inPoint);
00052 
00057     virtual void ConvertTransformMaxtrixToVector();
00058 
00059 protected:
00060     virtual ~mitkAffineTransform(); 
00061     virtual void ComputeTransformMatrix();
00062     virtual bool Execute();
00063 
00064 private:
00065     mitkAffineTransform(const mitkAffineTransform&);
00066     void operator = (const mitkAffineTransform&);
00067 
00068 };
00069 
00070 
00071 //#define DEFINED_mitkAffineTransform
00072 
00073 
00074 
00075 #endif
00076 

Generated on Tue Feb 25 15:00:36 2014 for MITK (Medical Imaging ToolKit) by  doxygen 1.4.3