| 
    MeVisLab Toolbox Reference
    
   | 
 
#include <SoCoordinateSystem.h>
Public Member Functions | |
| LabelText () | |
Public Attributes | |
| std::string | text | 
| SbVec3f | textPosition | 
| SbVec2f | textShiftFactorScreen | 
| float | fontSize | 
| SbColor | textColor | 
| float | textAlpha | 
| bool | useTextShadow | 
| SbColor | textShadowColor | 
Definition at line 94 of file SoCoordinateSystem.h.
      
  | 
  inline | 
Definition at line 96 of file SoCoordinateSystem.h.
References fontSize, textAlpha, textColor, textShadowColor, and useTextShadow.
| float LabelText::fontSize | 
Definition at line 110 of file SoCoordinateSystem.h.
Referenced by LabelText().
| std::string LabelText::text | 
Definition at line 105 of file SoCoordinateSystem.h.
| float LabelText::textAlpha | 
Definition at line 113 of file SoCoordinateSystem.h.
Referenced by LabelText().
| SbColor LabelText::textColor | 
Definition at line 112 of file SoCoordinateSystem.h.
Referenced by LabelText().
| SbVec3f LabelText::textPosition | 
Definition at line 107 of file SoCoordinateSystem.h.
| SbColor LabelText::textShadowColor | 
Definition at line 116 of file SoCoordinateSystem.h.
Referenced by LabelText().
| SbVec2f LabelText::textShiftFactorScreen | 
Definition at line 108 of file SoCoordinateSystem.h.
| bool LabelText::useTextShadow | 
Definition at line 115 of file SoCoordinateSystem.h.
Referenced by LabelText().