WrapVTK
WrapVTK copied to clipboard
VTK external wrapper framework
This is WrapVTK, an XML wrapper generator for VTK.
Copyright (c) 2010-2021, David Gobbi All right reserved. See Copyright.txt for more information.
================= INTRODUCTION
WrapVTK is a collection of CMake files and wrapper generator code that can generate wrappers for an existing VTK binary directory, assuming that all the header files and CMake exports are present.
Currently, WrapVTK contains a generator for XML. The vtkWrapXML generator uses the WrapVTK parsing utilities to generate information about all accessible methods and variables of the VTK classes and then dumps the information into a separate xml file for each class.
See http://www.cognitive-antics.net/vtkwrapxml for a description of the XML format that it produces.
================= CONTENTS
CMake/ # CMake modules Doc/ # Copyright notices Wrapping/ # The source code CMakeLists.txt # The CMake file for this package README # This file
CMake/ vtkModuleWrapXML.cmake # CMake macro to wrap a VTK module in XML
Doc/ Copyright-Kitware.txt # Copyright for code imported from VTK Copyright-Queens.txt # Copyright for code written at Queen's University Copyright.txt # Copyright for all other code in package
Wrapping/ vtkParseProperties.c/.h # Functions for categorizing SetGet methods vtkWrapXML.c # Program to convert C++ headers to XML