TuttleOFX  1
AnisotropicDiffusionDefinition.hpp
Go to the documentation of this file.
00001 #ifndef _TUTTLE_PLUGIN_ANISOTROPICDIFFUSIONDEFINITION_HPP_
00002 #define _TUTTLE_PLUGIN_ANISOTROPICDIFFUSIONDEFINITION_HPP_
00003 
00004 #include <string>
00005 
00006 namespace tuttle {
00007 namespace plugin {
00008 namespace anisotropicFilter {
00009 namespace diffusion {
00010 
00011 static const std::string kClipInputTensors( "inputTensors" );
00012 
00013 static const std::string kParamGroupPDEAlgorithm( "groupPDEAlgorithm" );
00014 
00015 static const std::string kParamFastApproximation( "fastApproximation" );
00016 static const std::string kParamAmplitude( "amplitude" );
00017 
00018 }
00019 }
00020 }
00021 }
00022 
00023 #endif
00024