help-octave
[Top][All Lists]
Advanced

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

Re: MakeShears


From: David Bateman
Subject: Re: MakeShears
Date: Tue, 08 May 2007 11:43:20 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

John W. Eaton wrote:
> On  7-May-2007, Søren Hauberg wrote:
> 
> | John W. Eaton skrev:
> | > On  5-May-2007, Paul Kienzle wrote:
> | > 
> | > | Since Octave now allows private functions,
> | > 
> | > Unless I'm missing something, I don't think private functions work
> | > yet.  I did make Octave's genpath function skip directories named
> | > "private" but I don't remember doing anything else for them.
> | The way I understood Paul, was that the MakeShears function should just 
> | be placed inside the imrotate_Fourier.m file, so that looks like
> | 
> | function imrotate_Fourier()
> |    ...
> | endfunction
> | 
> | function MakeShears()
> |    ...
> | endfunction
> | 
> | I'm guessing that the word "private" was just a bit misused in this case...
> 
> Yes, what you show above is a subfunction.  A private function is in a
> subdirectory called "private" and is visible to all of the functions
> found in the parent directory (but not to any others).
> 
> jwe

Hey, I'm watching the unadvertised "object-branch" tag in the CVS. Only
watching since ov-class.{h,cc} are missing in the CVS. Looking at the
code it seems you are trying to take into account private directories at
the same time..

D.



reply via email to

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