#include <iostream>
#include <string>
Include dependency graph for Numtostr.H:
Go to the source code of this file.
Functions | |
std::string | dbltostr (double d) |
Converts a double to a string. | |
std::string | inttostr (int i) |
Converts an int to a string. | |
std::string | stripQuote (std::string &s) |
Strips quotations from data. | |
isect_t * | convertStringPoint (std::string &pt) |
Converts a string to an isect_t point. | |
std::vector< segpt > | convertStringPath (std::string &path) |
Converts a string representing a path into a vector of segpt pointers. |
|
Converts a string representing a path into a vector of segpt pointers.
|
|
Converts a string to an isect_t point.
|
|
Converts a double to a string.
|
|
Converts an int to a string.
|
|
Strips quotations from data.
|