daeTinyXMLPlugin Class Reference
#include <daeTinyXMLPlugin.h>
List of all members.
Detailed Description
Definition at line 21 of file daeTinyXMLPlugin.h.
Constructor & Destructor Documentation
DLLSPEC daeTinyXMLPlugin::daeTinyXMLPlugin |
( |
|
) |
|
virtual DLLSPEC daeTinyXMLPlugin::~daeTinyXMLPlugin |
( |
|
) |
[virtual] |
Member Function Documentation
getOption retrieves the value of an option from this IOPlugin. Which options a plugin supports is dependent on the plugin itself.
- Parameters:
-
| option | The option to get. |
- Returns:
- Returns the string value of the option or NULL if option is not valid.
Implements daeIOPlugin.
daeElementRef daeTinyXMLPlugin::readElement |
( |
TiXmlElement * |
tinyXmlElement, |
|
|
daeElement * |
parentElement | |
|
) |
| | [private] |
setOption allows you to set options for this IOPlugin. Which options a plugin supports is dependent on the plugin itself. There is currently no list of options that plugins are suggested to implement. daeLibXML2Plugin supports only one option, "saveRawBinary". Set to "true" to save float_array data as a .raw binary file. The daeRawResolver will convert the data back into COLLADA domFloat_array elements upon load.
- Parameters:
-
| option | The option to set. |
| value | The value to set the option. |
- Returns:
- Returns DAE_OK upon success.
Implements daeIOPlugin.
Writes a specific document to an output.
- Parameters:
-
| name | URI to write the document to, not all IO plugins support all types of URIs check the documentation for the IO plugin you are using. |
| document | Pointer to the document that we're going to write out. |
| replace | True if write should overwrite an existing file. False otherwise. |
- Returns:
- Returns DAE_OK if success, a negative value defined in daeError.h otherwise.
- See also:
DAE::saveAs()
Implements daeIOPlugin.
void daeTinyXMLPlugin::writeElement |
( |
daeElement * |
element |
) |
[private] |
void daeTinyXMLPlugin::writeValue |
( |
daeElement * |
element |
) |
[private] |
Member Data Documentation
The documentation for this class was generated from the following file:
colladadom
Author(s): Du Hung Hou, Khronos.org, Marcus Barnes, Greg Corson, Herbert Law, Sebastian Schwarz, Steven Thomas, John Hsu (ros package), Tim Field (ros package)
autogenerated on Fri Jan 11 09:29:16 2013