Go to the source code of this file.
Functions | |
TiXmlElement * | SVGCreateLine (TiXmlElement *_Root, CL_Vector2Df &_Origine, CL_Vector2Df &_Dest, std::string _Style="stroke-width:3 ; fill:none; stroke:black") |
TiXmlElement * | SVGCreateText (TiXmlElement *_Root, CL_Vector2Df &_Pos, std::string _Text) |
TiXmlElement * | SVGCreateCircle (TiXmlElement *_Root, CL_Vector2Df &_Pos, int _size) |
TiXmlElement * | SVGCreateStyleContainer (TiXmlElement *_Root, std::string _Style, std::string _Transform) |
TiXmlDocument * | SVGCreateGraph (std::string FileName, CL_Vector2Df &_graphOrigine, CL_Vector2Df &_graphSize, CL_Vector2Df &_Size) |
void | SVGGeneratePNGFiles () |
|
Definition at line 39 of file svg.cpp. Referenced by SVGCreateGraph(). |
|
Definition at line 70 of file svg.cpp. References SVGCreateCircle(), and SVGCreateLine(). |
|
Definition at line 4 of file svg.cpp. Referenced by SVGCreateGraph(). |
|
|
|
|
|
|