#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 |
|
|
Type Index to manipulate integer value in AliasStruct. |
|
|
Iterator of double vector. |
|
|
Iterator of integer vector. |
|
|
Type Threshold to manipulate double value in AliasStruct. |
|
|
Permit to test if a double value equal to 1.0. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002