[vtkusers] SINTAX ERROR found in parsing the header file
Brad King
brad.king at kitware.com
Wed Jun 1 13:14:46 EDT 2005
Norberto Sanchez Escobar wrote:
> I have that error and here is my code:
The all-caps "SYNTAX ERROR" message is displayed by the Tcl/Java/Python
wrapping program when it fails to parse a class header. The parser used
by the wrappers is very limited to keep it simple. Non-supported syntax
needs to be surrounded by comments:
//BTX
...unsupported syntax...
//EXT
Look through the other VTK class header files to find example usage.
-Brad
More information about the vtkusers
mailing list