Tachyon (current)  Current Main Branch
Data Fields
Frame Struct Reference

#include <image.h>

Data Fields

int ID
 frame number More...
 
unsigned int info
 bitmapped flags and values More...
 
unsigned int loaded
 memory residency information More...
 
unsigned int xs
 pels in x dimension More...
 
unsigned int ys
 pels in y dimension More...
 
unsigned int zs
 pels in z dimension More...
 
unsigned char * data
 raw image/volume data More...
 
char filename [FILENAME_MAX]
 filename or remote access identifier More...
 

Detailed Description

Definition at line 21 of file image.h.

Field Documentation

◆ data

unsigned char* Frame::data

raw image/volume data

Definition at line 30 of file image.h.

◆ filename

char Frame::filename[FILENAME_MAX]

filename or remote access identifier

Definition at line 31 of file image.h.

◆ ID

int Frame::ID

frame number

Definition at line 22 of file image.h.

◆ info

unsigned int Frame::info

bitmapped flags and values

YUV, RGB, DCT, image, animation, volume, etc.

Definition at line 23 of file image.h.

◆ loaded

unsigned int Frame::loaded

memory residency information

Definition at line 26 of file image.h.

◆ xs

unsigned int Frame::xs

pels in x dimension

Definition at line 27 of file image.h.

◆ ys

unsigned int Frame::ys

pels in y dimension

Definition at line 28 of file image.h.

◆ zs

unsigned int Frame::zs

pels in z dimension

Definition at line 29 of file image.h.


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