[Paraview-developers] Using ParseOGLExt string tokenizer

Stanton, Eric T etstant at sandia.gov
Tue Aug 2 16:16:37 EDT 2005


Hi Andy,

> Do you require just the tokenizer or the whole ParseOGLExt?

Just the tokenizer. I ended up using the one I found at:
http://oopweb.com/CPP/Documents/CPPHOWTO/Volume/C++Programming-HOWTO-7.h
tml. It seems to do what I need. The reason this came up is I was using
strtok() but read that it is not threadsafe.

--Eric
 

> -----Original Message-----
> From: Andy Cedilnik [mailto:andy.cedilnik at kitware.com] 
> Sent: Tuesday, August 02, 2005 1:27 PM
> To: Stanton, Eric T
> Cc: paraview-developers at public.kitware.com
> Subject: Re: [Paraview-developers] Using ParseOGLExt string tokenizer
> 
> Hi Eric,
> 
> 
> I do not want to expose the tokenizer outside ParaView 
> because it is not really a ParaView class.
> 
>        Andy
> 
> Stanton, Eric T wrote:
> 
> >Hello,
> >
> >I'd like to make use of the Tokenizer class in 
> >/VTK/Utilities/ParseOGLExt from a class in /GUI/Client. Is 
> the best way 
> >to do this adding 
> "${ParaView_SOURCE_DIR}/VTK/Utilities/ParseOGLExt" to 
> >the list of INCLUDE_DIRECTORIES() in /GUI/Client/CMakeLists.txt?
> >
> >Thanks,
> >Eric
> >
> >_______________________________________________
> >Paraview-developers mailing list
> >Paraview-developers at paraview.org
> >http://public.kitware.com/mailman/listinfo/paraview-developers
> >  
> >
> 
> 
> --
> Andy Cedilnik
> Kitware Inc.
> 
> 
> 



More information about the Paraview-developers mailing list