Log of /trunk/graf3d/eve/inc/TEveRGBAPaletteEditor.h
Parent Directory
Revision
43602 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 2 05:21:43 2012 UTC (2 years, 9 months ago) by
matevz
File length: 2900 byte(s)
Diff to
previous 29357
Add support for displaying palette values in UI elements (GUI, overlay) as
real values, mapped with a linear function. This is enabled by calling:
TEveRGBAPalette::SetUIDoubleRep(Bool_t b, Double_t f=1, Double_t c=0);
and the mapping between integer 'i' and real 'r' values is:
r = f*i + c;
Revision
29357 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 6 17:53:36 2009 UTC (5 years, 6 months ago) by
matevz
File length: 2832 byte(s)
Diff to
previous 23140
TEveRGBAPalette - implement additional flag fFixColorRange specifying
how the palette color range gets mapped onto signal values:
true - LowLimit -> HighLimit
false - MinValue -> MaxValue.
State of the flag can be passed in the constructor or changed via the
void SetFixColorRange(Bool_t v);
member function.
Control of the flag is also available in the GUI editor.
Revision
23140 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 11 11:01:39 2008 UTC (6 years, 9 months ago) by
rdm
File length: 2733 byte(s)
Diff to
previous 21310
move the following directories to "graf2d":
asimage, freetype, gpad, graf, postscript, qt, win32gdk, x11, x11ttf
move the following directories to "graf3d":
eve, ftgl, g3d, gl, x3d
Revision
21054 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 26 18:00:41 2007 UTC (7 years, 1 month ago) by
matevz
Original Path:
trunk/eve/inc/TEveRGBAPaletteEditor.h
File length: 2731 byte(s)
Diff to
previous 21044
When including ROOT header files use "" instead of <>.
Replace NULL with 0 in TEveGLText.
TEveTrackPropagator: make public data-members protected and provide
get/set methods. Second attempt at fixing Solaris cc errors: make
Helix and Vertex4d struct declarations public.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.