TuttleOFX  1
EXRReaderDefinitions.hpp
Go to the documentation of this file.
00001 #ifndef _EXRREADER_DEFINITIONS_HPP_
00002 #define _EXRREADER_DEFINITIONS_HPP_
00003 
00004 #include <tuttle/plugin/global.hpp>
00005 #include <tuttle/plugin/context/ReaderDefinition.hpp>
00006 
00007 namespace tuttle {
00008 namespace plugin {
00009 namespace exr {
00010 namespace reader {
00011 
00012 static const std::string kParamOutputRedIs        = "redIs";
00013 static const std::string kParamOutputGreenIs      = "greenIs";
00014 static const std::string kParamOutputBlueIs       = "blueIs";
00015 static const std::string kParamOutputAlphaIs      = "alphaIs";
00016 
00017 static const std::string kParamOutputData         = "outputData";
00018 
00019 }
00020 }
00021 }
00022 }
00023 
00024 #endif