Go to the source code of this file.
Defines | |
| #define | VCL_DEFINE_SPECIALIZATION_MACRO(T) |
Functions | |
| VCL_DEFINE_SPECIALIZATION_MACRO (char) | |
|
|
Value: VCL_DEFINE_SPECIALIZATION struct vnl_complex_traits<T > \ { \ enum { isreal = true }; \ static T conjugate(T x) { return x; } \ static vcl_complex<T> complexify(T x) { return vcl_complex<T >(x, (T)0); } \ } Definition at line 7 of file vnl_complex_traits+char-.h. |
|
|
|
1.3.5 written by Dimitri van Heesch,
© 1997-2000