| 
    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 157 of file SoCSODefines.h.
| CSODrawCSOInfos CSOLabelRenderInformation::csoInfos | 
Definition at line 159 of file SoCSODefines.h.
| CSODrawSliceInformation CSOLabelRenderInformation::drawSliceInfos | 
Definition at line 161 of file SoCSODefines.h.
| ml::Vector2 CSOLabelRenderInformation::labelBoundingBoxV1 | 
Definition at line 163 of file SoCSODefines.h.
| ml::Vector2 CSOLabelRenderInformation::labelBoundingBoxV2 | 
Definition at line 164 of file SoCSODefines.h.
| std::string CSOLabelRenderInformation::labelCaption | 
Definition at line 171 of file SoCSODefines.h.
| int CSOLabelRenderInformation::labelCaptionWidth | 
Definition at line 173 of file SoCSODefines.h.
| float CSOLabelRenderInformation::labelFontColor[4] | 
Definition at line 175 of file SoCSODefines.h.
| float CSOLabelRenderInformation::labelFontSize | 
Definition at line 176 of file SoCSODefines.h.
| std::string CSOLabelRenderInformation::labelName | 
Definition at line 169 of file SoCSODefines.h.
| SbVec2f CSOLabelRenderInformation::labelSize | 
Definition at line 167 of file SoCSODefines.h.
| std::string CSOLabelRenderInformation::labelString | 
Definition at line 170 of file SoCSODefines.h.
| SbVec2f CSOLabelRenderInformation::upperLeft | 
Definition at line 166 of file SoCSODefines.h.
| CSODrawView2DInfos CSOLabelRenderInformation::view2DInfos | 
Definition at line 160 of file SoCSODefines.h.