common_defs.hpp
Go to the documentation of this file.
00001 /*
00002  * types.hpp
00003  *
00004  * Defines general types that are not class specific
00005  *
00006  *  Created on: Nov 12, 2012
00007  *      Author: Jan Brabec
00008  */
00009 
00010 #ifndef TYPES_HPP_
00011 #define TYPES_HPP_
00012 
00013 #include <boost/multi_array.hpp>
00014 #include <boost/shared_ptr.hpp>
00015 #include <tf/transform_datatypes.h>
00016 #include <boost/thread/mutex.hpp>
00017 
00018 namespace virtual_camera {
00019 
00020 typedef boost::shared_ptr<boost::mutex> MutexPtr;
00021 
00022 
00023 struct Point2D {
00024         int x,y;
00025 };
00026 
00027 
00028 typedef unsigned char uchar;
00029 typedef unsigned int uint;
00030 
00031 
00035 typedef boost::multi_array<tf::Vector3, 2> TableV3;
00036 typedef boost::shared_ptr<TableV3> TableV3Ptr;
00037 
00038 
00042 typedef boost::multi_array<Point2D, 2> TableP2;
00043 typedef boost::shared_ptr<TableP2> TableP2Ptr;
00044 typedef boost::shared_ptr<const TableP2> TableP2ConstPtr;
00045 
00046 }
00047 
00048 
00049 #endif /* TYPES_HPP_ */
 All Classes Namespaces Files Functions Variables Typedefs Defines


virtual_camera
Author(s): Jan Brabec; maintained by Tomas Petricek / petrito1@cmp.felk.cvut
autogenerated on Tue Dec 10 2013 14:58:11