MeVisLab Toolbox Reference
SoView2DArrowHeadSettings.h File Reference
#include "SoView2DSystem.h"
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/fields/SoSFBool.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/fields/SoSFFloat.h>
#include <Inventor/sensors/SoNodeSensor.h>
#include <SoSFMLBase.h>
#include <mlBase.h>
#include <mlModuleIncludes.h>

Go to the source code of this file.

Classes

class  ml::ArrowHeadSettings
 
class  SoView2DArrowHeadSettings
 

Namespaces

 ml
 Main documentation file for ML users and developers.
 

Enumerations

enum  ArrowRenderingStyle { RENDERING_STYLE_NONE = 0 , RENDERING_STYLE_LINES , RENDERING_STYLE_TRIANGLE , RENDERING_STYLE_FILLED_TRIANGLE }
 
enum  ArrowDirectionMode { DIRECTION_MODE_STANDARD = 0 , DIRECTION_MODE_REVERSE , DIRECTION_MODE_AUTOMATIC }
 

Enumeration Type Documentation

◆ ArrowDirectionMode

Enumerator
DIRECTION_MODE_STANDARD 
DIRECTION_MODE_REVERSE 
DIRECTION_MODE_AUTOMATIC 

Definition at line 58 of file SoView2DArrowHeadSettings.h.

◆ ArrowRenderingStyle

Enumerator
RENDERING_STYLE_NONE 
RENDERING_STYLE_LINES 
RENDERING_STYLE_TRIANGLE 
RENDERING_STYLE_FILLED_TRIANGLE 

Definition at line 50 of file SoView2DArrowHeadSettings.h.