comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Avoiding multiple or complex WHEREs?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Avoiding multiple or complex WHEREs? [message #75301 is a reply to message #75224] Tue, 22 February 2011 12:02 Go to previous message
cgguido is currently offline  cgguido
Messages: 195
Registered: August 2005
Senior Member
On Feb 22, 10:29 am, Paulo Penteado <pp.pente...@gmail.com> wrote:
> On Feb 21, 6:55 pm, Gianguido Cianci <gianguido.cia...@gmail.com>
> wrote:
>
>> Yeah :-/ I guess I am trying to build something like a HASH with two
>> keys for each value... but I could be going about this completely
>> backwards!
>
> It depends on how you are going to use it, but this problems suggests
> to me making a class that overloaded the brackets, to search for what
> you want, and return !null if not found. Internally it could use
> hashes, lists or arrays (of values or pointer arrays). The better
> choice depends on things like the number of points and whether they
> form a grid in ID, whether Ts are integers (I am guessing that
> particle IDs are). That way it would be usable doing things like
>
> p_cool=p[[1,3,4],23:100]

Wow. I did a little object oriented programming a long time ago, in
java, but never with IDL. DIdn't realize that you could overload even
the brackets operators. That's really cool! Not sure exactly how this
would work though, seen as in reality 'p' has a few more columns
(x,y,z,mass,radius,T,ID) so I would want to overload the operator for
the last two columns but still be able to use plot, p[0,*], p[1,*] to
plot al the positions. So for columns 0:4, the brackets should not be
overloaded. And since you mentioned it, ID and T are both integers,
not all ids may be present at all times, there could be 10k to 100k ID-
Time pairs in each set.

Thanks for your help Paulo!

Gianguido
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Extract numbers from text string
Next Topic: Re: howto select and deselect plotting windows?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 15 09:24:05 PDT 2025

Total time taken to generate the page: 0.64006 seconds