MCPcopy Create free account
hub / github.com/alembic/alembic / WriteStringArray

Function WriteStringArray

lib/Alembic/AbcCoreHDF5/StringWriteUtil.cpp:406–420  ·  view source on GitHub ↗

-

Source from the content-addressed store, hash-verified

404
405//-*****************************************************************************
406WrittenArraySampleIDPtr
407WriteStringArray( 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//-*****************************************************************************
423WrittenArraySampleIDPtr

Callers 1

WriteArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected