[vtkusers] vtkinria3d
Mathieu Malaterre
mathieu.malaterre at gmail.com
Fri Jul 20 10:28:05 EDT 2007
On Linux debian, with VTK CVS and gcc 3.3 I had to do:
$ svn di
Index: vtkDataManagement/vtkDataManager.cxx
===================================================================
--- vtkDataManagement/vtkDataManager.cxx (revision 297)
+++ vtkDataManagement/vtkDataManager.cxx (working copy)
@@ -12,6 +12,7 @@
#include <vtkUnstructuredGrid.h>
#include <vtkProperty.h>
+#include <vtkImageData.h>
#include <vtksys/SystemTools.hxx>
#include <vtkErrorCode.h>
Index: vtkDataManagement/vtkMetaDataSetSequence.cxx
===================================================================
--- vtkDataManagement/vtkMetaDataSetSequence.cxx (revision 297)
+++ vtkDataManagement/vtkMetaDataSetSequence.cxx (working copy)
@@ -22,6 +22,8 @@
#include <vtkErrorCode.h>
#include <vtkLookupTable.h>
+#include <sstream>
+
//----------------------------------------------------------------------------
vtkStandardNewMacro( vtkMetaDataSetSequence );
vtkCxxRevisionMacro(vtkMetaDataSetSequence, "$Revision: 1.4 $");
HTH
-Mathieu
On 7/20/07, Moti Freiman <freiman at cs.huji.ac.il> wrote:
> Do someone download and try vtkinria3d?
> I tried and it did not compile.
> Where can i ask questions about it?
> Thanks,
> Moti
>
> --
> __
> Moti Freiman, Ph.D Student.
> Medical Image Processing and Computer-Assisted Surgery Laboratory.
> School of Computer Science and Engineering.
> The Hebrew University of Jerusalem Givat Ram, Jerusalem 91904, Israel
> Phone: +(972)-2-658-5371 (laboratory)
> WWW site: http://www.cs.huji.ac.il/~freiman
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
>
--
Mathieu
More information about the vtkusers
mailing list