Hierarchical_Edge_Bundles/Hierarchical_Edge_Bundles/src/common.cpp File Reference

#include "common.h"

Functions

int StringToInt (std::string stringValue)
std::string IntToString (int iValue)
std::string FloatToString (float fValue)

Function Documentation

std::string FloatToString ( float  fValue  ) 

Converts a float value to an std:string

Parameters:
fValue the float value to convert to an std::string
Returns:
string-representation of the float value

std::string IntToString ( int  iValue  ) 

Converts an int value to an std:string

Parameters:
iValue the int value to convert to an std::string
Returns:
string-representation of the int value

int StringToInt ( std::string  stringValue  ) 

Converts an std:string to an int value

Parameters:
stringValue the string to convert to an int value
Returns:
int-representation of the string


Generated on Tue Jun 2 19:53:43 2009 for Hierarchical Edge Bundles by  doxygen 1.5.7.1