MeVisLab Toolbox Reference
SoArrow Class Reference

generates an arrow the arrow has a position and a reference point, from where he points at More...

#include <SoArrow.h>

Inheritance diagram for SoArrow:

Public Member Functions

 SoArrow ()
 Constructor. More...
 

Static Public Member Functions

static void initClass ()
 must be called first to initialize the class in OpenInventor More...
 

Public Attributes

SoSFVec3f position
 Position der Pfeilspitze. More...
 
SoSFVec3f rotationRef
 von wo der Pfeil gedreht wird (wie beim Wetterhahn) More...
 
SoSFFloat length
 length of the arrow - default value is 10 More...
 
SoSFFloat minDistance
 beneath this length teh arrow has no shaft More...
 
SoSFBool displayHead
 display an arrowhead (true by default) or a cylinder More...
 

Protected Member Functions

 ~SoArrow () override
 Destructor. More...
 

Detailed Description

generates an arrow the arrow has a position and a reference point, from where he points at

Definition at line 27 of file SoArrow.h.

Constructor & Destructor Documentation

◆ SoArrow()

SoArrow::SoArrow ( )

Constructor.

◆ ~SoArrow()

SoArrow::~SoArrow ( )
overrideprotected

Destructor.

Member Function Documentation

◆ initClass()

static void SoArrow::initClass ( )
static

must be called first to initialize the class in OpenInventor

Member Data Documentation

◆ displayHead

SoSFBool SoArrow::displayHead

display an arrowhead (true by default) or a cylinder

Definition at line 50 of file SoArrow.h.

◆ length

SoSFFloat SoArrow::length

length of the arrow - default value is 10

Definition at line 46 of file SoArrow.h.

◆ minDistance

SoSFFloat SoArrow::minDistance

beneath this length teh arrow has no shaft

Definition at line 48 of file SoArrow.h.

◆ position

SoSFVec3f SoArrow::position

Position der Pfeilspitze.

Definition at line 42 of file SoArrow.h.

◆ rotationRef

SoSFVec3f SoArrow::rotationRef

von wo der Pfeil gedreht wird (wie beim Wetterhahn)

Definition at line 44 of file SoArrow.h.


The documentation for this class was generated from the following file: