[Paraview] Strange parser
Fred Fred
stan1313 at hotmail.fr
Mon Sep 14 09:25:04 EDT 2009
Hello,
I did not receive any answer to this problem and I still have to fight against it, particularly with the use of STL objects.
I suspect there is a solution to use the STL and make it parsed succesfully.
Please help!
From: stan1313 at hotmail.fr
To: paraview at paraview.org
Date: Wed, 9 Sep 2009 12:24:14 +0200
Subject: [Paraview] Strange parser
I have written a new class, which I have compiled in a vtkLocal library, linked and tested with VTK without any problem.
Now I just change the CMakeLists.txt so as to compile for ParaView and several strange parsing error arise, such as:
double a, b;
raises an error, while:
double a;
double b;
is ok!
Also this line raises an error and I do not see how to cope with this one:
vtkstd::vector<vtkstd::vector<vtkstd::vector<double> > > grid;
Note that deleting "vtkstd::" does change anything.
Any help?
Gratuit : Hotmail plus rapide avec Internet Explorer 8 ! Cliquez ici !
_________________________________________________________________
A la recherche de bons plans pour une rentrée pas chère ? Bing ! Trouvez !
http://www.bing.com/search?q=bons+plans+rentr%C3%A9e&form=MVDE6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090914/b878d344/attachment-0001.htm>
More information about the ParaView
mailing list