Log of /trunk/graf3d/eve/inc/TEveRGBAPalette.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: 8495 byte(s)
Diff to
previous 30823
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
30823 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 21 13:58:59 2009 UTC (5 years, 3 months ago) by
matevz
File length: 7789 byte(s)
Diff to
previous 29357
Add signal emitting TEveRGBAPalette::MinMaxValChanged(). Ged editor
calls this after setting the min/max range.
Requested by A. Finch for K2K display.
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: 7751 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: 7189 byte(s)
Diff to
previous 21215
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/TEveRGBAPalette.h
File length: 7174 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.
Revision
21044 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Added
Mon Nov 26 14:31:05 2007 UTC (7 years, 1 month ago) by
rdm
Original Path:
trunk/eve/inc/TEveRGBAPalette.h
File length: 7174 byte(s)
from Matevz:
add the TEve classes to the svn trunk. Code compiles without warnings on
MacOS X, Linux and Windows XP. Tutorials still don't work, as init code
is still missing (coming later today).
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.