[Paraview] Using vtkstd::map in ParaView

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Apr 27 11:30:26 EDT 2006


It looks like the Wrappers are raising the error.
Try enclosing the offending declaration between //BTX //ETX

eg.

//BTX
  vtkstd::map MyMap;
//ETX

Utkarsh


Brian Dotson wrote:
> Hi all,
>  
> We are trying to use vtkstd::map inside a vtk reader in paraview.  It
> seems to compile ok, but I get a SYNTAX ERROR in parsing the header.  It
> give a line number where the vtkstd::map is located. 
>  
> How do I fix this problem.
>  
> Thanks,
>  
> Brian Dotson
> National Energy Technology Laboratory
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview



More information about the ParaView mailing list