#ifndef __f3d_io_h__
#define __f3d_io_h__
namespace HDK_Sample {
enum F3D_BitDepth
{
F3D_BITDEPTH_AUTO,
F3D_BITDEPTH_HALF,
F3D_BITDEPTH_FLOAT,
F3D_BITDEPTH_DOUBLE
};
enum F3D_GridType
{
F3D_GRIDTYPE_DENSE,
F3D_GRIDTYPE_SPARSE
};
F3D_BitDepth bitdepth,
F3D_GridType gridtype,
bool collatevector);
}
#endif