#include "mimasconfig.h"#include <map>#include "image.h"#include "image_output.h"#include "rgba.h"#include "timer.h"#include "x11_display.h"#include "x11_window.h"#include "image_mesaoutput.tcc"Include dependency graph for image_mesaoutput.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Classes | |
| class | mimas::image_mesaoutput< T > |
| Display images using Xlib and OpenGL. More... | |
| class | mimas::image_mesaoutput< T >::image_window |
| struct | mimas::_wait |
| struct | mimas::_pause |
| struct | mimas::_delay |
Functions | |
| _wait | mimas::wait (int _milliSeconds) |
| Stream-manipulator for performing a wait. | |
| _pause | mimas::pause (void) |
| Stream-manipulator for pausing. | |
| _delay | mimas::delay (int _milliSeconds) |
| Stream-manipulator for adjusting the frame-delay. | |
| template<typename T, typename TPtr> | |
| image_mesaoutput< T > & | mimas::operator<< (image_mesaoutput< T > &output, const const_image_ref< T, TPtr > &img) |
| Stream-operator for displaying images. | |
| template<typename T> | |
| image_mesaoutput< T > & | mimas::operator<< (image_mesaoutput< T > &output, _wait wait) |
| Stream-operator for waiting. | |
| template<typename T> | |
| image_mesaoutput< T > & | mimas::operator<< (image_mesaoutput< T > &output, _pause) |
| Stream-operator for pausing. | |
| template<typename T> | |
| image_mesaoutput< T > & | mimas::operator<< (image_mesaoutput< T > &output, _delay delay) |
| Stream-operator for adjusting frame-rate. | |
| image_mesaoutput< unsigned char > & | mimas::operator<< (image_mesaoutput< unsigned char > &output, const const_image_ref< int > &im) |
| For convencience. | |
| image_mesaoutput< unsigned char > & | mimas::operator<< (image_mesaoutput< unsigned char > &output, const const_image_ref< double > &im) |
| For convencience. | |
| image_mesaoutput< rgba< unsigned char > > & | mimas::operator<< (image_mesaoutput< rgba< unsigned char > > &output, const const_image_ref< rgba< int > > &im) |
| For convencience. | |
| image_mesaoutput< rgba< unsigned char > > & | mimas::operator<< (image_mesaoutput< rgba< unsigned char > > &output, const const_image_ref< rgba< float > > &im) |
| For convencience. | |
| image_mesaoutput< rgba< unsigned char > > & | mimas::operator<< (image_mesaoutput< rgba< unsigned char > > &output, const const_image_ref< rgba< double > > &im) |
| For convencience. | |