[Paraview] Strange parser

David E DeMarle dave.demarle at kitware.com
Mon Sep 14 14:49:48 EDT 2009


Not sure about the first problem you mention.

About the second, is that stl code in a header file? If so, put it in
between //BTX and //ETX. That will tell the wrappers (in this case the
client server wrapper), to ignore it.

David E DeMarle
Kitware, Inc.
R&D Engineer
28 Corporate Drive
Clifton Park, NY 12065-8662
Phone: 518-371-3971 x109


On Mon, Sep 14, 2009 at 9:25 AM, Fred Fred <stan1313 at hotmail.fr> wrote:

>  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 !<http://www.microsoft.com/france/windows/products/winfamily/ie/ie8/msn/default.aspx>
> ------------------------------
> Gratuit : Hotmail plus rapide avec Internet Explorer 8 ! Cliquez ici !<http://www.microsoft.com/france/windows/products/winfamily/ie/ie8/msn/default.aspx>
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090914/769e1ff1/attachment.htm>


More information about the ParaView mailing list