VTK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
home
boeckb
code
depot
group-kitware
vtk
build-release
Utilities
Doxygen
dox
Wrapping
Tools
vtkWrapPythonType.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkWrapPythonType.h
5
6
Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7
All rights reserved.
8
See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10
This software is distributed WITHOUT ANY WARRANTY; without even
11
the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12
PURPOSE. See the above copyright notice for more information.
13
14
=========================================================================*/
15
16
#ifndef VTK_WRAP_PYTHON_TYPE_H
17
#define VTK_WRAP_PYTHON_TYPE_H
18
19
#include "
vtkParse.h
"
20
#include "
vtkParseData.h
"
21
#include "
vtkParseHierarchy.h
"
22
23
/* check whether a non-vtkObjectBase class is wrappable */
24
int
vtkWrapPython_IsSpecialTypeWrappable
(
ClassInfo
*
data
);
25
26
/* write out a python type object */
27
void
vtkWrapPython_GenerateSpecialType
(
28
FILE *fp,
const
char
*classname,
ClassInfo
*
data
,
29
FileInfo
*finfo,
HierarchyInfo
*hinfo);
30
31
#endif
/* VTK_WRAP_PYTHON_TYPE_H */
vtkX3D::data
Definition:
vtkX3D.h:315
vtkWrapPython_GenerateSpecialType
void vtkWrapPython_GenerateSpecialType(FILE *fp, const char *classname, ClassInfo *data, FileInfo *finfo, HierarchyInfo *hinfo)
_HierarchyInfo
All the entries from a hierarchy file.
Definition:
vtkParseHierarchy.h:70
_FileInfo
FileInfo is for header files.
Definition:
vtkParseData.h:222
vtkParseHierarchy.h
vtkWrapPython_IsSpecialTypeWrappable
int vtkWrapPython_IsSpecialTypeWrappable(ClassInfo *data)
vtkParseData.h
_ClassInfo
ClassInfo is for classes, structs, unions, and namespaces.
Definition:
vtkParseData.h:175
vtkParse.h
Generated by
1.8.9.1