Classes | Defines | Typedefs | Functions | Variables

include/DGVAliases.h File Reference

This file defines all the aliases and frequently used functions and variables. More...

#include <limits>
#include <stdexcept>
#include <blitz/array.h>
#include "DGVGlobal.h"
Include dependency graph for DGVAliases.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

This file defines all the aliases and frequently used functions and variables.

Author:
Shekhar S. Chandra, 2008-9

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 Documentation

#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 Documentation

typedef double imageType

Definition at line 60 of file DGVAliases.h.


Function Documentation

numToString ( double  num  )  [inline]

Number to string converter

Definition at line 93 of file DGVAliases.h.


Variable Documentation

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.