<div dir="ltr">I'm sorry. I think you missed my point. If you provide a complete, cut-able, compilable and runnable example that illustrates your problem, then it makes it easy for us to reproduce and possibly solve your problem.<br>
<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 25, 2013 at 4:27 PM, chasank <span dir="ltr"><<a href="mailto:chasank@gmail.com" target="_blank">chasank@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Include files;<br>
<br>
#include <iostream><br>
#include <sstream><br>
<br>
#include <itkImage.h><br>
#include <itkImageFileReader.h><br>
#include <itkNiftiImageIO.h><br>
#include <itkImageToVTKImageFilter.h><br>
<br>
#include <vtkImageData.h><br>
#include <vtkSmartPointer.h><br>
#include <vtkLookupTable.h><br>
#include <vtkScalarBarActor.h><br>
#include <vtkRenderer.h><br>
#include <vtkRenderWindow.h><br>
#include <vtkRenderWindowInteractor.h><br>
#include <vtkInteractorStyleImage.h><br>
#include <vtkImageResliceMapper.h><br>
#include <vtkImageProperty.h><br>
#include <vtkMatrix4x4.h><br>
#include <vtkImageSlice.h><br>
#include <vtkCamera.h><br>
#include <vtkCommand.h><br>
#include <vtkTextProperty.h><br>
<br>
The grayscale file is a binary file for lookup table. It is not important,<br>
lookup table is built is identical with;<br>
<div class="im"><br>
table = vtkSmartPointer< vtkLookupTable >::New();<br>
</div>table->SetValueRange(0.0, 1.0);<br>
table->SetRampToLinear();<br>
table->SetScaleToLinear();<br>
table->Build();<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/VTK6-0-label-size-problem-of-vtkScalarBarActor-tp5721585p5721602.html" target="_blank">http://vtk.1045678.n5.nabble.com/VTK6-0-label-size-problem-of-vtkScalarBarActor-tp5721585p5721602.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Unpaid intern in BillsBasement at noware dot com<br>
</div>