MeVisLabToolboxReference
MeVisLab/Standard/Sources/Inventor/SoView2D/SoView2DExtensionElement.h File Reference

SoView2DExtensionElement collects a list of SoView2DExtensions while the scene graph is traversed. More...

#include "SoView2DSystem.h"
#include "XVEnterScope.h"
#include <Inventor/elements/SoReplacedElement.h>
#include <Inventor/SoLists.h>
#include "XVLeaveScope.h"

Go to the source code of this file.

Classes

class  SoView2DExtensionElement
 SoView2DExtensionElement collects a list of SoView2DExtensions while the scene graph is traversed The list is cleared when the state is popped to force recollection on next rendering step. More...

Enumerations

enum  ExtensionDrawingOrder {
  NORMAL_ORDER = 0, REVERSED_ORDER, SOVIEW2D_ORDER, PARENT_NORMAL_ORDER,
  PARENT_REVERSED_ORDER, PARENT_SOVIEW2D_ORDER, UNKNOWN_ORDER
}

Detailed Description

SoView2DExtensionElement collects a list of SoView2DExtensions while the scene graph is traversed.

Author:
Florian Link
Date:
12/2001

Definition in file SoView2DExtensionElement.h.


Enumeration Type Documentation

Enumerator:
NORMAL_ORDER 
REVERSED_ORDER 
SOVIEW2D_ORDER 
PARENT_NORMAL_ORDER 
PARENT_REVERSED_ORDER 
PARENT_SOVIEW2D_ORDER 
UNKNOWN_ORDER 

Definition at line 35 of file SoView2DExtensionElement.h.