Log of /trunk/graf3d/eve/src/TEveRGBAPaletteEditor.cxx
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: 11263 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: 10052 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: 10025 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: 9267 byte(s)
Diff to
previous 21812
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
21812 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 22 20:52:31 2008 UTC (7 years ago) by
matevz
Original Path:
trunk/eve/src/TEveRGBAPaletteEditor.cxx
File length: 9267 byte(s)
Diff to
previous 21434
From Alja:
New class TFTGLManager for management of FTGL fonts.
New classes TEveText, TEveTextEditor and TEveTextGL for display and
configuration of a 3D text.
New test macro 'tutorials/eve/text_test.C'.
From Matevz:
Reenable smart-refresh during redraw of TEveScenes.
Minor code-layout changes.
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/src/TEveRGBAPaletteEditor.cxx
File length: 9098 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.