-
| 404 | |
| 405 | //-***************************************************************************** |
| 406 | WrittenArraySampleIDPtr |
| 407 | WriteStringArray( WrittenArraySampleMap &iMap, |
| 408 | hid_t iGroup, |
| 409 | const std::string &iName, |
| 410 | const AbcA::ArraySample &iSamp, |
| 411 | const AbcA::ArraySample::Key &iKey, |
| 412 | int iCompressionLevel ) |
| 413 | { |
| 414 | return WriteStringArrayT<std::string,char>( iMap, |
| 415 | iGroup, |
| 416 | iName, |
| 417 | iSamp, |
| 418 | iKey, |
| 419 | iCompressionLevel ); |
| 420 | } |
| 421 | |
| 422 | //-***************************************************************************** |
| 423 | WrittenArraySampleIDPtr |