MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / writeKeyToXML

Function writeKeyToXML

Tools/MayaExport/src/particles.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320////////////////////////////////////////////////////////////////////////////////////////////////////
321template<class T>
322void writeKeyToXML( std::ofstream &outStream, const TKey<T> &data )
323{
324 outStream << "\t\t\t<key time=\"" << data.nTime << "\" value=\"" << data.value << "\"/>\n";
325}
326////////////////////////////////////////////////////////////////////////////////////////////////////
327void writeKeyToXML( std::ofstream &outStream, const TKey<SPos> &data )
328{

Callers 1

writeTrackToXMLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected