The Machine Perception Toolbox

[Introduction]- [News]- [Download]- [Screenshots]- [Manual (pdf)]- [Forums]- [API Reference]- [Repository ]

 

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

box.cpp

Go to the documentation of this file.
00001 #include "pp_preprocessor.h"
00002 #include "box.h"
00003 
00004 /* ================================================================ */
00005 
00006 template <>
00007 TBox<int>::TBox(TBox<double> &other){
00008         x = (int) other.x;
00009         y = (int) other.y;
00010         size = (int) other.size;
00011         scale = (int) other.scale;
00012 }
00013 
00014 /* ================================================================ */

Generated on Mon Nov 8 17:07:31 2004 for MPT by  doxygen 1.3.9.1