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

vnl_complex_traits< T > Class Template Reference

#include <vnl_complex_traits.h>

List of all members.

Public Types

enum  { isreal = true }

Static Public Methods

conjugate (T x)
vcl_complex< T > complexify (T x)


Detailed Description

template<class T>
class vnl_complex_traits< T >

To allow templated real or complex algorithms to determine appropriate. actions of conjugation, complexification etc. Default is real.

Definition at line 24 of file vnl_complex_traits.h.


Member Enumeration Documentation

template<class T>
anonymous enum
 

Whether complex or not.

Enumeration values:
isreal 

Definition at line 28 of file vnl_complex_traits.h.


Member Function Documentation

template<class T>
vcl_complex<T> vnl_complex_traits< T >::complexify   x [inline, static]
 

Complexification.

Definition at line 36 of file vnl_complex_traits.h.

References vnl_complex_traits< T >::conjugate(), and vnl_complex_traits< T >::isreal.

Referenced by vnl_complex_traits< vcl_complex< float > >::complexify().

template<class T>
T vnl_complex_traits< T >::conjugate   x [inline, static]
 

Complex conjugation.

Definition at line 32 of file vnl_complex_traits.h.

Referenced by vnl_complex_traits< vcl_complex< float > >::complexify(), and vnl_complex_traits< T >::complexify().


The documentation for this class was generated from the following file:
Generated at Fri May 21 01:16:39 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000