Resources
-
Recent Posts
Recent Tweets
- Using #NPP data? Read Dave’s latest post on ImagerySpeaks to learn what you can do with the #geospatial data! ow.ly/lftoN 2 hours ago
- Are you an experienced #Scrum Master? We're hiring! #Boulder #Jobs ow.ly/kLjNJ 4 hours ago
- Sound fun! RT @davidhulslander: Thoroughly enjoying teaching an #IDL & ENVI class @NASAGoddard this week. One sharp & dedicated crew here! 5 hours ago
Like Exelis VIS
Tags
(New) Graphics AGU arrays Atle Borsholm code performance control statements Direct Graphics ENVI 5 ENVI programming GRIB guest post hashes HDF5 IDL 8 IDL 8.1 IDL 8.2 IDL 8.2.1 IDL 8.2.2 IDLffVideoWrite image implicit Get/SetProperty Jim Pendleton keyword inheritance Linux lists map projections movies MPEG-4 NAME property netCDF NPP Object Graphics OOP PNG PostScript Ron Kneusel science! sorting user group VIIRS VISualize web welcome widget programming WIDGET_WINDOW
Tag Archives: implicit Get/SetProperty
Implicit Get/SetProperty calls in user-defined classes, part II
A few months ago, I posted a demonstration of how to use the implicit Get/SetProperty call allowed by subclasses of IDL_Object, using existing Object Graphics classes as the basis. Here, I’d like to go a little further: I’ll write a … Continue reading
Posted in language, programming
Tagged IDL 8, implicit Get/SetProperty, OOP, operator overloading
1 Comment
Implicit Get/SetProperty calls in user-defined classes
Operator overloading in user-defined classes was introduced in IDL 8 through the IDL_Object class. Mike Galloy explains how to use this technique here. One somewhat overlooked feature of IDL_Object is that it allows implicit calls to the GetProperty and SetProperty … Continue reading
Posted in language, programming
Tagged IDL 8, implicit Get/SetProperty, Object Graphics, OOP
2 Comments