Main Page   Namespace List   Compound List   File List   Compound Members   File Members  

alias.h File Reference

Header of Alias class. More...

#include <vector>
#include <string>
#include <fstream>
#include <cmath>
#include "hbf.h"
#include "alias.inl"

Go to the source code of this file.

Namespaces

namespace  std

Compounds

class  Alias
 Aliasing data. More...

struct  Alias::AliasStruct
 Data structure to avoid a contiguous representation of aliasing data. More...


Typedefs

typedef vector< int >::iterator iteri
typedef vector< double
>::iterator 
iterd
typedef double Threshold
typedef int Index

Variables

const double EPS = 1e-12


Detailed Description

Header of Alias class.

Author:
- Florent.Morata@imag.fr

Typedef Documentation

typedef int Index
 

Type Index to manipulate integer value in AliasStruct.

typedef vector<double>::iterator iterd
 

Iterator of double vector.

typedef vector<int>::iterator iteri
 

Iterator of integer vector.

typedef double Threshold
 

Type Threshold to manipulate double value in AliasStruct.


Variable Documentation

const double EPS = 1e-12
 

Permit to test if a double value equal to 1.0.


Generated on Tue Dec 10 12:44:42 2002 for PSI_SAMPLE by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002