| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

Helpers.h File Reference

#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)
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//

Define Documentation

#define DYNAMIC_SCENE   "dynamicScene"

Definition at line 17 of file Helpers.h.

#define STATIC_SCENE   "staticScene"

Definition at line 18 of file Helpers.h.


Function Documentation

SoRegion* page_currentRegion ( SoPage &  aPage  )  [inline]

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!//

Definition at line 8 of file Helpers.h.

00013 {
00014   return aPage.currentRegion();
00015 }

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 }

| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:02:01 2011 for OnXSvc by doxygen 1.4.7