help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

c++ octave interface, octfile


From: John W. Eaton
Subject: c++ octave interface, octfile
Date: Mon, 08 Oct 2007 13:39:02 -0400

On  8-Oct-2007, Georg Holzmann wrote:

| - Or can I simply derive from octave_base_value and then implement my 
| custom methods which can be called from octave ? Because I have quite 
| some setter/getter and other methods and don't want to write a single 
| file for each of them ...

You only need to derive from octave_base_value if you want to define a
new data type within Octave.  Do you really need that?

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]