Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
Hi,
I write this Python script to generate this list, if needed.
It can be downloaded here : http://www.irizone.net/dl/python/listScolFunctions.py
Offline
does the function list contain the functions, objects, methods etc. for handling the elements in an openspace scene?
Offline
No, sorry. It returns a list of Scol functions and theirs types (the Scol language functions only, not an application).
I wrote it to use in some text editor (highlighting, auto-completion, etc)
Offline
I've very quickly made a Python script (based on my script above) to get the list of functions in any Scol applications (packages).
http://www.irizone.net/dl/python/listpkgfunctions.py
Well, i know it is difficult to run a Python script in MS Windows (no Python interpreter by default)
So, i give you the os3d list in this zip : http://www.irizone.net/dl/python/os3d_fun.tar.gz
You will find 3 files :
- os3d_fun_all.txt : all os3d functions (api and not api) names with all arguments
- os3d_fun_all_names.txt : all os3d functions (api and not api) names without arguments
- os3d_fun_doxygen.txt : only os3d functions documented by Doxygen
For each, you find the file where the function is defined and the number of the line.
I hope this will help you
Offline
Pages: 1