#include <boost/static_assert.hpp>
#include <boost/type_traits.hpp>
Go to the source code of this file.
Namespaces |
namespace | terry |
namespace | terry::sampler |
Defines |
#define | RESAMPLING_CORE_TYPE float |
Enumerations |
enum | terry::sampler::EParamFilter {
terry::sampler::eParamFilterNearest = 0,
terry::sampler::eParamFilterBilinear,
terry::sampler::eParamFilterBC,
terry::sampler::eParamFilterBicubic,
terry::sampler::eParamFilterCatrom,
terry::sampler::eParamFilterKeys,
terry::sampler::eParamFilterSimon,
terry::sampler::eParamFilterRifman,
terry::sampler::eParamFilterMitchell,
terry::sampler::eParamFilterParzen,
terry::sampler::eParamFilterLanczos,
terry::sampler::eParamFilterLanczos3,
terry::sampler::eParamFilterLanczos4,
terry::sampler::eParamFilterLanczos6,
terry::sampler::eParamFilterLanczos12,
terry::sampler::eParamFilterGaussian
} |
enum | terry::sampler::EParamFilterOutOfImage { terry::sampler::eParamFilterOutBlack = 0,
terry::sampler::eParamFilterOutTransparency,
terry::sampler::eParamFilterOutCopy,
terry::sampler::eParamFilterOutMirror
} |
Functions |
| terry::sampler::BOOST_STATIC_ASSERT (boost::is_floating_point< RESAMPLING_CORE_TYPE >::value) |
Define Documentation
#define RESAMPLING_CORE_TYPE float |