Fovia's C++ Client/Server API
Public Attributes | List of all members
RAW_DATASET_DESCRIPTION Struct Reference

Public Attributes

VECTOR3L Dimension
 
RAW_FILE_DATA_DESCRIPTIONFiles
 
unsigned int NumFiles
 
MATRIX44D Orientation
 
VECTOR3D Spacing
 

Detailed Description

Describes a raw dataset to be loaded by the raw file load function.

Member Data Documentation

VECTOR3L RAW_DATASET_DESCRIPTION::Dimension

The dimension of the volume data as specified in VOLUME_DATA_PARAMS::Dimension.

RAW_FILE_DATA_DESCRIPTION* RAW_DATASET_DESCRIPTION::Files

This should be an array of one or more file descriptions. Sum of Files[i].NumSlices should be equal to RAW_DATASET_DESCRIPTION::Dimension.z

unsigned int RAW_DATASET_DESCRIPTION::NumFiles

The number of raw files for this dataset.

MATRIX44D RAW_DATASET_DESCRIPTION::Orientation

The orientation of the volume data as specified in VOLUME_DATA_PARAMS::Orientation.

VECTOR3D RAW_DATASET_DESCRIPTION::Spacing

The dimension of the volume data as specified in VOLUME_DATA_PARAMS::Spacing.