#include <flgrCoreData.h>
Definition at line 298 of file flgrCoreData.h.
Data Fields | |
void * | array |
void * | array_phantom |
int | bps |
int | dim |
int | length |
int | ref2d |
FLGR_Shape | shape |
int | size_struct |
int | spp |
FLGR_Type | type |
void* FLGR_Data1D::array |
Virtual Start of row elements
Definition at line 307 of file flgrCoreData.h.
Physical Start of row elements (array = array_phantom+32)
Definition at line 308 of file flgrCoreData.h.
int FLGR_Data1D::bps |
Number of bits per sample
Definition at line 301 of file flgrCoreData.h.
int FLGR_Data1D::dim |
Dimension
Definition at line 299 of file flgrCoreData.h.
length of the array
Definition at line 306 of file flgrCoreData.h.
Value will be != -1 if the array correspond to a specific FLGR_Data2D's row
Definition at line 303 of file flgrCoreData.h.
Shape if applicable
Definition at line 305 of file flgrCoreData.h.
Size of the structure
Definition at line 300 of file flgrCoreData.h.
int FLGR_Data1D::spp |
Number of samples per pixel
Definition at line 302 of file flgrCoreData.h.
Type of a sample
Definition at line 304 of file flgrCoreData.h.