Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin_base/vigra_ext/ResponseTransform.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _VIGRA_EXT_RESPONSETRANSFORM_H 00025 #define _VIGRA_EXT_RESPONSETRANSFORM_H 00026 00027 #include <photometric/ResponseTransform.h> 00028 00029 // does not work on MSVC 00030 //#warning "Deprecated!" 00031 00032 namespace vigra_ext { 00033 00034 using HuginBase::Photometric::ResponseTransform; 00035 using HuginBase::Photometric::InvResponseTransform; 00036 00037 } 00038 00039 #endif //_H
1.3.9.1