[Insight-developers] SliceView

Yinpeng Jin yj76 at columbia . edu
Fri, 30 Aug 2002 14:38:45 -0400


SliceView has a private bool variable cViewDetails, which is default by
"true".
So some detail information was overlayed on the image as text.
therefore all the images viewed by fltkImageViewer will have those text
information on them.
by press "D", they can be hiden.
I didn't find a set macro or other way to change this variable externally.
it is sometime a bit annoying to have them overlayed on the image.
did I miss something? if not, Can we added some public methods to change it,
maybe even make it accessible from a GLSliceview or fltkImageViewer object?

Yinpeng.