|
| ObjectVoxels | createObjectVoxels (VoxelsLoad.DicomVolumeAsVdb dcm, func_bool_from_float cb='{}') |
| |
| std_vector_std_filesystem_path | findDicomFoldersRecursively (os.PathLike|str|bytes path) |
| |
| VoxelsLoad.RawParameters | findRawParameters (os.PathLike|str|bytes file) |
| |
| std_vector_VoxelsVolumeMinMax_FloatGrid | fromAnySupportedFormat (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| VdbVolume | fromGav (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| VdbVolume | fromGav (typing.Any in_, func_bool_from_float cb='{}') |
| |
| VdbVolume | fromRaw (os.PathLike|str|bytes file, VoxelsLoad.RawParameters params, func_bool_from_float cb='{}') |
| |
| VdbVolume | fromRaw (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| VdbVolume | fromRaw (typing.Any in_, VoxelsLoad.RawParameters params, func_bool_from_float cb='{}') |
| |
| std_vector_VoxelsVolumeMinMax_FloatGrid | fromVdb (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| FloatGrid | gridFromRaw (os.PathLike|str|bytes file, VoxelsLoad.RawParameters params, func_bool_from_float cb='{}') |
| |
| FloatGrid | gridFromRaw (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| FloatGrid | gridFromRaw (typing.Any in_, VoxelsLoad.RawParameters params, func_bool_from_float cb='{}') |
| |
| std_vector_FloatGrid | gridsFromAnySupportedFormat (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| std_vector_FloatGrid | gridsFromVdb (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| std_vector_FloatGrid | gridsFromVdb (typing.Any in_, func_bool_from_float cb='{}') |
| |
| VoxelsLoad.DicomStatus | isDicomFile (os.PathLike|str|bytes path, std_string_output seriesUid=None) |
| |
| bool | isDicomFolder (os.PathLike|str|bytes dirPath) |
| |
| VoxelsLoad.DicomVolume | loadDicomFile (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| VoxelsLoad.DicomVolumeAsVdb | loadDicomFileAsVdb (os.PathLike|str|bytes file, func_bool_from_float cb='{}') |
| |
| VoxelsLoad.DicomVolume | loadDicomFolder (os.PathLike|str|bytes path, int maxNumThreads, func_bool_from_float cb='{}') |
| |
| VoxelsLoad.DicomVolumeAsVdb | loadDicomFolderAsVdb (os.PathLike|str|bytes path, int maxNumThreads, func_bool_from_float cb='{}') |
| |
| std_vector_tl_expected_VoxelsLoad_DicomVolumeT_VoxelsVolumeMinMax_Vector_float_Id_VoxelTag_std_string | loadDicomsFolder (os.PathLike|str|bytes path, int maxNumThreads, func_bool_from_float cb='{}') |
| |
| std_vector_tl_expected_VoxelsLoad_DicomVolumeT_VoxelsVolumeMinMax_FloatGrid_std_string | loadDicomsFolderAsVdb (os.PathLike|str|bytes path, int maxNumThreads, func_bool_from_float cb='{}') |
| |
| std_vector_tl_expected_VoxelsLoad_DicomVolumeT_VoxelsVolumeMinMax_FloatGrid_std_string | loadDicomsFolderTreeAsVdb (os.PathLike|str|bytes path, int maxNumThreads=4, func_bool_from_float cb='{}') |
| |
| VdbVolume | loadTiffDir (VoxelsLoad.LoadingTiffSettings settings) |
| |
| LoadedObjects | makeObjectVoxelsFromDicomFolder (os.PathLike|str|bytes folder, func_bool_from_float callback='{}') |
| |