Frapper  1.0a
AqtWatercolorNode.h
Go to the documentation of this file.
1 /*
2 -----------------------------------------------------------------------------
3 This source file is part of the “aQtree” cooperation project between the Institute of Animation, Brainpets GbR and University of Konstanz.
4 Copyright (c) 2008-2009 Filmakademie Baden-Wuerttemberg, Institute of Animation & University of Konstanz and brainpets GbR
5 
6 www.aQtree.de
7 
8 aQtree nodes function in FRAPPER, the framework application developed at the Institute of Animation.
9 FRAPPER
10 research.animationsinstitut.de
11 sourceforge.net/projects/frapper
12 Copyright (c) 2008-2009 Filmakademie Baden-Wuerttemberg, Institute of Animation
13 
14 This program is free software; you can redistribute it and/or modify it under
15 the terms of the GNU Lesser General Public License as published by the Free Software
16 Foundation; version 2.1 of the License.
17 
18 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
19 
20 You should have received a copy of the GNU Lesser General Public License along with
21 this program; if not, write to the Free Software Foundation, Inc., 59 Temple
22 Place - Suite 330, Boston, MA 02111-1307, USA, or go to
23 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
24 -----------------------------------------------------------------------------
25 */
26 
37 
38 #ifndef AQTWATERCOLORNODE_H
39 #define AQTWATERCOLORNODE_H
40 
41 #include "CompositorNode.h"
42 
43 namespace AqtWatercolorNode {
44 using namespace Frapper;
45 
50 {
51 
52  Q_OBJECT
53 
54 public: // constructors and destructors
55 
62  AqtWatercolorNode ( const QString &name, ParameterGroup *parameterRoot );
63 
71  virtual ~AqtWatercolorNode ();
72 
73 protected: // functions
74 
81  virtual void notifyMaterialRender(Ogre::uint32 pass_id, Ogre::MaterialPtr &mat);
82 
83 private slots:
84 
88  void processOutputImage ();
89 
90 };
91 
92 } // namespace AqtWatercolorNode
93 
94 #endif