4// $Id: F5image.h,v 1.5 2004/03/22 15:30:05 werner Exp $
7// Revision 1.5 2004/03/22 15:30:05 werner
8// Generalized treatment of refinement within the framework of relative representations. Closer to better support of downsampling topologies.
9// Improved documentation.
11// Revision 1.4 2003/11/13 12:49:54 werner
12// Adjusted includes for Windows,
13// and added prototype information for generic tensor description types.
15// Revision 1.3 2003/05/27 11:52:15 zib
16// added F5_API stuff to build dll, if you like to build
17// a static lib you'll have to define F5_STATIC during every
18// build using the headers
20// Revision 1.2 2002/11/11 17:08:43 werner
21// Added a preliminiary interface for AMR data.
23// Revision 1.1 2001/10/18 19:58:17 werner
24// Preliminiary HDF5 Fiber C library
26// Revision 1.1.1.1 2000/02/10 20:08:25 cvs
27// GNU Emacs Configurations
29// Revision 1.1.1.1 1999/12/02 14:25:59 werner
30// Emacs configurations
32// Revision 1.1.1.1 1999/01/13 13:59:50 werner
33// GNU Emacs startup lisp files.
52#define F5_IMAGE_RGB_FLOAT_INTENSITY "Intensity"
53#define F5_IMAGE_RGB_FLOAT_TRANSPARENCY "Transparency"
54#define F5_IMAGE_FINAL_VIEW "Directions"
55#define F5_IMAGE_ZBUFFER "Zvalues"
56#define F5_IMAGE_RGB16_INTENSITY "Intensity16"
57#define F5_IMAGE_RGB16_TRANSPARENCY "Transparency16"
58#define F5_IMAGE_RGB8_INTENSITY "Intensity8"
59#define F5_IMAGE_RGB8_TRANSPARENCY "Transparency8"
60#define F5_IMAGE_ALPHA_CHANNEL "alpha"
62#define F5_IMAGE_LEFT_STEREO "left"
63#define F5_IMAGE_RIGHT_STEREO "right"
64#define F5_IMAGE_EQUATORIAL_CIRCUMVENTION "observer%05d"
65#define F5_IMAGE_CELESTIAL_CIRCUMVENTION "observer@%05dx%05d"
F5_API hid_t F5spectrum_tid(F5spectrum_t *data)
F5_API void saveF5image(F5image *, const char *filename, const char *viewpoint_description, const char *scenery)
F5_API void deleteF5image(F5image *)
F5_API void initF5image(F5image *)
F5_vec3_double_t y_direction
F5_rgb16_t * transparency16
F5_vec3_float_t * directions
F5_rgb_real_t * transparency
F5_vec3_double_t viewpoint
F5_rgb_real_t * intensity
F5_vec3_double_t x_direction
unsigned short * zvalues16