Function libCZI::CreateAccesor

Function libCZI::CreateAccesor#

Function Documentation#

std::shared_ptr<IAccessor> libCZI::CreateAccesor(std::shared_ptr<ISubBlockRepository> repository, AccessorType accessorType)#

Creates an accessor of the specified type which uses the specified sub-block repository.

Parameters:
  • repository – The sub-block repository.

  • accessorType – Type of the accessor.

Returns:

The newly created accessor object.