U:/visualisierung/VolumeVis/src/common.h File Reference

#include <windows.h>
#include <commdlg.h>
#include <stdlib.h>
#include <io.h>
#include <glew.h>
#include <GL/glut.h>
#include <GL/glu.h>
#include <iostream>
#include <sstream>
#include <string>

Namespaces

namespace  std

Classes

class  eat

Defines

#define PI   3.14159265f
#define BOUNDARY   0.9125f

Functions

template<class Type>
const Type fromString (const std::string &strString)
template<class Type>
const bool fromString (Type &tValue, const std::string &strString)
template<class Type>
const std::string toString (const Type &tValue)
const std::string trimLeft (const std::string &str, const std::string &strWhitespace="\n\r\t ")
const std::string trimRight (const std::string &str, const std::string &strWhitespace="\n\r\t ")
const std::string trim (const std::string &str, const std::string &strWhitespace="\n\r\t ")
std::istream & operator>> (std::istream &is, eat &e)

Define Documentation

#define BOUNDARY   0.9125f

#define PI   3.14159265f


Function Documentation

template<class Type>
const bool fromString ( Type &  tValue,
const std::string &  strString 
) [inline]

template<class Type>
const Type fromString ( const std::string &  strString  )  [inline]

std::istream& operator>> ( std::istream &  is,
eat e 
) [inline]

template<class Type>
const std::string toString ( const Type &  tValue  )  [inline]

const std::string trim ( const std::string &  str,
const std::string &  strWhitespace = "\n\r\t " 
) [inline]

const std::string trimLeft ( const std::string &  str,
const std::string &  strWhitespace = "\n\r\t " 
) [inline]

const std::string trimRight ( const std::string &  str,
const std::string &  strWhitespace = "\n\r\t " 
) [inline]


Generated on Fri Nov 30 16:22:24 2007 for Volume Visualisation by  doxygen 1.5.4