#include <OnX/Helpers/Inventor.h>#include <HEPVis/nodekits/SoRegion.h>Include dependency graph for Helpers.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
| #define | DYNAMIC_SCENE "dynamicScene" |
| #define | STATIC_SCENE "staticScene" |
Functions | |
| SoRegion * | page_currentRegion (SoPage &aPage) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| void | region_addToDynamicScene (SoRegion &aRegion, SoNode *aNode) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| void | region_addToStaticScene (SoRegion &aRegion, SoNode *aNode) |
| !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!// | |
| SoRegion* page_currentRegion | ( | SoPage & | aPage | ) | [inline] |
| void region_addToDynamicScene | ( | SoRegion & | aRegion, | |
| SoNode * | aNode | |||
| ) | [inline] |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 21 of file Helpers.h.
00027 { 00028 aRegion.doIt(SbAddNode(aNode,DYNAMIC_SCENE)); 00029 }
| void region_addToStaticScene | ( | SoRegion & | aRegion, | |
| SoNode * | aNode | |||
| ) | [inline] |
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//
Definition at line 31 of file Helpers.h.
00037 { 00038 aRegion.doIt(SbAddNode(aNode,STATIC_SCENE)); 00039 }
1.4.7