Wiki

Clone wiki

UFF / v0.2 / uff

uff

Ultrasound file format (UFF) superclass.

Parameters

Parameter Datatype Description
major uint32 Index for major release
minor uint32 Index for minor release
patch uint32 Index for patch

Notes

Although the class does not contain other information than version number, it is used internally to implement the methods to read and write into HDF5 files. It can also contain rules that help handling uff classes, and the (often tricky) reference semantics.

Files

  • Matlab implementation: uff.m

Updated