OpenStructure
|
#include <custom_render_options.hh>
Inherits RenderOptions.
Public Member Functions | |
CustomRenderOptions () | |
virtual RenderMode::Type | GetRenderMode () |
virtual bool | CanApplyRenderOptions (RenderOptionsPtr render_options) |
virtual void | ApplyRenderOptions (RenderOptionsPtr render_options) |
void | SetSphereDetail (uint sphere_detail) |
uint | GetSphereDetail () |
void | SetArcDetail (uint arc_detail) |
uint | GetArcDetail () |
void | SetSphereRad (float r) |
float | GetSphereRad () const |
void | SetBondRad (float r) |
float | GetBondRad () const |
Public Member Functions inherited from RenderOptions | |
RenderOptions () | |
virtual | ~RenderOptions () |
bool | AddObserver (EntityP entity) |
bool | RemoveObserver (EntityP entity) |
void | NotifyStateChange () |
Definition at line 35 of file custom_render_options.hh.
|
virtual |
Implements RenderOptions.
|
virtual |
Implements RenderOptions.
uint GetArcDetail | ( | ) |
float GetBondRad | ( | ) | const |
|
virtual |
Implements RenderOptions.
uint GetSphereDetail | ( | ) |
float GetSphereRad | ( | ) | const |
void SetArcDetail | ( | uint | arc_detail | ) |
void SetBondRad | ( | float | r | ) |
void SetSphereDetail | ( | uint | sphere_detail | ) |
void SetSphereRad | ( | float | r | ) |