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

Method openParam

COLLADAStreamWriter/src/COLLADASWParamBase.cpp:30–36  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

28
29 // -----------------------------
30 void ParamBase::openParam( const String& refe/*=""*/ )
31 {
32 mParamCloser = mSW->openElement ( mParamName );
33
34 if ( !refe.empty() )
35 mSW->appendAttribute( CSWC::CSW_ATTRIBUTE_REF, refe );
36 }
37
38 // -----------------------------
39 void ParamBase::appendAttribute( const String& name, const String& val )

Callers 7

addInParamMethod · 0.45
exportParamMethod · 0.45
exportPassRenderStateMethod · 0.45
exportParamMethod · 0.45
setSetParamMethod · 0.45

Calls 3

openElementMethod · 0.80
emptyMethod · 0.45
appendAttributeMethod · 0.45

Tested by

no test coverage detected