Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

vtkwrappython(1) [debian man page]

VTKWRAPPYTHON(1)						   User Commands						  VTKWRAPPYTHON(1)

NAME
vtkWrapPython - Command line tool for vtkWrapPython SYNOPSIS
vtkWrapPython [options] input_file output_file DESCRIPTION
This manual page documents briefly the command. More information can be found at http://vtk.org --concrete force concrete class --abstract force abstract class --vtkobject vtkObjectBase-derived class --special non-vtkObjectBase class --hints <file> hints file --types <file> type hierarchy file -I <dir> add an include directory -D <macro> define a preprocessor macro AUTHOR
This manual page was written by Mathieu Malaterre <malat@debian.org> for the Debian GNU/Linux system, but may be used by others. vtkWrapPython 5.8.0 December 2011 VTKWRAPPYTHON(1)

Check Out this Related Man Page

MUMMY(1)							   User Commands							  MUMMY(1)

NAME
mummy - generate C# wrappers from C++ code. SYNOPSIS
mummy [options] files... DESCRIPTION
mummy is a command line executable that generates C# wrappers from gccxml output. A C# class is generated to wrap the wrappable class named in the gccxml output. Settings to control the wrapping are given inline directly in the class header file or in the MummySettings.xml input file. mummy version 1.0.2 (revision 599) Command line options: --csharp-file opt C# output file. Default value is 'ClassName.cs' in the current directory. --csharp-unit-test-file opt C# output file. Default value is 'ClassNameUnitTest.cs' in the current directory. --export-layer-file opt C++ output file. Default value is 'ClassNameEL.cxx' in the current directory. --gccxml-file opt Input file (output of gccxml) describing class to be wrapped. Required. --help Display (this) detailed help information. --settings-file opt Input file describing mummy configuration settings, including the set of wrapped classes. Required. --suppress-warnings opt opt ... Space separated list of warning numbers to suppress. --verbose Overwhelm me with output, I don't have enough reading material... ;) --version Display the program version. AUTHORS
This manual page was written by Mathieu Malaterre <malat@debian.org>, for the Debian project (and may be used by others). SEE ALSO
cableidx(1), gccxml(1). mummy version 1.0.2 (revision 599) December 2011 MUMMY(1)
Man Page