VTK
Public Attributes | List of all members
_OptionInfo Struct Reference

vtkParseMain.h provides argument parsing for the wrapper executables. More...

#include <vtkParseMain.h>

Public Attributes

int NumberOfFiles
 
char ** Files
 
char * InputFileName
 
char * OutputFileName
 
char * HintFileName
 
char * HierarchyFileName
 

Detailed Description

vtkParseMain.h provides argument parsing for the wrapper executables.

Usage: vtkWrap [options] infile ...

-D <macro[=def]> add a macro definition -U <macro> cancel a macro definition -I <dir> add an include directory -o <file> specify the output file <file> read arguments from a file –help print a help message and exit –version print the VTK version number and exit –hints <file> hints file –types <file> type hierarchy file

Notes:

1) The "-o" option is needed when there are multiple input files. Otherwise, the output file can be given after the input file.

2) The "@file" option allows arguments to be stored in a file, instead of given on the command line. The use of such a file is sometimes necessary to avoid overflowing the 8191-character command-line limit on Windows. If the file is not found, then "@file" will be passed as as a command-line parameter. Options for the wrappers

Definition at line 52 of file vtkParseMain.h.

Member Data Documentation

int _OptionInfo::NumberOfFiles

Definition at line 54 of file vtkParseMain.h.

char** _OptionInfo::Files

Definition at line 55 of file vtkParseMain.h.

char* _OptionInfo::InputFileName

Definition at line 56 of file vtkParseMain.h.

char* _OptionInfo::OutputFileName

Definition at line 57 of file vtkParseMain.h.

char* _OptionInfo::HintFileName

Definition at line 58 of file vtkParseMain.h.

char* _OptionInfo::HierarchyFileName

Definition at line 59 of file vtkParseMain.h.


The documentation for this struct was generated from the following file: