|
| class | _ByValue_DicomStatus |
| | This is used as a function parameter when the underlying function receives DicomStatus by value. Usage:
|
| |
| class | _ByValue_DicomVolume |
| | This is used as a function parameter when the underlying function receives DicomVolume by value. Usage:
|
| |
| class | _ByValue_DicomVolumeAsVdb |
| | This is used as a function parameter when the underlying function receives DicomVolumeAsVdb by value. Usage:
|
| |
| class | _ByValue_LoadingTiffSettings |
| | This is used as a function parameter when the underlying function receives LoadingTiffSettings by value. Usage:
|
| |
| class | _InOptConst_DicomStatus |
| | This is used for optional parameters of class DicomStatus with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_DicomStatus. Usage:
|
| |
| class | _InOptConst_DicomVolume |
| | This is used for optional parameters of class DicomVolume with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_DicomVolume. Usage:
|
| |
| class | _InOptConst_DicomVolumeAsVdb |
| | This is used for optional parameters of class DicomVolumeAsVdb with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_DicomVolumeAsVdb. Usage:
|
| |
| class | _InOptConst_LoadingTiffSettings |
| | This is used for optional parameters of class LoadingTiffSettings with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_LoadingTiffSettings. Usage:
|
| |
| class | _InOptConst_RawParameters |
| | This is used for optional parameters of class RawParameters with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_RawParameters. Usage:
|
| |
| class | _InOptMut_DicomStatus |
| | This is used for optional parameters of class DicomStatus with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_DicomStatus. Usage:
|
| |
| class | _InOptMut_DicomVolume |
| | This is used for optional parameters of class DicomVolume with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_DicomVolume. Usage:
|
| |
| class | _InOptMut_DicomVolumeAsVdb |
| | This is used for optional parameters of class DicomVolumeAsVdb with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_DicomVolumeAsVdb. Usage:
|
| |
| class | _InOptMut_LoadingTiffSettings |
| | This is used for optional parameters of class LoadingTiffSettings with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_LoadingTiffSettings. Usage:
|
| |
| class | _InOptMut_RawParameters |
| | This is used for optional parameters of class RawParameters with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_RawParameters. Usage:
|
| |
| class | Const_DicomStatus |
| | Generated from class MR.VoxelsLoad.DicomStatus. This is the const half of the class.
|
| |
| class | Const_DicomVolume |
| | Generated from class MR.VoxelsLoad.DicomVolume. This is the const half of the class.
|
| |
| class | Const_DicomVolumeAsVdb |
| | Generated from class MR.VoxelsLoad.DicomVolumeAsVdb. This is the const half of the class.
|
| |
| class | Const_LoadingTiffSettings |
| | Generated from class MR.VoxelsLoad.LoadingTiffSettings. This is the const half of the class.
|
| |
| class | Const_RawParameters |
| | Generated from class MR.VoxelsLoad.RawParameters. This is the const half of the class.
|
| |
| class | DicomStatus |
| | Generated from class MR.VoxelsLoad.DicomStatus. This is the non-const half of the class. More...
|
| |
| class | DicomVolume |
| | Generated from class MR.VoxelsLoad.DicomVolume. This is the non-const half of the class. More...
|
| |
| class | DicomVolumeAsVdb |
| | Generated from class MR.VoxelsLoad.DicomVolumeAsVdb. This is the non-const half of the class. More...
|
| |
| class | LoadingTiffSettings |
| | Generated from class MR.VoxelsLoad.LoadingTiffSettings. This is the non-const half of the class. More...
|
| |
| class | RawParameters |
| | Generated from class MR.VoxelsLoad.RawParameters. This is the non-const half of the class. More...
|
| |
|
| static unsafe MR.VoxelsLoad.DicomStatus | isDicomFile (string path, MR.Std.String? seriesUid=null, MR.Misc.InOut< MR.Vector3i >? dims=null) |
| | check if file is a valid DICOM dataset file
|
| |
| static unsafe bool | isDicomFolder (string dirPath) |
| | check if given folder contains at least one DICOM file Generated from function MR.VoxelsLoad.isDicomFolder.
|
| |
| static unsafe MR.Std.Vector_StdFilesystemPath | findDicomFoldersRecursively (string path) |
| | returns all the dicom folders in path, searching recursively Generated from function MR.VoxelsLoad.findDicomFoldersRecursively.
|
| |
| static unsafe MR.VoxelsLoad.DicomVolume | loadDicomFile (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Loads full volume from single DICOM file (not a slice file) as SimpleVolumeMinMax Generated from function MR.VoxelsLoad.loadDicomFile. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VoxelsLoad.DicomVolumeAsVdb | loadDicomFileAsVdb (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Loads full volume from single DICOM file (not a slice file) as VdbVolume Generated from function MR.VoxelsLoad.loadDicomFileAsVdb. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VoxelsLoad.DicomVolume | loadDicomFolder (string path, uint maxNumThreads, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Loads one volume from DICOM files located in given folder as SimpleVolumeMinMax Generated from function MR.VoxelsLoad.loadDicomFolder. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VoxelsLoad.DicomVolumeAsVdb | loadDicomFolderAsVdb (string path, uint maxNumThreads, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Loads one volume from DICOM files located in given folder as VdbVolume Generated from function MR.VoxelsLoad.loadDicomFolderAsVdb. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_ExpectedMRVoxelsLoadDicomVolumeStdString | loadDicomsFolder (string path, uint maxNumThreads, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Loads all volumes from DICOM files located in given folder as a number of SimpleVolumeMinMax Generated from function MR.VoxelsLoad.loadDicomsFolder. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_ExpectedMRVoxelsLoadDicomVolumeAsVdbStdString | loadDicomsFolderAsVdb (string path, uint maxNumThreads, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Loads all volumes from DICOM files located in given folder as a number of VdbVolume Generated from function MR.VoxelsLoad.loadDicomsFolderAsVdb. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_ExpectedMRVoxelsLoadDicomVolumeAsVdbStdString | loadDicomsFolderTreeAsVdb (string path, uint? maxNumThreads=null, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Loads every subfolder with DICOM volume as new object Generated from function MR.VoxelsLoad.loadDicomsFolderTreeAsVdb. Parameter maxNumThreads defaults to 4. Parameter cb defaults to {}.
|
| |
| static unsafe MR.ObjectVoxels | createObjectVoxels (MR.VoxelsLoad.Const_DicomVolumeAsVdb dcm, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | converts DicomVolumeAsVdb in ObjectVoxels Generated from function MR.VoxelsLoad.createObjectVoxels. Parameter cb defaults to {}.
|
| |
| static unsafe MR.LoadedObjects | makeObjectVoxelsFromDicomFolder (string folder, MR.Std.Const_Function_BoolFuncFromFloat? callback=null) |
| | Loads 3D volumetric data from dicom-files in given folder, and converts them into an ObjectVoxels Generated from function MR.VoxelsLoad.makeObjectVoxelsFromDicomFolder. Parameter callback defaults to {}.
|
| |
| static unsafe MR.VdbVolume | fromRaw (string file, MR.VoxelsLoad.Const_RawParameters params_, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load raw voxels from file with provided parameters Generated from function MR.VoxelsLoad.fromRaw. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VdbVolume | fromRaw (MR.Std.Istream in_, MR.VoxelsLoad.Const_RawParameters params_, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load raw voxels from stream with provided parameters; important on Windows: in stream must be open in binary mode Generated from function MR.VoxelsLoad.fromRaw. Parameter cb defaults to {}.
|
| |
| static unsafe MR.FloatGrid | gridFromRaw (string file, MR.VoxelsLoad.Const_RawParameters params_, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load raw voxels from file with provided parameters Generated from function MR.VoxelsLoad.gridFromRaw. Parameter cb defaults to {}.
|
| |
| static unsafe MR.FloatGrid | gridFromRaw (MR.Std.Istream in_, MR.VoxelsLoad.Const_RawParameters params_, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load raw voxels from stream with provided parameters; important on Windows: in stream must be open in binary mode Generated from function MR.VoxelsLoad.gridFromRaw. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VoxelsLoad.RawParameters | findRawParameters (MR.Std.Filesystem.Path file) |
| | finds raw voxels file and its encoding parameters
|
| |
| static unsafe MR.VdbVolume | fromRaw (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load raw voxels file, parsing parameters from name Generated from function MR.VoxelsLoad.fromRaw. Parameter cb defaults to {}.
|
| |
| static unsafe MR.FloatGrid | gridFromRaw (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load raw voxels file, parsing parameters from name Generated from function MR.VoxelsLoad.gridFromRaw. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_MRVdbVolume | fromVdb (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load all voxel volumes from OpenVDB file Generated from function MR.VoxelsLoad.fromVdb. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_MRFloatGrid | gridsFromVdb (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Generated from function MR.VoxelsLoad.gridsFromVdb. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_MRFloatGrid | gridsFromVdb (MR.Std.Istream in_, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Generated from function MR.VoxelsLoad.gridsFromVdb. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VdbVolume | fromGav (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load voxel from Gav-file with micro CT reconstruction Generated from function MR.VoxelsLoad.fromGav. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VdbVolume | fromGav (MR.Std.Istream in_, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Load voxel from Gav-stream with micro CT reconstruction Generated from function MR.VoxelsLoad.fromGav. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_MRFloatGrid | gridsFromAnySupportedFormat (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Detects the format from file extension and loads voxels from it Generated from function MR.VoxelsLoad.gridsFromAnySupportedFormat. Parameter cb defaults to {}.
|
| |
| static unsafe MR.Std.Vector_MRVdbVolume | fromAnySupportedFormat (string file, MR.Std.Const_Function_BoolFuncFromFloat? cb=null) |
| | Detects the format from file extension and loads voxels from it Generated from function MR.VoxelsLoad.fromAnySupportedFormat. Parameter cb defaults to {}.
|
| |
| static unsafe MR.VdbVolume | loadTiffDir (MR.VoxelsLoad.Const_LoadingTiffSettings settings) |
| | Load voxels from a set of TIFF files Generated from function MR.VoxelsLoad.loadTiffDir.
|
| |