COMPLEX Struct Reference

#include <kube-gustavson-fft.hpp>

List of all members.


Detailed Description

Definition at line 13 of file kube-gustavson-fft.hpp.


Public Member Functions

 COMPLEX (float real=0.0, float imag=0.0)
 COMPLEX (const COMPLEX &c)
COMPLEXoperator= (float val)
COMPLEXoperator= (const COMPLEX &c)
COMPLEXoperator-= (const COMPLEX &c)
COMPLEX operator- (const COMPLEX &c) const
COMPLEXoperator+= (const COMPLEX &c)
COMPLEX operator+ (const COMPLEX &c) const
COMPLEXoperator/= (const COMPLEX &c)
COMPLEX operator/ (const COMPLEX &c) const
bool operator!= (const COMPLEX &c) const

Public Attributes

float re
float im

Constructor & Destructor Documentation

COMPLEX::COMPLEX ( float  real = 0.0,
float  imag = 0.0 
) [inline]

Definition at line 16 of file kube-gustavson-fft.hpp.

COMPLEX::COMPLEX ( const COMPLEX c  )  [inline]

Definition at line 17 of file kube-gustavson-fft.hpp.


Member Function Documentation

COMPLEX& COMPLEX::operator= ( float  val  )  [inline]

Definition at line 19 of file kube-gustavson-fft.hpp.

References re.

COMPLEX& COMPLEX::operator= ( const COMPLEX c  )  [inline]

Definition at line 24 of file kube-gustavson-fft.hpp.

References im, and re.

COMPLEX& COMPLEX::operator-= ( const COMPLEX c  )  [inline]

Definition at line 30 of file kube-gustavson-fft.hpp.

References im, and re.

COMPLEX COMPLEX::operator- ( const COMPLEX c  )  const [inline]

Definition at line 36 of file kube-gustavson-fft.hpp.

References im, and re.

COMPLEX& COMPLEX::operator+= ( const COMPLEX c  )  [inline]

Definition at line 41 of file kube-gustavson-fft.hpp.

References im, and re.

COMPLEX COMPLEX::operator+ ( const COMPLEX c  )  const [inline]

Definition at line 47 of file kube-gustavson-fft.hpp.

References im, and re.

COMPLEX& COMPLEX::operator/= ( const COMPLEX c  )  [inline]

Definition at line 52 of file kube-gustavson-fft.hpp.

References im, and re.

COMPLEX COMPLEX::operator/ ( const COMPLEX c  )  const [inline]

Definition at line 60 of file kube-gustavson-fft.hpp.

bool COMPLEX::operator!= ( const COMPLEX c  )  const [inline]

Definition at line 66 of file kube-gustavson-fft.hpp.

References im, and re.


Member Data Documentation

float COMPLEX::re

float COMPLEX::im


The documentation for this struct was generated from the following file:

Generated on Fri Jul 24 12:49:18 2009 for Xgrayimg Library by  doxygen 1.5.5