Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

Modules/ImageProcessor/RasterImageProcessor/RasterStrategy.cpp

Go to the documentation of this file.
00001 /**
00002 * @file RasterStrategy.cpp
00003 * 
00004 * This file contains the implementation of class RasterStrategy.
00005 *
00006 * @author <a href="mailto:sadprofessor@web.de">Bernd Schmidt</a>
00007 */
00008 #include "RasterStrategy.h"
00009 
00010 RasterStrategy::RasterStrategy(RasterImageProcessor &iProcessor)
00011 : rip(&iProcessor)
00012 {
00013   
00014 }
00015 
00016 RasterStrategy::~RasterStrategy()
00017 {
00018   
00019 }
00020 
00021 
00022 
00023 /*
00024 * Change log :
00025 * 
00026 * $Log: RasterStrategy.cpp,v $
00027 * Revision 1.4  2004/09/06 12:02:26  schmidtb
00028 * commented almost all members, removed warnings in documentation
00029 
00030 * did further code clean up
00031 *
00032 * Revision 1.3  2004/09/02 07:59:29  schmidtb
00033 * Added RasterImageProcessor to repository, because we used it for the OpenChallenge.
00034 *
00035 * Revision 1.7  2004/02/18 14:56:19  neubach
00036 * new Segmentation established, code not cleared at all
00037 *
00038 * Revision 1.6  2003/12/30 20:12:03  roefer
00039 * Image size is now 208 x 160. Smaller images are placed in the upper left corner
00040 *
00041 * Revision 1.5  2003/12/02 21:59:02  schmidtb
00042 * New version of RasterImageProcessor
00043 *
00044 * Revision 1.4  2003/11/29 07:37:39  roefer
00045 * Removed memory leaks
00046 *
00047 * Revision 1.3  2003/11/28 14:50:01  dueffert
00048 * bugs and warnings fixed
00049 *
00050 * Revision 1.2  2003/11/20 10:26:56  schmidtb
00051 * Ball Detection added
00052 *
00053 * Revision 1.1  2003/11/12 13:13:20  schmidtb
00054 * new RasterImageProcessor added
00055 *
00056 *
00057 */

Generated on Thu Sep 23 19:57:30 2004 for GT2004 by doxygen 1.3.6