---------------------------------------------------------------
| 142 | |
| 143 | //--------------------------------------------------------------- |
| 144 | void LibraryAnimations::Sampler::addInput ( InputSemantic::Semantics semantic, const URI& source ) |
| 145 | { |
| 146 | Input input(semantic, source); |
| 147 | mInputList.push_back ( input ); |
| 148 | } |
| 149 | |
| 150 | //------------------------------ |
| 151 | LibraryAnimations::Sampler::Sampler( StreamWriter * streamWriter, const String& id ) |
no test coverage detected