|
OpenStructure
|
#include <trace_render_options.hh>
Inherits RenderOptions.
Public Member Functions | |
| TraceRenderOptions () | |
| virtual RenderMode::Type | GetRenderMode () |
| virtual bool | CanApplyRenderOptions (RenderOptionsPtr render_options) |
| virtual void | ApplyRenderOptions (RenderOptionsPtr render_options) |
| void | SetArcDetail (uint arc_detail) |
| uint | GetArcDetail () const |
| void | SetNormalSmoothFactor (float smooth_factor) |
| float | GetNormalSmoothFactor () const |
| void | SetTubeRadius (float tube_radius) |
| float | GetTubeRadius () const |
| float | GetMaxRad () const |
Public Member Functions inherited from RenderOptions | |
| RenderOptions () | |
| virtual | ~RenderOptions () |
| bool | AddObserver (EntityP entity) |
| bool | RemoveObserver (EntityP entity) |
| void | NotifyStateChange () |
Definition at line 34 of file trace_render_options.hh.
|
virtual |
Implements RenderOptions.
|
virtual |
Implements RenderOptions.
| uint GetArcDetail | ( | ) | const |
| float GetMaxRad | ( | ) | const |
| float GetNormalSmoothFactor | ( | ) | const |
|
virtual |
Implements RenderOptions.
| float GetTubeRadius | ( | ) | const |
| void SetArcDetail | ( | uint | arc_detail | ) |
| void SetNormalSmoothFactor | ( | float | smooth_factor | ) |
| void SetTubeRadius | ( | float | tube_radius | ) |
1.8.5