MeVisLab Toolbox Reference
|
#include <SoCSOSystem.h>
#include <mlTypeDefs.h>
#include <Inventor/SbLinear.h>
#include <SoCSODefines.h>
Go to the source code of this file.
Classes | |
class | EndpointDecorator |
Enumerations | |
enum | DecorationTypes { NO_DECORATION = 0 , ARROW = 1 , PERPENDICULAR = 2 } |
enum | DecorationLineStyleOverwriteModes { NO_OVERWRITE = 0 , OVERWRITE_LINE_STYLE_SOLID = PATH_POINTS_PATTERN_SOLID , OVERWRITE_LINE_STYLE_DASHED = PATH_POINTS_PATTERN_DASHED , OVERWRITE_LINE_STYLE_DOTTED = PATH_POINTS_PATTERN_DOTTED , OVERWRITE_LINE_STYLE_SHORT_DASHED = PATH_POINTS_PATTERN_SHORT_DASHED } |
Enumerator | |
---|---|
NO_OVERWRITE | |
OVERWRITE_LINE_STYLE_SOLID | |
OVERWRITE_LINE_STYLE_DASHED | |
OVERWRITE_LINE_STYLE_DOTTED | |
OVERWRITE_LINE_STYLE_SHORT_DASHED |
Definition at line 26 of file EndpointDecorator.h.
Enumerator | |
---|---|
NO_DECORATION | No decoration is rendered. |
ARROW | Renders an arrow tip at the endpoint. |
PERPENDICULAR | Renders a perpendicular line at the endpoint. |
Definition at line 19 of file EndpointDecorator.h.