D:/milan/Visual Studio 2005/Projects/VolumeRender/common.h File Reference

#include <iostream>
#include <sstream>
#include <string>
#include <math.h>

Include dependency graph for common.h:

This graph shows which files directly or indirectly include this file:

Classes

class  eat
class  Helper

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 Wed Dec 10 14:46:48 2008 for VolumeRender by  doxygen 1.5.7.1