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

Home » Public Forums » archive » IDL objects and names
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: IDL objects and names [message #34056 is a reply to message #33970] Wed, 12 February 2003 13:38 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Rick Towler (rtowler@u.washington.edu) writes:

> FWIW, all atomic graphics objects inherit IDLgrGraphic (structure objects do
> not).

Well, there you go. That's why you can't make an IDLgrSurfacePlot
object:

Function idlgrsurfaceplot::init
RETURN, 1
END

PRO idlgrsurfaceplot__define
str = {idlgrsurfaceplot, inherits idlgrsurface, inherits idlgraxis}
end

And when I try to create the object, I get this:

IDL> a=obj_new('idlgrsurfaceplot')
% Conflicting or duplicate structure tag definition: IDLITCOMPONENT_TOP.
% Execution halted at: IDLGRSURFACEPLOT__DEFINE 6 C:\IDL\David
\idlgrsurfaceplot__define.pro
% OBJ_NEW
% $MAIN$

Humm. This explains an awful lot to me. :-(

Cheers,

David

--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: missing a dimension in IDLgrVolume
Next Topic: Re: Questions about using CATCH

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

Current Time: Wed Oct 08 17:57:08 PDT 2025

Total time taken to generate the page: 0.00596 seconds