help-octave
[Top][All Lists]
Advanced

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

Re: How to use an object of the @class type in C++


From: Michael Goffioul
Subject: Re: How to use an object of the @class type in C++
Date: Fri, 13 Sep 2013 07:11:36 -0400

On Fri, Sep 13, 2013 at 12:45 AM, Carnë Draug <address@hidden> wrote:
Hi

if I pass an object from the @class type (such as FTP), how could I
use it my oct file? I suppose I have to somehow get an octave_class
object from an octave_value but how? I don't see any appropriate
method. I can get its correct name with class_name() but I don't know
how to actually use the class methods.

In my particular example, I have a strel object and would like to use
the getsequence, getheight, and getnhood.

"feval", I suppose.

Michael.


reply via email to

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