spoutSend.h 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* ------------------------------------------------------------------
  2. * GEM - Graphics Environment for Multimedia
  3. *
  4. * Copyright (c) 2002-2011 IOhannes m zmölnig. forum::für::umläute. IEM. zmoelnig@iem.at
  5. * zmoelnig@iem.kug.ac.at
  6. * For information on usage and redistribution, and for a DISCLAIMER
  7. * OF ALL WARRANTIES, see the file, "GEM.LICENSE.TERMS"
  8. *
  9. * this file has been generated...
  10. * ------------------------------------------------------------------
  11. */
  12. #ifndef _INCLUDE__GEM_OPENGL_spoutSend_H_
  13. #define _INCLUDE__GEM_OPENGL_spoutSend_H_
  14. #include "Base/GemBase.h"
  15. //nclude "ofxSpout.h"
  16. //#include "ofxSpout.h"
  17. #include "SpoutLibrary.h"
  18. /*
  19. CLASS
  20. spoutSend
  21. */
  22. class GEM_EXTERN spoutSend : public GemBase
  23. {
  24. CPPEXTERN_HEADER(spoutSend, GemBase);
  25. public:
  26. // Constructor
  27. spoutSend (t_symbol* s); // CON
  28. protected:
  29. // Destructor
  30. virtual ~spoutSend ();
  31. virtual void render (GemState *state);
  32. t_symbol* sym;
  33. GLuint spoutTexture;
  34. GLuint num;
  35. int h,w,mode;
  36. //bool isTextureShared;
  37. bool texture;
  38. GLuint sendertexture; // Local OpenGL texture used for sharing
  39. bool bInitialized; // Initialization result
  40. bool bMemoryShare;
  41. t_symbol *m_bindname;
  42. static void info(void* data);
  43. void infoMess();
  44. static void setMessCallback (void*data, t_symbol*indexed);
  45. static void heightMessCallback(void *data, t_floatarg Tsize, t_floatarg Theight, t_floatarg Twidth, t_floatarg Tnum, t_floatarg Tmode);
  46. virtual void setMess(t_symbol*indexed);
  47. virtual void heightMess(t_floatarg Tsize, t_floatarg Theight, t_floatarg Twidth, t_floatarg Tnum, t_floatarg Tmode);
  48. private:
  49. // we need some inlets
  50. t_inlet *m_inTexID;
  51. bool InitGLtexture(GLuint &texID, unsigned int width, unsigned int height);
  52. SPOUTLIBRARY *spoutsender; // A sender object
  53. char sendername[256]; // Sender name
  54. };
  55. #endif // for header file