[vtk-developers] Syntax Highlighting

Brad King brad.king at kitware.com
Wed Mar 16 10:00:49 EST 2005


Andrew Maclean wrote:
> I have a TCL script that does the following:
> 
> # Parse a list of VTK classes, variables and functions
> # extracted from the Doxygen documentation.
> # Just copy the Class Members page starting at -_-
> # and ending at the last class member to a file called
> # VTK.txt
> # Then run this program and the following files will be produced:
> # VTKClasses.Txt - a list of the vtk classes.
> # VTKFunctions.txt - a list of methods in the classes.
> # VTKVariables.txt - a list of variables in the classes.
> # VTKClassesFnVar.txt - a list of classes with their methods and
> # variables.
[snip]
> If there is any interest I'll zip and post the file to this group (it is
> quite small).

You can probably find or make an appropriate place for it in the VTK wiki:

http://www.vtk.org/Wiki/VTK

-Brad



More information about the vtk-developers mailing list