const char * vtkWrapText_PythonSignature(FunctionInfo *currentFunction)
Produce a python signature for a method, for use in documentation.
const char * vtkWrapText_QuoteString(const char *comment, size_t maxlen)
vtkWrap provides useful functions for generating wrapping code.
const char * vtkWrapText_FormatComment(const char *comment, size_t width)
Format a doxygen comment for plain text, and word-wrap at the specified width.
const char * vtkWrapText_FormatSignature(const char *signature, size_t width, size_t maxlen)
Format a method signature by applying word-wrap at the specified width and taking special care not to...
void vtkWrapText_PythonName(const char *name, char *pname)
Convert a C++ identifier into an identifier that can be used from Python.