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?


_________________________________________________________________
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
_______________________________________________
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

Reply via email to