|
OpenStructure
|
#include <simple_render_options.hh>
Inherits LineRenderOptions.
Public Member Functions | |
| SimpleRenderOptions () | |
| virtual RenderMode::Type | GetRenderMode () |
| virtual bool | CanApplyRenderOptions (RenderOptionsPtr render_options) |
| bool | GetBlurFlag () const |
| bool | GetBondOrderFlag () const |
| Real | GetBondOrderDistance () const |
| void | SetBlurFlag (bool flag) |
| const std::pair< Real, Real > & | GetBlurFactors () const |
| void | SetBlurFactors (Real bf1, Real bf2) |
| void | SetBondOrderFlag (bool flag) |
| void | SetBondOrderDistance (Real bod) |
Public Member Functions inherited from LineRenderOptions | |
| LineRenderOptions () | |
| virtual void | ApplyRenderOptions (RenderOptionsPtr render_options) |
| void | SetLineWidth (float line_width) |
| float | GetLineWidth () |
| void | SetAALines (bool aa_lines) |
| bool | GetAALines () |
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 simple_render_options.hh.
|
virtual |
Implements RenderOptions.
| bool GetBlurFlag | ( | ) | const |
| Real GetBondOrderDistance | ( | ) | const |
| bool GetBondOrderFlag | ( | ) | const |
|
virtual |
Implements RenderOptions.
| void SetBlurFlag | ( | bool | flag | ) |
| void SetBondOrderDistance | ( | Real | bod | ) |
| void SetBondOrderFlag | ( | bool | flag | ) |
1.8.1.1