MeVisLab Toolbox Reference
|
Structure to store render information for a certain CSO and viewer. More...
#include <SoCSODefines.h>
Public Attributes | |
CSODrawCSOInfos | csoInfos |
CSODrawView2DInfos | view2DInfos |
CSODrawSliceInformation | drawSliceInfos |
ml::Vector2 | labelBoundingBoxV1 |
ml::Vector2 | labelBoundingBoxV2 |
SbVec2f | upperLeft |
SbVec2f | labelSize |
std::string | labelName |
std::string | labelString |
std::string | labelCaption |
int | labelCaptionWidth |
float | labelFontColor [4] |
float | labelFontSize |
Structure to store render information for a certain CSO and viewer.
Definition at line 146 of file SoCSODefines.h.
CSODrawCSOInfos CSOLabelRenderInformation::csoInfos |
Definition at line 148 of file SoCSODefines.h.
CSODrawSliceInformation CSOLabelRenderInformation::drawSliceInfos |
Definition at line 150 of file SoCSODefines.h.
ml::Vector2 CSOLabelRenderInformation::labelBoundingBoxV1 |
Definition at line 152 of file SoCSODefines.h.
ml::Vector2 CSOLabelRenderInformation::labelBoundingBoxV2 |
Definition at line 153 of file SoCSODefines.h.
std::string CSOLabelRenderInformation::labelCaption |
Definition at line 160 of file SoCSODefines.h.
int CSOLabelRenderInformation::labelCaptionWidth |
Definition at line 162 of file SoCSODefines.h.
float CSOLabelRenderInformation::labelFontColor[4] |
Definition at line 164 of file SoCSODefines.h.
float CSOLabelRenderInformation::labelFontSize |
Definition at line 165 of file SoCSODefines.h.
std::string CSOLabelRenderInformation::labelName |
Definition at line 158 of file SoCSODefines.h.
SbVec2f CSOLabelRenderInformation::labelSize |
Definition at line 156 of file SoCSODefines.h.
std::string CSOLabelRenderInformation::labelString |
Definition at line 159 of file SoCSODefines.h.
SbVec2f CSOLabelRenderInformation::upperLeft |
Definition at line 155 of file SoCSODefines.h.
CSODrawView2DInfos CSOLabelRenderInformation::view2DInfos |
Definition at line 149 of file SoCSODefines.h.