ODIN
Public Attributes | List of all members

#include <ldrbase.h>

Public Attributes

unsigned int minsize
 
bool autoscale
 
bool color
 
farray overlay_map
 
float overlay_minval
 
bool overlay_firescale
 
float overlay_rectsize
 

Detailed Description

Data structure to store info about 2D/3D plots of LDRarrays

Definition at line 131 of file ldrbase.h.

Member Data Documentation

◆ autoscale

bool PixmapProps::autoscale

Do auto-windowing/scaling of values

Definition at line 146 of file ldrbase.h.

◆ color

bool PixmapProps::color

Display values color encoded

Definition at line 151 of file ldrbase.h.

◆ minsize

unsigned int PixmapProps::minsize

The min and max width/height in the GUI

Definition at line 141 of file ldrbase.h.

◆ overlay_firescale

bool PixmapProps::overlay_firescale

Use only yellow to red from color wheel

Definition at line 167 of file ldrbase.h.

◆ overlay_map

farray PixmapProps::overlay_map

Extra map to be overlaid on plot in color code

Definition at line 157 of file ldrbase.h.

◆ overlay_minval

float PixmapProps::overlay_minval

Range of displayed values of overlay map. If both are zero, autoscaling is applied.

Definition at line 162 of file ldrbase.h.

◆ overlay_rectsize

float PixmapProps::overlay_rectsize

The relative size (between 0 and 1) of rectangles representing overlayed voxels

Definition at line 172 of file ldrbase.h.


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