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

Method closeParam

COLLADAStreamWriter/src/COLLADASWParamBase.cpp:76–80  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

74
75 // -----------------------------
76 void ParamBase::closeParam()
77 {
78 closeValuesElement ();
79 mParamCloser.close();
80 }
81
82 // -----------------------------
83 void ParamBase::setParamType( const ValueType::ColladaType& paramType )

Callers 7

addInParamMethod · 0.80
exportParamMethod · 0.80
exportPassRenderStateMethod · 0.80
exportParamMethod · 0.80
setSetParamMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected