#include <model.h>
List of all members.
Public Member Functions |
bool | initFile (const std::string &filename) |
| Load Model given a filename.
|
bool | initParam (const std::string ¶m) |
| Load Model given the name of a parameter on the parameter server.
|
bool | initString (const std::string &xmlstring) |
| Load Model from a XML-string.
|
bool | initXml (TiXmlElement *xml) |
| Load Model from TiXMLElement.
|
bool | initXml (TiXmlDocument *xml) |
| Load Model from TiXMLDocument.
|
Detailed Description
Definition at line 47 of file model.h.
Member Function Documentation
Load Model given the name of a parameter on the parameter server.
Definition at line 89 of file model.cpp.
The documentation for this class was generated from the following files: