[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Oct version of Mex Object Handle
From: |
Jordi Gutiérrez Hermoso |
Subject: |
Re: Oct version of Mex Object Handle |
Date: |
Mon, 1 Oct 2012 09:41:45 -0400 |
On 1 October 2012 09:36, Jose <address@hidden> wrote:
> I need to pass objects to/from octave to C++. Until now I have been using
> mex files for the C++/octave interface, and I have been using Mex Object
> Handle for this.
> http://www-personal.acfr.usyd.edu.au/tbailey/software/other.htm
oct-files are in C++, the mex interface is in C. This is why the mex
interface requires a special way to handle C++ objects. For oct-files,
just pass around your C++ types like you would do so in normal C++.
- Jordi G. H.