#include <custom_render_options.hh>
Inherits ost::gfx::RenderOptions.
Public Member Functions | |
| CustomRenderOptions () | |
| virtual RenderMode::Type | GetRenderMode () |
| virtual bool | CanApplyRenderOptions (RenderOptionsPtr render_options) |
| virtual void | ApplyRenderOptions (RenderOptionsPtr render_options) |
| virtual void | SetSphereDetail (uint sphere_detail) |
| virtual uint | GetSphereDetail () |
| virtual void | SetArcDetail (uint arc_detail) |
| virtual uint | GetArcDetail () |
| void | SetSphereRad (float r) |
| float | GetSphereRad () const |
| void | SetBondRad (float r) |
| float | GetBondRad () const |
| virtual | ~CustomRenderOptions () |
Definition at line 34 of file custom_render_options.hh.
| virtual ~CustomRenderOptions | ( | ) | [virtual] |
| virtual void ApplyRenderOptions | ( | RenderOptionsPtr | render_options | ) | [virtual] |
Implements RenderOptions.
| virtual bool CanApplyRenderOptions | ( | RenderOptionsPtr | render_options | ) | [virtual] |
Implements RenderOptions.
| virtual uint GetArcDetail | ( | ) | [virtual] |
| float GetBondRad | ( | ) | const |
| virtual RenderMode::Type GetRenderMode | ( | ) | [virtual] |
Implements RenderOptions.
| virtual uint GetSphereDetail | ( | ) | [virtual] |
| float GetSphereRad | ( | ) | const |
| virtual void SetArcDetail | ( | uint | arc_detail | ) | [virtual] |
| void SetBondRad | ( | float | r | ) |
| virtual void SetSphereDetail | ( | uint | sphere_detail | ) | [virtual] |
| void SetSphereRad | ( | float | r | ) |
1.5.8