23 #ifndef OST_GFX_SIMPLE_RENDER_OPTIONS_HH
24 #define OST_GFX_SIMPLE_RENDER_OPTIONS_HH
26 #include <boost/shared_ptr.hpp>
32 namespace ost {
namespace gfx {
43 bool GetBlurFlag()
const;
44 bool GetBondOrderFlag()
const;
45 Real GetBondOrderDistance()
const;
46 void SetBlurFlag(
bool flag);
47 const std::pair<Real, Real>& GetBlurFactors()
const;
48 void SetBlurFactors(
Real bf1,
Real bf2);
49 void SetBondOrderFlag(
bool flag);
50 void SetBondOrderDistance(
Real bod);
54 std::pair<Real, Real> blur_factors_;
55 bool bond_order_flag_;
56 Real bond_order_distance_;
#define DLLEXPORT_OST_GFX
boost::shared_ptr< RenderOptions > RenderOptionsPtr
boost::shared_ptr< SimpleRenderOptions > SimpleRenderOptionsPtr