| VTK
    | 
Go to the source code of this file.
| Functions | |
| void | vtkParse_DefineMacro (const char *name, const char *definition) | 
| Define a preprocessor macro.  More... | |
| void | vtkParse_UndefineMacro (const char *name) | 
| Undefine a preprocessor macro.  More... | |
| void | vtkParse_IncludeDirectory (const char *dirname) | 
| Add an include directory, for use with the "-I" option.  More... | |
| const char * | vtkParse_FindIncludeFile (const char *filename) | 
| Return the full path to a header file.  More... | |
| void | vtkParse_SetIgnoreBTX (int option) | 
| Ignore BTX/ETX markers.  More... | |
| void | vtkParse_SetCommandName (const char *name) | 
| Set the command name, for error reporting and diagnostics.  More... | |
| FileInfo * | vtkParse_ParseFile (const char *filename, FILE *ifile, FILE *errfile) | 
| Parse a header file and return a FileInfo struct.  More... | |
| int | vtkParse_ReadHints (FileInfo *data, FILE *hfile, FILE *errfile) | 
| Read a hints file and update the FileInfo.  More... | |
| void | vtkParse_Free (FileInfo *data) | 
| Free the FileInfo struct returned by vtkParse_ParseFile()  More... | |
| void vtkParse_DefineMacro | ( | const char * | name, | 
| const char * | definition | ||
| ) | 
Define a preprocessor macro.
Function macros are not supported.
| void vtkParse_UndefineMacro | ( | const char * | name | ) | 
Undefine a preprocessor macro.
| void vtkParse_IncludeDirectory | ( | const char * | dirname | ) | 
Add an include directory, for use with the "-I" option.
| const char* vtkParse_FindIncludeFile | ( | const char * | filename | ) | 
Return the full path to a header file.
| void vtkParse_SetIgnoreBTX | ( | int | option | ) | 
Ignore BTX/ETX markers.
| void vtkParse_SetCommandName | ( | const char * | name | ) | 
Set the command name, for error reporting and diagnostics.
| FileInfo* vtkParse_ParseFile | ( | const char * | filename, | 
| FILE * | ifile, | ||
| FILE * | errfile | ||
| ) | 
Parse a header file and return a FileInfo struct.
Read a hints file and update the FileInfo.
| void vtkParse_Free | ( | FileInfo * | data | ) | 
Free the FileInfo struct returned by vtkParse_ParseFile()
 1.8.9.1
 1.8.9.1