|
MeVisLab Toolbox Reference
|
#include <SoCSOEditorTools.h>
Public Member Functions | |
| LineRenderSettings () | |
| bool | shouldUseStippling () const |
Public Attributes | |
| bool | shouldUseAntiAliasing |
| unsigned short | stipplePattern |
| float | width |
| SbColor | color |
| float | alpha |
| SbColor | outlineColor |
| float | outlineAlpha |
Definition at line 84 of file SoCSOEditorTools.h.
|
inline |
Definition at line 86 of file SoCSOEditorTools.h.
References alpha, outlineAlpha, shouldUseAntiAliasing, stipplePattern, and width.
|
inline |
Definition at line 88 of file SoCSOEditorTools.h.
References stipplePattern.
| float SoCSOEditorTools::LineRenderSettings::alpha |
Definition at line 94 of file SoCSOEditorTools.h.
Referenced by LineRenderSettings().
| SbColor SoCSOEditorTools::LineRenderSettings::color |
Definition at line 93 of file SoCSOEditorTools.h.
| float SoCSOEditorTools::LineRenderSettings::outlineAlpha |
Definition at line 97 of file SoCSOEditorTools.h.
Referenced by LineRenderSettings().
| SbColor SoCSOEditorTools::LineRenderSettings::outlineColor |
Definition at line 96 of file SoCSOEditorTools.h.
| bool SoCSOEditorTools::LineRenderSettings::shouldUseAntiAliasing |
Definition at line 89 of file SoCSOEditorTools.h.
Referenced by LineRenderSettings().
| unsigned short SoCSOEditorTools::LineRenderSettings::stipplePattern |
Definition at line 90 of file SoCSOEditorTools.h.
Referenced by LineRenderSettings(), and shouldUseStippling().
| float SoCSOEditorTools::LineRenderSettings::width |
Definition at line 91 of file SoCSOEditorTools.h.
Referenced by LineRenderSettings().