Go to the source code of this file.
Functions | |
xmlNodePtr | FindNodeByNameAndId (xmlNodePtr node, const char *name, const char *id=NULL) |
bool | ReadPosition (xmlNodePtr node, const char *id, double *x, double *y, double *z=NULL) |
bool | WritePosition (xmlDocPtr xml, xmlNodePtr node, const char *id, double x, double y, double z=0.0) |
bool | ReadColor (xmlNodePtr node, const char *id, float *red, float *green, float *blue, float *alpha=NULL) |
bool | WriteColor (xmlDocPtr xml, xmlNodePtr node, const char *id, double red, double green, double blue, double alpha=1.0) |
bool | ReadRadius (xmlNodePtr node, GcuAtomicRadius &radius) |
bool | WriteRadius (xmlDocPtr xml, xmlNodePtr node, const GcuAtomicRadius &radius) |
char const * | GetStaticScale (char *buf) |
Definition in file xml-utils.h.
|
ReadPosition
|
|
|
|
|
|
|
|
|
|
|
|
WritePosition
|
|
|