MeVisLab Toolbox Reference
SoView2DLabel.h File Reference
#include "SoView2DSystem.h"
#include "SoView2DInteractionExtension.h"
#include <Inventor/fields/SoSFString.h>
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/fields/SoSFInt32.h>
#include <Inventor/fields/SoSFVec3f.h>
#include <Inventor/fields/SoSFVec2f.h>
#include <Inventor/SbBox.h>
#include <DCMTree_Tag.h>

Go to the source code of this file.

Classes

class  SoView2DLabel
 

Enumerations

enum  VertPositionMode { POS_ABOVE , POS_VCENTER , POS_BELOW }
 
enum  HorizPositionMode { POS_LEFT , POS_HCENTER , POS_RIGHT }
 
enum  TextPositioningMode { WORLD_COORDINATES , RELATIVE_TO_VIEWER }
 

Enumeration Type Documentation

◆ HorizPositionMode

Enumerator
POS_LEFT 
POS_HCENTER 
POS_RIGHT 

Definition at line 42 of file SoView2DLabel.h.

◆ TextPositioningMode

Enumerator
WORLD_COORDINATES 
RELATIVE_TO_VIEWER 

Definition at line 48 of file SoView2DLabel.h.

◆ VertPositionMode

Enumerator
POS_ABOVE 
POS_VCENTER 
POS_BELOW 

Definition at line 36 of file SoView2DLabel.h.