VivoQuant 6.0.1
Loading...
Searching...
No Matches
invicro_common_enums.h File Reference

Setting enumerations commonly used in VivoQuant. More...

Enumerations

enum  DICOMImageFormat { Invalid = -1 , MFModule , MFGroup , SF }
 VivoQuant's supported DICOM formats. More...
 
enum  TimePointsSettings { AllTimePoints , CurrentTimePoint }
 Options to save specified timepoints. More...
 
enum  TimepointFilesSettings { SingleFileForAllTimepoints , OneFilePerTimepoint }
 Options to save timepoints separately. More...
 

Detailed Description

Setting enumerations commonly used in VivoQuant.

Enumeration Type Documentation

◆ DICOMImageFormat

VivoQuant's supported DICOM formats.

Enumerator
Invalid 

Value for error checking

MFModule 

Volumetric data in a single file

MFGroup 

Volumetric data in a single file, with per-slice information

SF 

Single frame data (one slice of an image volume per file)

◆ TimepointFilesSettings

Options to save timepoints separately.

Enumerator
SingleFileForAllTimepoints 

Save all timepoints in a single file

OneFilePerTimepoint 

Save each timepoint in its own file

◆ TimePointsSettings

Options to save specified timepoints.

Enumerator
AllTimePoints 

Save all timepoints in the image data

CurrentTimePoint 

Save the current timepoint only