Go to the documentation of this file.
20 #include <boost/graph/graph_traits.hpp>
21 #include <boost/graph/properties.hpp>
22 #include <osg/PrimitiveSet>
35 RENDER_SHADERS_DIRECT_LIGHTING = 1,
39 class BaseAdapterVisu;
55 std::cout <<
"*** this=" <<
this <<
" entering " << __func__ << std::endl;
97 std::cout <<
"*** this=" <<
this <<
" leaving " << __func__ << std::endl;
104 std::cout <<
"*** this=" <<
this <<
" entering " << __func__ << std::endl;
108 std::cout <<
"*** this=" <<
this <<
" leaving " << __func__ << std::endl;
134 "The given window is null.",
135 "BaseViewer::attach(Window)");
142 "The given adapter is null.",
143 "BaseViewer::attach(Adapter)");
bool m_Show_Vertex_Normals
virtual bool saveScreenshot(const std::string &_name)=0
bool m_SmoothFlat_Shading
virtual bool isInit() const =0
virtual bool changeBackgroundColor(const Color &_color)=0
void attach(Window *_window)
void attach(Adapter *_adapter)
bool m_space_time_changeColorMode
Interfaces for plugins These interfaces will be used for different plugins.
bool m_recreateOSGobj_if_redraw
virtual bool isValid() const =0
bool m_recomputeNT_if_redraw
virtual void setSelected(const bool _isSelected)
bool m_RenderSuperimposedEdges
bool m_RenderSuperimposedVertices
static bool check(const bool _check, const std::string &_message, const std::string &_where="")
bool m_Show_CustomVectors_Vertices
bool m_ShowTranslateDragger
bool m_RenderSuperimposedVertices_Big
RenderMethod m_RenderMethod
virtual bool isSelected() const