Hi all,
I agree with Robert, that could be an (optional) feature very useful
to use online. Python has such method to consult the documentation,
and its more than practical.
$ python
Python 2.4.3 (#2, Apr 27 2006, 14:43:58)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import os
help(os)

I will be the first to use it if available. For example in osgLua, you
can write:
getTypeInfo("osg::Node") or getTypeInfo(instance) and you will get a
table with info of the class, like name, constructors, methods (name,
number of parameters and their type), and... why not? why don't get
there help about the class, its methods, etc?

Why don't give such support with osgIntrospection (optional)?

Jose L.

--
 Jose L. Hidalgo ValiƱo (PpluX)
 ---- http://www.pplux.com ----
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to