Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts
Defines | Functions

vnl_complex_traits+char-.h File Reference

Go to the source code of this file.

Defines

#define VCL_DEFINE_SPECIALIZATION_MACRO(T)

Functions

 VCL_DEFINE_SPECIALIZATION_MACRO (char)

Define Documentation

#define VCL_DEFINE_SPECIALIZATION_MACRO (   T  ) 
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.


Function Documentation

VCL_DEFINE_SPECIALIZATION_MACRO ( char   ) 

Generated at Mon Jul 12 2010 20:21:00 for ITK by doxygen 1.7.1 written by Dimitri van Heesch, © 1997-2000