This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Passing variables / arrays between cython and cpp | |
Example from | |
http://docs.cython.org/src/userguide/wrapping_CPlusPlus.html | |
Adapted to include passing of multidimensional arrays | |
*/ | |
#include "Rectangle.h" |