PLUTO
IMAGE Struct Reference

#include <structs.h>

Collaboration diagram for IMAGE:

Public Attributes

int nrow
 
int ncol
 
int slice_plane
 
int logscale
 
char * colormap
 
char basename [32]
 
unsigned char r [256]
 
unsigned char g [256]
 
unsigned char b [256]
 
RGB ** rgb
 
double max
 
double min
 
double slice_coord
 

Detailed Description

Definition at line 300 of file structs.h.

Member Data Documentation

unsigned char IMAGE::b[256]

Definition at line 306 of file structs.h.

char IMAGE::basename[32]

Definition at line 305 of file structs.h.

char* IMAGE::colormap

Definition at line 304 of file structs.h.

unsigned char IMAGE::g[256]

Definition at line 306 of file structs.h.

int IMAGE::logscale

Definition at line 303 of file structs.h.

double IMAGE::max

Definition at line 308 of file structs.h.

double IMAGE::min

Definition at line 309 of file structs.h.

int IMAGE::ncol

Definition at line 301 of file structs.h.

int IMAGE::nrow

Definition at line 301 of file structs.h.

unsigned char IMAGE::r[256]

Definition at line 306 of file structs.h.

RGB** IMAGE::rgb

Definition at line 307 of file structs.h.

double IMAGE::slice_coord

Definition at line 310 of file structs.h.

int IMAGE::slice_plane

Definition at line 302 of file structs.h.


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