Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Marshall.hpp
00001 /* $Id$ */
00002 
00003 #ifndef _VIEWER3D_MARSHALL_HPP_
00004 #define _VIEWER3D_MARSHALL_HPP_
00005 
00006 namespace osg {
00007   class Image;
00008 }
00009 
00010 namespace jafar {
00011   namespace image {
00012     class Image;
00013   }
00014   namespace viewer3d {
00023     osg::Image* jfrImageToOsgImage( image::Image& img, bool _shared = false);
00029     image::Image osgImageToJfrImage( const osg::Image& img );
00030   }
00031 }
00032 
00033 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:29 for Jafar by doxygen 1.7.6.1
LAAS-CNRS