Home
last modified time | relevance | path

Searched refs:DT_UNSIGNED_CHAR (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/foreign/
H A Ddbh.h99 #define DT_UNSIGNED_CHAR 2 macro
H A Danalyze2vips.c390 case DT_UNSIGNED_CHAR: in get_vips_properties()
/dports/science/minc2/minc-release-2.2.00/conversion/ana2mnc/doc/
H A Dspm_dbh.h84 #define DT_UNSIGNED_CHAR 2 macro
H A Ddbh.h13 #define DT_UNSIGNED_CHAR 2 /* Unsigned character ( 8 bits per voxel) … macro
/dports/science/minc2/minc-release-2.2.00/conversion/ana2mnc/steve_smith_ana2mnc/
H A Ddbh.h85 #define DT_UNSIGNED_CHAR 2 macro
H A Danalyze2minc.c309 if (datatype==DT_UNSIGNED_CHAR) sprintf(type_string,"-byte ");
H A Dminc2analyze.c152 …else { datatype=DT_UNSIGNED_CHAR; sprintf(type_string,"-byte…
/dports/science/minc2/minc-release-2.2.00/conversion/nifti1/
H A Danalyze75.h13 #define DT_UNSIGNED_CHAR 2 /* Unsigned character ( 8 bits per voxel) … macro
H A Dnifti1.h480 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/science/afni/afni-AFNI_21.3.16/src/nifti/fsliolib/
H A Ddbh.h87 #define DT_UNSIGNED_CHAR 2 macro
/dports/science/nifticlib/nifticlib-2.0.0/fsliolib/
H A Ddbh.h87 #define DT_UNSIGNED_CHAR 2 macro
/dports/science/afni/afni-AFNI_21.3.16/src/crorden/dcm2niix_console/
H A Dnifti1.h491 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MINC/src/libminc/nifti/
H A Dnifti1.h487 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/NIFTI/src/nifti/niftilib/
H A Dnifti1.h487 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/science/py-nibabel/nibabel-3.2.1/doc/source/external/
H A Dnifti1.h487 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/science/nifticlib/nifticlib-2.0.0/niftilib/
H A Dnifti1.h487 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/IO/src/nifti/
H A Dnifti1.h484 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/graphics/xmedcon/xmedcon-0.17.0/libs/nifti/
H A Dnifti1.h487 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/science/afni/afni-AFNI_21.3.16/src/nifti/nifti2/
H A Dnifti1.h491 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/science/afni/afni-AFNI_21.3.16/src/nifti/niftilib/
H A Dnifti1.h491 #define DT_UNSIGNED_CHAR 2 /* unsigned char (8 bits/voxel) */ macro
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Danalyze75info.m90 case 2, header.ImgDataType = 'DT_UNSIGNED_CHAR';
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_niftiwrite.c267 nim->datatype = DT_UNSIGNED_CHAR; in populate_nifti_image()