Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DHDR_STRUCT Struct Reference

data section header (32*4 bytes) More...

#include <isisraw.h>

Public Member Functions

 DHDR_STRUCT ()
 constructor More...
 

Public Attributes

int d_comp
 compression type (0=none, 1 = byte relative) More...
 
float d_crdata
 compression ratio for data More...
 
float d_crfile
 compression ratio for whole file More...
 
int d_exp_filesize
 equivalent version 1 filesize More...
 
int d_offset
 offset to spectrum descriptor array More...
 
int reserved
 unused More...
 
int unused [26]
 to bring size to 32*4 bytes More...
 

Detailed Description

data section header (32*4 bytes)

Definition at line 228 of file isisraw.h.

Constructor & Destructor Documentation

◆ DHDR_STRUCT()

DHDR_STRUCT::DHDR_STRUCT ( )
inline

constructor

Definition at line 237 of file isisraw.h.

References d_comp, and d_offset.

Member Data Documentation

◆ d_comp

int DHDR_STRUCT::d_comp

compression type (0=none, 1 = byte relative)

Definition at line 229 of file isisraw.h.

Referenced by DHDR_STRUCT(), ISISRAW::ioRAW(), and ISISRAW::printInfo().

◆ d_crdata

float DHDR_STRUCT::d_crdata

compression ratio for data

Definition at line 232 of file isisraw.h.

Referenced by ISISRAW::ioRAW(), and ISISRAW::printInfo().

◆ d_crfile

float DHDR_STRUCT::d_crfile

compression ratio for whole file

Definition at line 233 of file isisraw.h.

Referenced by ISISRAW::ioRAW().

◆ d_exp_filesize

int DHDR_STRUCT::d_exp_filesize

equivalent version 1 filesize

Definition at line 234 of file isisraw.h.

Referenced by ISISRAW::ioRAW().

◆ d_offset

int DHDR_STRUCT::d_offset

offset to spectrum descriptor array

Definition at line 231 of file isisraw.h.

Referenced by DHDR_STRUCT().

◆ reserved

int DHDR_STRUCT::reserved

unused

Definition at line 230 of file isisraw.h.

◆ unused

int DHDR_STRUCT::unused[26]

to bring size to 32*4 bytes

Definition at line 235 of file isisraw.h.


The documentation for this struct was generated from the following file: