MeVisLab Toolbox Reference
|
#include <SoCoordinateSystem.h>
Public Member Functions | |
CoordinateAxis (const SbVec3f &worldStart, const SbVec3f &worldEnd, const std::string &label, int logicalDirection) | |
void | setWorldPositions (const SbVec3f &start, const SbVec3f &end) |
void | setScreenPositions (const SbVec3f &start, const SbVec3f &end) |
Definition at line 44 of file SoCoordinateSystem.h.
|
inline |
Definition at line 46 of file SoCoordinateSystem.h.
References isMaxPointingToScreenZ, setWorldPositions(), worldEnd, and worldStart.
Definition at line 66 of file SoCoordinateSystem.h.
References screenDirection, screenEnd, and screenStart.
Definition at line 55 of file SoCoordinateSystem.h.
References renderLengthForArrowPlacement, worldDirection, worldEnd, worldLength, and worldStart.
Referenced by CoordinateAxis().
bool CoordinateAxis::isMaxPointingToScreenZ |
Definition at line 91 of file SoCoordinateSystem.h.
Referenced by CoordinateAxis().
std::string CoordinateAxis::label |
Definition at line 74 of file SoCoordinateSystem.h.
int CoordinateAxis::logicalDirection |
Definition at line 76 of file SoCoordinateSystem.h.
float CoordinateAxis::renderLengthForArrowPlacement |
Definition at line 90 of file SoCoordinateSystem.h.
Referenced by setWorldPositions().
SbVec3f CoordinateAxis::screenDirection |
Definition at line 85 of file SoCoordinateSystem.h.
Referenced by setScreenPositions().
SbVec3f CoordinateAxis::screenEnd |
Definition at line 84 of file SoCoordinateSystem.h.
Referenced by setScreenPositions().
SbVec3f CoordinateAxis::screenStart |
Definition at line 83 of file SoCoordinateSystem.h.
Referenced by setScreenPositions().
SbVec2f CoordinateAxis::textScreenShift |
Definition at line 88 of file SoCoordinateSystem.h.
SbVec3f CoordinateAxis::tickDirection |
Definition at line 87 of file SoCoordinateSystem.h.
SbVec3f CoordinateAxis::worldDirection |
Definition at line 80 of file SoCoordinateSystem.h.
Referenced by setWorldPositions().
SbVec3f CoordinateAxis::worldEnd |
Definition at line 79 of file SoCoordinateSystem.h.
Referenced by CoordinateAxis(), and setWorldPositions().
float CoordinateAxis::worldLength |
Definition at line 81 of file SoCoordinateSystem.h.
Referenced by setWorldPositions().
SbVec3f CoordinateAxis::worldStart |
Definition at line 78 of file SoCoordinateSystem.h.
Referenced by CoordinateAxis(), and setWorldPositions().