MCPcopy Create free account
hub / github.com/KhronosGroup/OpenCOLLADA / addInput

Method addInput

COLLADAStreamWriter/src/COLLADASWLibraryAnimations.cpp:144–148  ·  view source on GitHub ↗

---------------------------------------------------------------

Source from the content-addressed store, hash-verified

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 )

Callers 2

exportSamplerMethod · 0.80
writeAnimationSamplerMethod · 0.80

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected