octave-maintainers
[Top][All Lists]
Advanced

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

Re: document how to derive octave_value class


From: Pantxo Diribarne
Subject: Re: document how to derive octave_value class
Date: Mon, 13 Jan 2014 23:22:18 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

Le lun. 13 janv. 2014 22:33:03 CET, Andreas Weber a écrit :
Hi Pantxo,

Am 13.01.2014 22:16, schrieb Pantxo Diribarne:
Le lun. 13 janv. 2014 21:34:32 CET, Andreas Weber a écrit :
Am 13.01.2014 19:26, schrieb Pantxo Diribarne:
I find my self trying to declare a new class in the interpreter, derived
from octave_value. I can see no mention of the way to do so in the
manual. Am I wrong ?

There is examples/make_int.cc which shows the basic concepts.
HTH Andy

Thanks. It's a bit to exhaustive for my concern, but I am shure I will
find what I want :-)

I don't know if there is a better starting point than this. Perhaps
someone else? But I would appreciate if you could write down your
learning process or experiences and document it.

For me, these 2 resources was a big help:
http://www.gnu.org/software/octave/doc/interpreter/Oct_002dFiles.html#Oct_002dFiles
http://octave.sourceforge.net/doxygen/html/index.html

--Andy


I generally use oct files to interface octave to external libraries, and I also find that the corresponding documentation is a very big help. But there is no counterpart in the documentation for defining an octave class (neither a mention of make_int.cc).

Anyway, I will ask on the help mailing list now that I have a starting point.
Thanks

Pantxo




reply via email to

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