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