#include "Strlib.H"
Include dependency graph for Strlib.C:

Functions | |
| std::string | dbltostr (double d) |
| Converts a double to a string. | |
| std::string | dbltostr2 (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.
|
Here is the call graph for this function:

|
|
Converts a string to an isect_t point.
|
|
|
Converts a double to a string.
|
|
|
Converts a double to a string.
|
|
|
Converts an int to a string.
|
|
|
Strips quotations from data.
|
1.4.0