soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new Freestyle module is added. The following modules are implemented: BinaryPredicate0D, BinaryPredicate1D, Id, Interface0D, Interface1D. I added a Convert module to help in the creation of Python objects for Freestyle's data structures. I also added a missing file for guarded_alloc needed for compilation on Windows.
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
SWIGINTERN PyObject *_wrap_GetOccludeeF0D_getName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_GetOccludeeF0D_getName(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
SWIGINTERN PyObject *_wrap_GetOccludeeF0D___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_GetOccludeeF0D___call__(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
SWIGINTERN PyObject *_wrap_new_GetOccludeeF0D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_new_GetOccludeeF0D(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
SWIGINTERN PyObject *_wrap_delete_GetOccludeeF0D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_delete_GetOccludeeF0D(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
SWIGINTERN PyObject *_wrap_GetShapeF0D_getName(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_GetShapeF0D_getName(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
SWIGINTERN PyObject *_wrap_GetShapeF0D___call__(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_GetShapeF0D___call__(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
SWIGINTERN PyObject *_wrap_new_GetShapeF0D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_new_GetShapeF0D(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
SWIGINTERN PyObject *_wrap_delete_GetShapeF0D(PyObject *SWIGUNUSEDPARM(self), PyObject *args) {
|
||||
PyObject *_wrap_delete_GetShapeF0D(PyObject *self , PyObject *args) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user