Katana Plug-in APIs 0.1

NoOutputRenderAction.h

00001 // Copyright (c) 2012 The Foundry Visionmongers Ltd. All Rights Reserved.
00002 
00003 #ifndef FNRENDER_NOOUTPUTRENDERACTION_H
00004 #define FNRENDER_NOOUTPUTRENDERACTION_H
00005 
00006 #include "FnAttribute/FnAttribute.h"
00007 #include "FnAttribute/FnGroupBuilder.h"
00008 #include "FnRender/FnRenderAPI.h"
00009 #include "FnRender/plugin/RenderAction.h"
00010 
00011 namespace Foundry
00012 {
00013 namespace Katana
00014 {
00015 namespace Render
00016 {
00025     class FNRENDER_API NoOutputRenderAction : public RenderAction
00026     {
00027     public:
00028         NoOutputRenderAction();
00029         virtual ~NoOutputRenderAction() {}
00030     };
00031 
00035 }
00036 }
00037 }
00038 
00039 namespace FnKat = Foundry::Katana;
00040 
00041 #endif
 All Classes Functions Variables Typedefs Enumerations Enumerator