MeVisLab Toolbox Reference
SoView2DPosition.h File Reference
#include "SoView2DInteractionExtension.h"
#include <Inventor/fields/SoSFVec3f.h>
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/fields/SoSFBool.h>
#include <Inventor/fields/SoSFColor.h>
#include <Inventor/fields/SoSFInt32.h>
#include <Inventor/fields/SoSFUShort.h>
#include <Inventor/SbBox.h>

Go to the source code of this file.

Classes

class  SoView2DPosition
 draw and edit a position on the SoView2D More...
 

Enumerations

enum  drawingModelType {
  DRAWINGMODEL_CROSSHAIRS , DRAWINGMODEL_CROSSHAIRS_WITH_CIRCLE , DRAWINGMODEL_CIRCLE , DRAWINGMODEL_VOXEL_RECT ,
  DRAWINGMODEL_ELLIPSE
}
 Draw and edit a position on the SoView2D. More...
 
enum  SizeUnitType { SIZEUNIT_VOXEL , SIZEUNIT_WORLD , SIZEUNIT_SCREEN }
 

Enumeration Type Documentation

◆ drawingModelType

Draw and edit a position on the SoView2D.

Enumerator
DRAWINGMODEL_CROSSHAIRS 
DRAWINGMODEL_CROSSHAIRS_WITH_CIRCLE 
DRAWINGMODEL_CIRCLE 
DRAWINGMODEL_VOXEL_RECT 
DRAWINGMODEL_ELLIPSE 

Definition at line 30 of file SoView2DPosition.h.

◆ SizeUnitType

Enumerator
SIZEUNIT_VOXEL 
SIZEUNIT_WORLD 
SIZEUNIT_SCREEN 

Definition at line 38 of file SoView2DPosition.h.