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

Method appendAttribute

COLLADAStreamWriter/src/COLLADASWParamBase.cpp:39–42  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

37
38 // -----------------------------
39 void ParamBase::appendAttribute( const String& name, const String& val )
40 {
41 mSW->appendAttribute ( name, val );
42 }
43
44 // -----------------------------
45 void ParamBase::addSemantic( const String &semantic )

Callers 15

addMethod · 0.45
openMethod · 0.45
addMethod · 0.45
addInitCubeMethod · 0.45
addInitVolumeMethod · 0.45
addInitPlanarMethod · 0.45
addInitFromMethod · 0.45
openNodeMethod · 0.45
openTechniqueMethod · 0.45
addCustomChildElementMethod · 0.45
addElementMethod · 0.45
addParameterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected