Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   Related Pages  

FComplex Class Reference

#include <FComplex.hpp>

Collaboration diagram for FComplex:

Collaboration graph
[legend]
List of all members.

Detailed Description

float complex number

Author:
Bernard De Cuyper
Version:
0.05
Date:
3/09/2003
 
Purpose:        Defines complex numbers.
                

@ Copyrights: Bernard De Cuyper & Eddy Fraiha 2002, 2003 Eggs & Pictures. MIT/Open BSD copyright model.


Public Methods

 FComplex ()
 FComplex (float real, float img=0.0)
 FComplex (float root, float theta, int sign)
 FComplex (const FComplex &x)
FComplex & operator= (const FComplex &x)
 ~FComplex ()
float getReal ()
float getImg ()
double getRoot ()
double getAbs ()
double getArg ()
void operator+= (float value)
void operator-= (float value)
void operator *= (float value)
void operator/= (float value)
void operator+= (const FComplex &v)
void operator-= (const FComplex &v)
void operator *= (const FComplex &v)
void operator/= (const FComplex &v)
void output ()
void output (FILE *file)

Public Attributes

float a
float b
FComplex conjugate ()
FComplex sqr ()

Friends

FComplex operator+ (const FComplex &v, float a)
FComplex operator+ (float a, const FComplex &v)
FComplex operator- (const FComplex &v, float a)
FComplex operator- (float a, const FComplex &v)
FComplex operator * (const FComplex &v, float a)
FComplex operator * (float a, const FComplex &v)
FComplex operator/ (const FComplex &v, float a)
FComplex operator+ (const FComplex &v1, const FComplex &v2)
FComplex operator- (const FComplex &v1, const FComplex &v2)
FComplex operator * (const FComplex &v1, const FComplex &v2)
FComplex operator/ (const FComplex &v1, const FComplex &v2)


The documentation for this class was generated from the following files:
SourceForge.net Logo
Restoreinpaint sourceforge project `C++/Java Image Processing, Restoration, Inpainting Project'.

Bernard De Cuyper: Open Project Leader: Concept, design and development.
Bernard De Cuyper & Eddy Fraiha 2002, 2003. Bernard De Cuyper 2004. Open and free, for friendly usage only.
Modifications on Belgium ground of this piece of artistic work, by governement institutions or companies, must be notified to Bernard De Cuyper.
bern_bdc@hotmail.com