Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
OutputWowDisplay2.hh
1 /*
2  * OutputWowDisplay2.hh
3  *
4  * Created on: Mar 18, 2009
5  * Author: africk
6  */
7 
8 #ifndef __OUTPUT_WOWDISPLAY2_HH__
9 #define __OUTPUT_WOWDISPLAY2_HH__
10 
11 #include <GLviewer/OutputAttachments/GLProjectionOutputAttachment.hh>
12 
13 namespace BIAS
14 {
15 /**
16 * @brief exemplary output attachment to create 2D+Depth output for Wow Displays
17 * @ingroup g_glviewer
18 * @author africk
19 */
20  class BIASGLviewer_EXPORT OutputWowDisplay2 : public GLProjectionOutputAttachment
21  {
22  public:
24  virtual ~OutputWowDisplay2();
25 
26  protected:
27 
28  int Draw_();
29  int
30  InitShader_();
31  };
32 }
33 
34 #endif /* __OUTPUT_WOWDISPLAY2_HH__ */
Class for extra rendering pass in GLProjection (for now only used in glutGLviewer) ...
Interface for render targets.
exemplary output attachment to create 2D+Depth output for Wow Displays