25 #ifndef WGEPOSTPROCESSORGAUSS_H
26 #define WGEPOSTPROCESSORGAUSS_H
28 #include <boost/shared_ptr.hpp>
30 #include <osg/Texture2D>
32 #include "WGEPostprocessor.h"
44 typedef boost::shared_ptr< WGEPostprocessorGauss >
SPtr;
49 typedef boost::shared_ptr< const WGEPostprocessorGauss >
ConstSPtr;
70 osg::ref_ptr< osg::Texture2D > tex0,
71 osg::ref_ptr< osg::Texture2D > tex1 = osg::ref_ptr< osg::Texture2D >(),
72 osg::ref_ptr< osg::Texture2D > tex2 = osg::ref_ptr< osg::Texture2D >(),
73 osg::ref_ptr< osg::Texture2D > tex3 = osg::ref_ptr< osg::Texture2D >(),
74 osg::ref_ptr< osg::Texture2D > tex4 = osg::ref_ptr< osg::Texture2D >(),
75 osg::ref_ptr< osg::Texture2D > tex5 = osg::ref_ptr< osg::Texture2D >(),
76 osg::ref_ptr< osg::Texture2D > tex6 = osg::ref_ptr< osg::Texture2D >(),
77 osg::ref_ptr< osg::Texture2D > tex7 = osg::ref_ptr< osg::Texture2D >() );
97 #endif // WGEPOSTPROCESSORGAUSS_H