VTK
Functions
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_MarkAllEnums (NamespaceInfo *contents, HierarchyInfo *hinfo)
 
void vtkWrapPython_GenerateEnumType (FILE *fp, const char *module, 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_MarkAllEnums ( NamespaceInfo contents,
HierarchyInfo hinfo 
)
void vtkWrapPython_GenerateEnumType ( FILE *  fp,
const char *  module,
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 
)