VTK
Functions
/Users/kitware/Dashboards/MyTests/VTK_BLD_Release_docs/Utilities/Doxygen/dox/Wrapping/Tools/vtkWrapPythonEnum.h File Reference
#include "vtkParse.h"
#include "vtkParseData.h"
#include "vtkParseHierarchy.h"
Include dependency graph for vtkWrapPythonEnum.h:

Go to the source code of this file.

Functions

int vtkWrapPython_IsEnumWrapped (HierarchyInfo *hinfo, const char *enumname)
void vtkWrapPython_GenerateEnumType (FILE *fp, const char *classname, EnumInfo *data)
void vtkWrapPython_AddEnumType (FILE *fp, const char *indent, const char *dictvar, const char *objvar, const char *scope, EnumInfo *cls)
void vtkWrapPython_AddPublicEnumTypes (FILE *fp, const char *indent, const char *dictvar, const char *objvar, NamespaceInfo *data)

Function Documentation

int vtkWrapPython_IsEnumWrapped ( HierarchyInfo hinfo,
const char *  enumname 
)
void vtkWrapPython_GenerateEnumType ( FILE *  fp,
const char *  classname,
EnumInfo data 
)
void vtkWrapPython_AddEnumType ( FILE *  fp,
const char *  indent,
const char *  dictvar,
const char *  objvar,
const char *  scope,
EnumInfo cls 
)
void vtkWrapPython_AddPublicEnumTypes ( FILE *  fp,
const char *  indent,
const char *  dictvar,
const char *  objvar,
NamespaceInfo data 
)