spoutReceive.h 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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_spoutReceive_H_
  13. #define _INCLUDE__GEM_OPENGL_spoutReceive_H_
  14. #include "Base/GemGLBase.h"
  15. //nclude "ofxSpout.h"
  16. //#include "ofxSpout.h"
  17. #include "SpoutLibrary.h"
  18. #include <string>
  19. /*
  20. CLASS
  21. spoutReceive
  22. */
  23. class GEM_EXTERN spoutReceive : public GemBase
  24. {
  25. CPPEXTERN_HEADER(spoutReceive, GemBase);
  26. public:
  27. // Constructor
  28. spoutReceive (t_symbol* s); // CON
  29. protected:
  30. // Destructor
  31. virtual ~spoutReceive ();
  32. virtual void render (GemState *state);
  33. t_symbol* s2;
  34. char sym[256];
  35. GLuint spoutTexture;
  36. GLuint num;
  37. int h,w,mode;
  38. //bool isTextureShared;
  39. bool texture;
  40. bool bMemoryMode;
  41. GLuint sendertexture; // Local OpenGL texture used for sharing
  42. bool bInitialized; // Initialization result
  43. bool bMemoryShare;
  44. t_symbol *m_bindname;
  45. void initTexture();
  46. static void setMessCallback (void*data, t_symbol*indexed);
  47. static void info(void* data);
  48. void infoMess();
  49. virtual void setMess(t_symbol*indexed);
  50. private:
  51. t_outlet *m_outTexInfo;
  52. // we need some inlets
  53. // t_inlet *m_inTexID;
  54. // bool InitGLtexture(GLuint &texID, unsigned int width, unsigned int height);
  55. SPOUTLIBRARY *spoutreceiver; // A Spout receiver object
  56. //Spout test;
  57. // static member functions
  58. };
  59. #endif // for header file