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

Method appendValues

COLLADAStreamWriter/src/COLLADASWStreamWriter.cpp:225–235  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

223
224 //---------------------------------------------------------------
225 void StreamWriter::appendValues ( const double number )
226 {
227 prepareToAddContents();
228
229 if ( mOpenTags.back().mHasText )
230 appendChar ( ' ' );
231
232 appendNumber ( number );
233
234 mOpenTags.back().mHasText = true;
235 }
236
237 //---------------------------------------------------------------
238 void StreamWriter::appendValues ( const double number1, const double number2 )

Callers 15

addInitCubeMethod · 0.45
addInitFromMethod · 0.45
addElementMethod · 0.45
addParameterMethod · 0.45
addMatrixParameterMethod · 0.45
addSemanticMethod · 0.45
addTypeSpecificInfosMethod · 0.45
addAnimationClipMethod · 0.45
addMethod · 0.45
addDynamicMethod · 0.45
addMassMethod · 0.45
addInertiaMethod · 0.45

Calls 6

beginMethod · 0.45
endMethod · 0.45
getRedMethod · 0.45
getGreenMethod · 0.45
getBlueMethod · 0.45
getAlphaMethod · 0.45

Tested by

no test coverage detected