[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: |
Carnë Draug |
Subject: |
Re: How to use an object of the @class type in C++ |
Date: |
Wed, 18 Sep 2013 17:22:59 +0100 |
On 13 September 2013 12:11, Michael Goffioul <address@hidden> wrote:
> 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.
That works. Thank you. I thought there would be some methods for this cases.
Carnë