|  | Inviwo 0.9.12-pre
    Inviwo documentation | 
Settings for line rendering. More...
#include <linesettingsinterface.h>
| Public Member Functions | |
| virtual float | getWidth () const =0 | 
| virtual float | getAntialiasingWidth () const =0 | 
| virtual float | getMiterLimit () const =0 | 
| virtual bool | getRoundCaps () const =0 | 
| virtual bool | getPseudoLighting () const =0 | 
| virtual bool | getRoundDepthProfile () const =0 | 
| virtual const StipplingSettingsInterface & | getStippling () const =0 | 
| virtual vec4 | getDefaultColor () const =0 | 
| virtual bool | getOverrideColor () const =0 | 
| virtual vec3 | getOverrideColorValue () const =0 | 
| virtual bool | getOverrideAlpha () const =0 | 
| virtual float | getOverrideAlphaValue () const =0 | 
| virtual bool | getUseMetaColor () const =0 | 
| virtual const TransferFunction & | getMetaColor () const =0 | 
Settings for line rendering.
| 
 | pure virtual | 
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.
| 
 | pure virtual | 
Default color used when the mesh doesn't have a color attribute.
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.
| 
 | pure virtual | 
Where to crop of sharp corners. Occurs when two lines meeting at low angles.
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.
| 
 | pure virtual | 
Make lines appear cylinder shaped?
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.
| 
 | pure virtual | 
Should line end points be round?
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.
| 
 | pure virtual | 
Depth values according to cylinder shape?
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.
| 
 | pure virtual | 
Dashed line settings, e.g., - - -
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.
| 
 | pure virtual | 
Implemented in inviwo::LineSettings, and inviwo::LineSettingsProperty.