[vtk-developers] VTK Wrapping

David Gobbi david.gobbi at gmail.com
Tue Jul 6 09:51:27 EDT 2010


Hi All,

Another wrapping update was pushed this morning.  This time, the
parser and the wrappers have been updated so that they can build while
ignoring the BTX/ETX markers in the header files. Here is a new CMake
variable for people to play with:

VTK_IGNORE_BTX "Ignore BTX and ETX in header files."

If you turn this option ON, then the wrappers will parse the header
files as if all the BTX/ETX markers had were removed, i.e. //BTX and
//ETX will be treated as if they were just regular comments.

Turning on this option will break any external wrapping, e.g. ParaView
or Titan, because I do not yet export the hierarchy files.  For now,
it is just an experimental option for stand-alone VTK builds.

   David



More information about the vtk-developers mailing list