This file defines all the aliases and frequently used functions and variables. More...
#include <limits>#include <stdexcept>#include <blitz/array.h>#include "DGVGlobal.h"

Go to the source code of this file.
Classes | |
| class | BadStrConversion |
Defines | |
| #define | DEF_IMAGE_TYPE 1 |
| #define | DEF_BADSTR 1 |
| #define | DEF_NUMTOSTR 1 |
Typedefs | |
| typedef double | imageType |
Functions | |
| string | numToString (double num) |
Variables | |
| const float | version = static_cast<float>(0.3) |
| const int | minWindowSize = 256 |
| const int | maxAASamples = 6 |
This file defines all the aliases and frequently used functions and variables.
This file is part of DGV Library.
DGV is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
DGV is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with DGV. If not, see <http://www.gnu.org/licenses/>.
Definition in file DGVAliases.h.
| #define DEF_BADSTR 1 |
Definition at line 73 of file DGVAliases.h.
| #define DEF_IMAGE_TYPE 1 |
Definition at line 59 of file DGVAliases.h.
| #define DEF_NUMTOSTR 1 |
Definition at line 88 of file DGVAliases.h.
| typedef double imageType |
Definition at line 60 of file DGVAliases.h.
| numToString | ( | double | num | ) | [inline] |
Number to string converter
Definition at line 93 of file DGVAliases.h.
| const int maxAASamples = 6 |
Definition at line 70 of file DGVAliases.h.
| const int minWindowSize = 256 |
Definition at line 69 of file DGVAliases.h.
| const float version = static_cast<float>(0.3) |
Definition at line 68 of file DGVAliases.h.
1.7.1