atomes 1.1.14
atomes: an atomic scale modeling tool box
Loading...
Searching...
No Matches
colormap Struct Reference

#include <glwin.h>

+ Collaboration diagram for colormap:

Data Fields

float ** data
 
int points
 
ColRGBA ** colors
 
float * positions
 
float cmin
 
float cmax
 
ColRGBAvalues
 

Detailed Description

Definition at line 477 of file glwin.h.

Field Documentation

◆ cmax

float cmax

Maximum value

Definition at line 484 of file glwin.h.

◆ cmin

float cmin

Minimum value

Definition at line 483 of file glwin.h.

◆ colors

ColRGBA** colors

Color(s) to use to build the custom color map

Definition at line 481 of file glwin.h.

◆ data

float** data

Data to use as custom color map, value per MD step x atom

Definition at line 479 of file glwin.h.

◆ points

int points

Number of color(s) to build the custom color map

Definition at line 480 of file glwin.h.

◆ positions

float* positions

Point positions, in the overall value range

Definition at line 482 of file glwin.h.

◆ values

ColRGBA* values

The atom(s) colors calculated using the custom color map information

Definition at line 485 of file glwin.h.


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