MeVisLab Resolution Independence API
|
#include <SoCoordinateSystem.h>
Public Member Functions | |
Label () | |
void | initializeScreenBoundingBox () |
bool | overlaps (const Label &otherLabel) const |
Public Attributes | |
SbVec3f | tickPosition |
SbVec3f | tickDirection |
SbColor | tickColor |
float | tickAlpha |
SbVec2f | screenBoundingBox [2] |
bool | isVisible |
bool | isOnScreen |
LabelText | labelText |
Definition at line 119 of file SoCoordinateSystem.h.
|
inline |
Definition at line 121 of file SoCoordinateSystem.h.
References initializeScreenBoundingBox().
|
inline |
Definition at line 126 of file SoCoordinateSystem.h.
References isOnScreen, isVisible, and screenBoundingBox.
Referenced by Label().
|
inline |
Definition at line 134 of file SoCoordinateSystem.h.
References screenBoundingBox.
bool Label::isOnScreen |
Definition at line 165 of file SoCoordinateSystem.h.
Referenced by initializeScreenBoundingBox().
bool Label::isVisible |
Definition at line 164 of file SoCoordinateSystem.h.
Referenced by initializeScreenBoundingBox().
LabelText Label::labelText |
Definition at line 167 of file SoCoordinateSystem.h.
SbVec2f Label::screenBoundingBox[2] |
Definition at line 163 of file SoCoordinateSystem.h.
Referenced by initializeScreenBoundingBox(), and overlaps().
float Label::tickAlpha |
Definition at line 161 of file SoCoordinateSystem.h.
SbColor Label::tickColor |
Definition at line 160 of file SoCoordinateSystem.h.
SbVec3f Label::tickDirection |
Definition at line 159 of file SoCoordinateSystem.h.
SbVec3f Label::tickPosition |
Definition at line 158 of file SoCoordinateSystem.h.